ad_group_ad_asset_view missing clicks, conversions for responsive search ads?

2024-07-16 Thread Mike Sullivan
Is it just me? Querying ad_group_ad_asset_view, looking for impressions, cost, conversion, clicks and any responsive search ads seem to have only impressions returned. Demand gen ads return all metrics. The exact same query used to work for both ad types. Is this a new behavior or a bug? --

Problem with new aggregate views in v17

2024-06-10 Thread Mike Sullivan
When I make a REST query to: https://googleads.googleapis.com/v17/customers//googleAds:search with content: {"query":"SELECT asset.id,metrics.impressions FROM campaign_aggregate_asset_view WHERE segments.date DURING LAST_30_DAYS PARAMETERS omit_unselected_resource_names=true"} It responds with

Re: Unable to segment campaign report by geo_target_country

2021-08-10 Thread Mike Sullivan
Just adding 'me, too' to this thread. The Ads API is also missing segment by region or city or other geo_target_* segments, even though they are selectable_with ad_group and campaign resources. That is a pretty significant reporting limitation for some people. m -- --

Re: Ads API - which fields are of type Money?

2021-06-18 Thread Mike Sullivan
Thanks to Pete and Peter for the ideas, but there are a lot of money metrics that do not include the word 'micros' in the names or the descriptions. As a really obvious example: average_cpc : "The total cost of all clicks divided by the total number of clicks received." The discovery

Ads API - which fields are of type Money?

2021-06-10 Thread Mike Sullivan
I followed the blog series on the query builder with great interest (thank you): https://ads-developers.googleblog.com/2021/05/the-query-builder-blog-series-part-8.html But where do you find which fields are of type Money, or returned in micros? For example, metrics.average_cpc is returned from

[Google Ads API v6] no description in googleAdsField Service?

2021-02-25 Thread Mike Sullivan
Is there a source for the 'Field Description' for the various resources? It seems to appear in the documentation (sample link below) but not in the googleAdsField service. https://developers.google.com/google-ads/api/fields/v6/segments Mike -- --

Reporting with ExternalConversionSource

2016-10-04 Thread Mike Sullivan
I'm confused by how the ExternalConversionSource segment field is to be used in a report. The segmentation documentation says to simply include the fields, but the doc for the reports (e.g. Account Performance Report) says the field is not compatible with most of the metrics and the API

Re: Ad Schedule description or Platform description lookup?

2015-08-17 Thread Mike Sullivan
What I am looking for the descriptive text, not the ID. Getting the ID is easy...but where do I find out what platform ID 3 represents? On Monday, August 17, 2015 at 9:16:08 AM UTC-4, Anthony Madrigal wrote: Hi MIke, Yes, you can get the respective IDs from the reports you want by using

Ad Schedule description or Platform description lookup?

2015-08-16 Thread Mike Sullivan
Is it possible to lookup the text descriptions for the Ad Schedule ID (from CAMPAIGN_AD_SCHEDULE_TARGET_REPORT report) or Platform ID (from CAMPAIGN_PLATFORM_TARGET_REPORT report) numbers using the reportdownload service? The documentation really doesn't provide any clues about where to look.

Re: QuotaCheckError.ACCOUNT_INACTIVE at MCC Test Account and production developer Token

2014-03-05 Thread Mike Sullivan
You need to contact adwordsapi-tok...@google.com and have them process your terms and conditions approval manually. Mike On Wednesday, March 5, 2014 6:48:23 AM UTC-5, adsmo...@gmail.com wrote: I'm having the same problem than Mike. There is no *Terms Conditions acceptance *at the end of

Re: Newbie challenge; simple reporting query, 400 Bad Request

2014-03-05 Thread Mike Sullivan
if you could check out the client library and try out the query. Please also send me your MCC's CID as well as the AW account CID using the reply to author function. Thanks, Ray On Thursday, February 27, 2014 10:28:37 AM UTC-5, Mike Sullivan wrote: Brand new developer token (approved

Newbie challenge; simple reporting query, 400 Bad Request

2014-03-03 Thread Mike Sullivan
Brand new developer token (approved), attempting to get a simple reporting query working. Have tried the .NET library, the 'NoClientLibrary' snippet from (https://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary) and my own custom code -- all deliver the same 400 Bad Request

Re: QuotaCheckError.ACCOUNT_INACTIVE at MCC Test Account and production developer Token

2014-03-03 Thread Mike Sullivan
I had a similar problem -- incomplete signup. *There is no Terms Conditions acceptance *at the end of the Billings setup. I did it three times. There is only a Save Changes button or Cancel. On Friday, February 21, 2014 5:25:02 AM UTC-5, Josh Radcliff (AdWords API Team) wrote: Hi,

Overlooking the obvious? Simple report query

2014-03-03 Thread Mike Sullivan
Knowledgeable, but newbie with the AdWords API. Can't get the first query to work, and have tried everythingI think. Would love any insight... I have tried my custom code, using the referenced .NET library, as well as a snippet of NoClientLibrary from here:

Re: Problem with simple Reporting query

2014-03-03 Thread Mike Sullivan
Never mind...my developer token wasn't completely enabled due to a technical glitch. All is well now. On Sunday, March 2, 2014 10:06:01 AM UTC-5, Mike Sullivan wrote: Knowledgeable, but newbie with the AdWords API. Can't get the first query to work, and have tried everythingI think