Re: difference in asset endpoints

2023-11-27 Thread Liam MacDonald
Hi Mattia, Thanks for the feedback this clears up my questions. Just a suggestion, I find this language "customer_asset will return only the assets that have been linked directly to the customer account" very helpful and not clearly illustrated in the documentation. I think if you added

Re: difference in asset endpoints

2023-11-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Liam, My name is Mattia and I will be helping with your support case today. I understand that you would like to retrieve data for all the assets belonging to a customer account: to do so, you can query the asset resource like this: select asset.id, asset.resource_name from asset where

Re: difference in asset endpoints

2023-11-24 Thread Liam MacDonald
Hi, I understand that there is a response if I remove the asset filter that is not the question. The question is why is there no response with the filter? There is no documentation or information explaining why there should be a different list of assets coming from on report and not the

Re: difference in asset endpoints

2023-11-23 Thread Liam MacDonald
Hi here are 2 examples of API calls that I would expect to have the same results however they are clearly very different. One is a report from the customer_asset and another is from campaign_asset. Clearly there are a lot of assets that are included in the campaign_asset report that are not

Re: difference in asset endpoints

2023-11-20 Thread Liam MacDonald
Hi, The documentation gives me no details why when I pull from the customer_asset endpoint that certain assets are excluded can you please explain? On Monday, November 20, 2023 at 8:32:50 PM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API

difference in asset endpoints

2023-11-20 Thread Liam MacDonald
Hi, I'm looking to report on all assets that currently exist within a customer account on google ads and I'm unclear on the difference between customer_asset and campaign_asset. My assumption is that customer_asset (being the highest level) would have all assets within a customer account