Re: Adwords UI revenue vs. Ads API revenue?

2022-06-02 Thread Christopher Taylor
this should be sufficient, campaign gaql: SELECT segments.date, metrics.impressions, metrics.clicks, metrics.average_cpc, metrics.cost_micros, metrics.ctr, campaign.id, campaign.name, metrics.conversions, metrics.conversions_value FROM campaign WHERE segments.date >= '2022-05-01'

Adwords UI revenue vs. Ads API revenue?

2022-06-01 Thread Christopher Taylor
We're finding a large difference in revenue reported through the Adwords UI vs. what we're getting back in Campaign/Adgroup/Ad reports through the API. For one of our accounts we see nearly 21mil in revenue through Adwords yet the API is only returning 14mil in revenue - and it's the same for an

Performance Max Campaigns - Media Cost

2022-03-10 Thread Christopher Taylor
We just started testing performance max campaigns but we're not seeing media cost data come down through the campaign performance report or ad group ad performance reports - how can we see this cost data? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://

How do I get Remarketing + Discovery Ads cost in new API?

2022-02-11 Thread Christopher Taylor
So as we all know there used to be the CRITERIA_PERFORMANCE_REPORT in the Adwords API... and it returned all the cost that we needed in one report. With the new API it is extremely cumbersome to assemble all the different pieces of cost. We're now running reports against these tables to try and

Demographics in Criterion Reports?

2020-05-18 Thread Christopher Taylor
Noticed there are demographics such as "household income" available through the adwords UI. Are there plans to expose any of this information at the criterion report level in the API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.bl

Smart Shopping controls?

2019-11-19 Thread Christopher Taylor
Just an overall question about what we will be able to control via the API for smart shopping campaigns. We've tried adding negative match criterions, as we do with normal shopping campaigns, but receiving the error 'OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE'. I can grab the POST data later bu

TargetingSetting at the campaign level

2018-07-10 Thread Christopher Taylor
Trying to set TargetingSetting attributes via the PHP libraries at the campaign level, but receiving this error: Unmarshalling Error: cvc-type.2: The type definition cannot be abstract for element ns1:settings Only see examples for setting at the adgroup level and not the campaign level but

Showcase Ad Cost in Criteria Performance Report

2018-04-17 Thread Christopher Taylor
Is it possible to get cost data for SHOWCASE_AD_ONLINE_PRODUCT_LINK cost through the CRITERIA_PERFORMANCE_REPORT? They have the same structure as shopping product groups, which we are able to retrieve through the criteria report. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

2017 AdWords API Workshop?

2017-02-21 Thread Christopher Taylor
Plans to schedule any API workshops this year? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received t

Re: Fatal Error: invalid_request

2016-08-31 Thread Christopher Taylor
Same, haven't updated any of the libraries in several weeks. On Wednesday, August 31, 2016 at 1:00:01 PM UTC-7, Collin Grady wrote: > > Haven't touched library since July 13. Using v201605. Haven't changed auth > info or anything else related either. > > On Wednesday, August 31, 2016 at 12:53:31

Re: Fatal Error: invalid_request

2016-08-31 Thread Christopher Taylor
We are also constantly receiving the error, albeit intermittently since early this morning. We are on v201607 On Tuesday, August 30, 2016 at 11:27:23 PM UTC-7, Sachin Kumar wrote: > > I am getting this error sice today morning. Earliear the app was working > fine. Now I am not knowing why t

Re: CriterionError.KEYWORD_HAS_TOO_MANY_WORDS

2016-01-15 Thread Christopher Taylor
Mean to say - this happens when adding a user's 'search phrase' as negative match. On Fri, Jan 15, 2016 at 10:22 AM, Christopher Taylor wrote: > Could someone let me know what the actual # of words the limit is? I can't > find it in the documentation anywhere. > >

CriterionError.KEYWORD_HAS_TOO_MANY_WORDS

2016-01-15 Thread Christopher Taylor
Could someone let me know what the actual # of words the limit is? I can't find it in the documentation anywhere. This specifically happens when adding the 'same' keyword as negative match. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: htt

VIDEO_PERFORMANCE_REPORT - returns $0 cost?

2015-12-08 Thread Christopher Taylor
Glad we can finally download AdWords video cost data through the API. But for some reason the report returns $0 cost - even though there are definitely clicks and cost that we see directly through the AdWords UI. Any idea why this is? Attaching the report that the API returns.. -- -- =~=~=~=

API down this morning? (11/4)

2015-11-04 Thread Christopher Taylor
Not receiving any SOAP errors back but basic campaign/adgroup creation through the API seems to be borked. Using v201506. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevel

Re: Custom Date with Call Metrics Call Details Report

2014-08-18 Thread Christopher Taylor
Nevermind, changed dateRangeType to ALL_TIME and it works now. Let us know when we can filter by date range because there's a lot of data we're going to have to sift through nightly.. On Monday, August 18, 2014 11:29:11 AM UTC-7, Christopher Taylor wrote: > > Is there any up

Re: Custom Date with Call Metrics Call Details Report

2014-08-18 Thread Christopher Taylor
Is there any update to this? It fails even if we don't pass a date range with: Type = 'ReportDownloadError.MISSING_PARAMETER', Trigger = 'Start and End date are required for CUSTOM_DATE and ReportType: CALL_METRICS_CALL_DETAILS_REPORT', FieldPath = ''. When we specify startDate and endDate,

Re: Getting intermittent API errors this morning

2014-06-17 Thread Christopher Taylor
> On Tuesday, June 17, 2014 4:08:37 PM UTC-4, Christopher Taylor wrote: >> >> getting same intermittent errors with php library 5.3.0 as well. >> >> >> On Tuesday, June 17, 2014 12:36:43 PM UTC-7, Christopher Taylor wrote: >>> >>> Just started

Re: Getting intermittent API errors this morning

2014-06-17 Thread Christopher Taylor
getting same intermittent errors with php library 5.3.0 as well. On Tuesday, June 17, 2014 12:36:43 PM UTC-7, Christopher Taylor wrote: > > Just started happening around 10AM PST: > > Failed to load response into DOM: DOMDocument::loadXML(): Empty string > supplied as input in

Getting intermittent API errors this morning

2014-06-17 Thread Christopher Taylor
Just started happening around 10AM PST: Failed to load response into DOM: DOMDocument::loadXML(): Empty string supplied as input in /data/source/adwords/v201402/adwords-examples-and-lib-5.2.3/lib/Google/Api/Ads/Common/Lib/AdsSoapClient.php on line 248 Nothing is wrong with our SOAP request he

No more search phrase data for legacy PLA campaigns?

2014-05-13 Thread Christopher Taylor
It appears that on May 5th we stopped receiving any search phrase data from the SEARCH_QUERY_PERFORMANCE_REPORT in the v201402 release of the API for any of our PLA campaigns. Was this a documented change and nothing we can do about it? Thanks, Chris -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Accessing AdGroupCriterion - 'TopOfPageCpc'

2013-08-08 Thread Christopher Taylor
Wondering why accessing this value is a "BETA_FEATURE"? SoapFault exception: [soap:Server] [BetaError.BETA_FEATURE @ serviceSelector; trigger:'TopOfPageCpc'] in /data/source/adwords/v201306/adwords_api_php_4.4.0/src/Google/Api/Ads/Common/Lib/AdsSoapClient.php:216 -- -- =~=~=~=~=~=~=~=~=~=~=~=

Re: Enhanced Campaign properties in reports?

2013-02-28 Thread Christopher Taylor
Hi Anash, do you have any insight as to a sense of timing for when new API documentation will be released in respect to Sitelink management and the new Enhanced Campaign features? Thanks, Christopher Taylor Voltage Search Media On Tuesday, February 26, 2013 7:26:08 PM UTC-8, Anash P. Oommen