Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsCredentialsExpiredException' when trying to download report

2015-04-27 Thread anirudh . k
I get an Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsCredentialsExpiredException' when the service is running on producition but when i debug from local, I dont get this same error. What could be the reason cause I cant for the life of me figure out. -- --

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-27 Thread Sarah Riddell
Hi Josh, Thanks for reply, This is the code works for me , let me know am i doing anything wrong? Working Code: function AddExperimentExample(AdWordsUser $user, $campaignId, $adGroupId) { // Get the services, which loads the required classes. $experimentService =

CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand.criterion - When trying to add geo location

2015-04-27 Thread Yehoshaphat Schellekens
Hi All I'm trying to add a geo location using the following code ,and getting the following error CampaignCriterionError.CONCRETE_TYPE_REQUIRED @ operations[0].operand. criterion i'm not really sure what i'm doing wrong: Criterion criterion = new Criterion();

OfflineConversionError.INVALID_CONVERSION_TYPE error when trying to upload an offline conversion

2015-04-27 Thread Oleg Krivtsov
I'm trying to upload offline conversions and receive the following error: OfflineConversionError.INVALID_CONVERSION_TYPE @ operations[0].operand I've previously created the import conversion name, so I don't understand why this error arises. Can you help? SOAP request: ?xml version=1.0

Daily AD_PERFORMANCE_REPORT data?

2015-04-27 Thread Jeff
Hi, I'm trying to get hourly data on ad spend and performance. I noticed that the ADGROUP_PERFORMANCE_REPORT contains HourOfDay, but AD_PERFORMANCE_REPORT does not. Is there a way to get hourly data with the AD_PERFORMANCE_REPORT as well? Also, when downloading either report, they all contain

Validation failed for userAgent (php)

2015-04-27 Thread mark
*I'm trying to get the Adwords sandbox api to work, and this is the error message I keep getting:* An error has occurred: Validation failed for [userAgent] with value []: The prop erty userAgent is required and cannot be NULL, the empty string, or the default [] *Here is the configuration

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Igor Selitskiy
How long does solve take to solve this issue? May be it's better to remove city/regions fields? On Monday, April 27, 2015 at 9:35:21 AM UTC+4, peter.r...@smarter-ecommerce.com wrote: We've got the same problem! And it happens for other reports too (e.g. SHOPPING_PERFORMANCE_REPORT). Looks

Validation failed for userAgent (php library)

2015-04-27 Thread mark
*I'm trying to get the Adwords sandbox api to work, and this is the error message I keep getting:* An error has occurred: Validation failed for [userAgent] with value []: The prop erty userAgent is required and cannot be NULL, the empty string, or the default [] *Here is the configuration

Re: Daily AD_PERFORMANCE_REPORT data?

2015-04-27 Thread Josh Radcliff (AdWords API Team)
Hi Jeff, I just replied to the email you sent to my team on this topic. Let's continue the discussion there to avoid duplicating responses. Thanks, Josh, AdWords API Team On Monday, April 27, 2015 at 4:46:56 PM UTC-4, Jeff wrote: Hi, I'm trying to get hourly data on ad spend and

Re: Segmenting campaign performance by OPERATING_SYSTEM_VERSION

2015-04-27 Thread Josh Radcliff (AdWords API Team)
Hi, There isn't a report that specifically breaks traffic down by OPERATING_SYSTEM_VERSION. However, if you have set up OS version targeting in your campaign *and* AdWords decides that the OS version targeting is the most relevant criterion for an impression (per the single attribution rules

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Suren Dias
Getting the same error. On Monday, April 27, 2015 at 6:26:38 AM UTC+8, Bejan @ MarketFlare wrote: Also getting this error, only in the Geo Performance Report and Click Performance requests... v201502 Our reporting software http://www.marketflare.com/adwords-reporting-tool/ uses oauth2

Re: Invalid values for campaign state (and other types)

2015-04-27 Thread markus . heiden
Hi Josh, thanks for your response, it pointed me to the right direction. We used cached instance of XMLInputFactory concurrently which is not thread-safe too. After fixing this, the problem did not occur anymore. Thanks, Markus -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Exception of type 'Google.Api.Ads.AdWords.Lib.AdWordsCredentialsExpiredException' when trying to download report

2015-04-27 Thread Rocky Jaiswal
The Adwords OAuth token have a certain expiry time. Are you sure that locally you have fresh tokens and on the prod servers you are not somehow using old tokens. On prod you can log the token issued_at timestamp to check this (just a suggestion). Thanks, Rocky On Monday, 27 April 2015

Re: API Geo targeting, GEO_PERFORMANCE_REPORT, and Google Maps

2015-04-27 Thread Michael Cloonan (AdWords API Team)
I apologize for the delayed response. Unfortunately, there is no way to get an overlay on a real map of what area corresponds to what location criteria through the API. Regards, Mike, AdWords API Team On Wednesday, April 8, 2015 at 12:45:59 PM UTC-4, Justin Coon wrote: Hi, Maybe my choice

Re: Segmenting campaign performance by OPERATING_SYSTEM_VERSION

2015-04-27 Thread Jeff Johnson
Does this mean that if we have specifically enumerated a few operating systems to target in our campaign settings that we can run a report and segment by OPERATING_SYSTEM_VERSION? On Thursday, April 16, 2015 at 4:22:16 PM UTC-4, Josh Radcliff (AdWords API Team) wrote: Hi, Yes, that's

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Daniel Altman
+1 On Friday, April 24, 2015 at 2:52:34 PM UTC-3, AdWordsApiUser wrote: Started getting this error if city, or region is selected (if you select only country, it works OK) in the GEO_PERFORMANCE_REPORT. API v201409. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Gabriel Abadi
+1 On Monday, April 27, 2015 at 11:54:47 AM UTC-3, Daniel Altman wrote: +1 On Friday, April 24, 2015 at 2:52:34 PM UTC-3, AdWordsApiUser wrote: Started getting this error if city, or region is selected (if you select only country, it works OK) in the GEO_PERFORMANCE_REPORT. API v201409.

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Mauro Cohen
Same problem as Daniel. Please feedback, we really use the click_performance_report. El lunes, 27 de abril de 2015, 11:54:47 (UTC-3), Daniel Altman escribió: +1 On Friday, April 24, 2015 at 2:52:34 PM UTC-3, AdWordsApiUser wrote: Started getting this error if city, or region is selected

TC Error

2015-04-27 Thread mark
*Here is the error received:* An error has occurred: [QuotaCheckError.TERMS_AND_CONDITIONS_NOT_SIGNED @ ; trig ger:'null'] I completed the compliance form that I saw everyone referencing, but i'm not convinced the issue is actually with the TC since I accepted them in the production account.

Re: Retrieve Keyword By Keyword Id

2015-04-27 Thread Brad Ruderman
Just been playing around here. It appears I can use the AdGroupCriterionService, however how can I only sync new record? Thanks! On Monday, April 27, 2015 at 8:23:43 PM UTC-7, Brad Ruderman wrote: I am trying to replicate the Ad Tab in Google Adwords, programmatically by querying the

Retrieve Keyword By Keyword Id

2015-04-27 Thread Brad Ruderman
I am trying to replicate the Ad Tab in Google Adwords, programmatically by querying the AD_PERFORMANCE_REPORT. I want to segment it by Campaign, Ad Group, Ad, Keyword which I know I can do by adding KeywordId into the ad_performance_report. However where can I query for a list of all the

Re: проблема с отчётом Keywords Performance Report

2015-04-27 Thread Danial Klimkin
Юрий, добрый день, Я полагаю, ключевые слова есть только в первой группе, а в следующих -- критерии иного типа (placements, interests). Они не могут быть отражены в keyword performance report. Также, для КМС лучше использовать Display Keyword Performance Report и Display Topics Performance

Re: Changing bids for individual keywords , using experment compare the results and if necessary to remove unsuccessful experments

2015-04-27 Thread Josh Radcliff (AdWords API Team)
Hi, I don't see any issues with your code, but I'd recommend looking at the experiment in the *Campaign/Settings* in the user interface to confirm that the experiment settings are what you expect. Thanks, Josh, AdWords API Team On Monday, April 27, 2015 at 6:36:49 AM UTC-4, Sarah Riddell

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Anash P. Oommen (AdWords API Team)
Hi folks, This is a known issue at our end. We have submitted a fix, and it should be live today. The issue affects GEO_PERFORMANCE_REPORT, or any other report that requests a GEO column. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, April 27, 2015 at 10:59:56 AM UTC-4, Mauro Cohen

Re: [BUG] Geo Performance Report: {Error: AuthenticationError.AUTHENTICATION_FAILED, Trigger: null, FieldPath: }

2015-04-27 Thread Stephen Yeargin
Was able to retrieve an instance of GEO_PERFORMANCE_REPORT without issue just now. On Monday, April 27, 2015 at 10:55:34 AM UTC-5, Anash P. Oommen (AdWords API Team) wrote: Hi folks, This is a known issue at our end. We have submitted a fix, and it should be live today. The issue affects

Problem Adding Campaign Criterion for Proximity Targeting

2015-04-27 Thread Mathew Westlake-Toms
Hi, I'm trying to add further geo targeting to a campaign using v201502: $criterion = new Proximity(); $criterion-address = 'Derby'; $criterion-radiusDistanceUnits = new ProximityDistanceUnits('MILES' ); $criterion-radiusInUnits = 10; $campaignCriterion