Re: How to Determine Obsolete Criterion (CriterionError.CANNOT_TARGET_OBSOLETE_CRITERION)

2016-04-19 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Mark, Yes, now all devices returned by the service should now be targetable. Best, Thanet, AdWords API Team On Wednesday, April 20, 2016 at 3:52:41 AM UTC+9, Mark Rogoyski wrote: > > Hi Thanet, > > Thanks for the update. I tried the same query and was able to set > targeting for a device

Re: Retry-interval when an access token could not be refreshed.

2016-04-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, When this occurs, do you retry the request for the access token? If not, please do so with an exponential backoff policy. Thanks, Josh, AdWords API Team On Tuesday, April 19, 2016 at 5:15:30 PM UTC-4, Biniam Asnake wrote: > > It happens intermittently. We have two apps that use the same

Re: Is it possible to use conditional operation execution on BatchJobService?

2016-04-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Justinas, I don't think a single BatchJob call will be able to do this. If you want to remove and recreate an Ad, I would recommend that you follow the steps below 1. Create the new ad in the PAUSED state. 2. Wait for the new ad's approvalStatus

Re: About Invalid content was found starting with element 'includeZeroImpressions'

2016-04-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hello, The includeZeroImpressions field has been removed from the XML report definition schema in API version v201603. You need to use the includeZeroImpressions HTTP header instead. If you are using the PHP

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread goingdev
Thank you for your help. On Tuesday, April 19, 2016 at 2:02:44 PM UTC-4, Nadine Sundquist (AdWords API Team) wrote: > > Greetings! > > It's good to hear that you're now getting results back. As for the results > running out of memory, the utility just retrieves the entire result from > the

Re: How to Determine Obsolete Criterion (CriterionError.CANNOT_TARGET_OBSOLETE_CRITERION)

2016-04-19 Thread Mark Rogoyski
Hi Thanet, Thanks for the update. I tried the same query and was able to set targeting for a device that previously gave the obsolete criterion error. So is the fix to remove the concept of obsolete devices and all devices are now targetable? Mark On Monday, April 18, 2016 at 5:00:38 AM

Re: Expected clickthrough rate, Ad relevance, Landing page experience

2016-04-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Those fields were removed for all users in v201509 - please see the *Deprecations* section of the release notes . Several reports support quality score-related fields, however, such as the CreativeQualityScore

Re: Retry-interval when an access token could not be refreshed.

2016-04-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, Does this *always* fail, or are you sometimes able to get an access token using the same exact set of credentials? Thanks, Josh, AdWords API Team On Tuesday, April 19, 2016 at 10:21:24 AM UTC-4, Biniam Asnake wrote: > > It happened again. Please help. > > Here is the stacktrace. > > > > >

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! It's good to hear that you're now getting results back. As for the results running out of memory, the utility just retrieves the entire result from the URL. It isn't streamed or broken down into smaller chunks. If you find the result is too large, you have a couple of options: -

Re: Expected clickthrough rate, Ad relevance, Landing page experience

2016-04-19 Thread ferry Ardhana
Hi, So please correct me if i'am wrong. Since v201509 these particular field 'IsKeywordAdRelevanceAcceptable',' IsLandingPageLatencyAcceptable','IsLandingPageQualityAcceptable' is removed? Because i saw similar metric value from another online Adword tool which able to show these three score.

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread goingdev
Thank you for that... I tried excluding the predicates and I didn't get any results. I realized I wasn't passing in the correct client customer ID. I'm able to retrieve the job now. I'm having another issue now with downloading the results. It's giving an "out of memory exception" on this

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello, It sounds like you're working your way through our Batch Processing guide for your migration. I have a few questions to ask to help you troubleshoot: - Are you using the batch job utility provided by the client

Re: TargetingServiceIdea - keyword planner

2016-04-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Dan, When you get a higher access(basic or standard) for your developer token, if you are using TargetingIdeaService for your test account, you will still get 800 results as it is still working with dummy data. If you make a request against a production account, you may get more results

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-19 Thread goingdev
How do I troubleshoot this? I'm trying to migrate to BatchJobService but cannot do so if I cannot retrieve job results reliably. On Monday, April 18, 2016 at 4:28:56 PM UTC-4, goingdev wrote: > > I'm getting this for a few job IDs > > Request: > > http://schemas.xmlsoap.org/soap/envelope/; >

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi, This was an outage related to Google Cloud services. For future reference, any OAuth2 outage should show up on https://status.cloud.google.com/. For instance, today's outage is listed here . Cheers, Anash P. Oommen, AdWords API

Failed to refresh access token

2016-04-19 Thread AdWords API User
We are starting to see "Failed to refresh access token" errors for our client accounts. There have been no recent changes to our application. We have tried to refresh the token using OAuthTokenGenerator.exe, but the token generator itself returns the error message: "500. That’s an error.

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread dearaujoj
Thanks Konstantin, yes I confirm, it's working again Annoying that there is no status site for API services... Regards José Le mardi 19 avril 2016 16:21:25 UTC+2, Konstantin Tarassow a écrit : > > Seems to work again. > > On Tuesday, 19 April 2016 16:16:57 UTC+2, Konstantin Tarassow wrote: >>

Re: Can't create campaign by Adwords API when set attribute "biddingStrategyConfiguration.biddingScheme" of campaign is "TargetCpaBiddingScheme"

2016-04-19 Thread 'Umesh Dengale' via AdWords API Forum
Hello, Yes, you are correct. The campaigns must meet specific eligibility requirements before they can use the Target CPA bid strategy

Re: OAuth Failures Suddenly Happening - Is this a known issue with Google AdWords API ?

2016-04-19 Thread Mark Hansen
The problem seems to have been resolved by Google. I observed the errors happening on our application from roughly 13:42 - 14:28 UTC. On Tuesday, April 19, 2016 at 10:12:51 AM UTC-4, Mark Hansen wrote: > > Starting around 13:42 UTC today, we started getting lots of authorization > errors from

Re: OAuth Failures Suddenly Happening - Is this a known issue with Google AdWords API ?

2016-04-19 Thread AdWords API User
A problem with OAuth has also been reported recently on Stack Overflow: http://stackoverflow.com/questions/36720282/since-today-google-500-error. John On Tuesday, 19 April 2016 15:12:51 UTC+1, Mark Hansen wrote: > > Starting around 13:42 UTC today, we started getting lots of authorization >

Re: Retry-interval when an access token could not be refreshed.

2016-04-19 Thread Biniam Asnake
It happened again. Please help. Here is the stacktrace. com.google.api.ads.common.lib.exception.OAuthException: Credential could not be refreshed. A newly generated refresh token may be required. at com.google.api.ads.common.lib.auth.OfflineCredentials.

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread Konstantin Tarassow
Seems to work again. On Tuesday, 19 April 2016 16:16:57 UTC+2, Konstantin Tarassow wrote: > > We also started to see it on our requests a couple of minutes ago! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Error internal_failure OAuth2Exception

2016-04-19 Thread Konstantin Tarassow
We also started to see it on our requests a couple of minutes ago! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

OAuth Failures Suddenly Happening - Is this a known issue with Google AdWords API ?

2016-04-19 Thread Mark Hansen
Starting around 13:42 UTC today, we started getting lots of authorization errors from the AdWords API. HTTP response code 400 and error message: "Credential could not be refreshed. A newly generated refresh token may be required." When we try to reauthorize, the OAuth Dialog with Google

OAuth credential not refereshing?

2016-04-19 Thread j.e.frank
Starting this morning, I am seeing errors like this when trying to use the AdWords API: Credential was not refreshed successfully. Redirect to error page or login screen. Separately, another app that I have with Google Account login, has started erroring as well. This leads me to wonder if

Error internal_failure OAuth2Exception

2016-04-19 Thread dearaujoj
Hi, we are having a lot of errors coming from API calls with message { "error" : "internal_failure" } then I have tracked it to *500 | Internal Server Error | OAuth2Exception* in this piece of code: *GoogleAdWords/src/Google/Api/Ads/Common/Util/SimpleOAuth2Handler.php* line 119

Re: Regarding Custom Affinity Audience

2016-04-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi, If you run a report that is not at the criterion level (e.g., the Ad Group or Campaign Performance Report), then you should get back stats for your campaigns targeting affinity audiences. I don't have a specific date for when support for Custom Affinity audiences will be added to the API,

How to implement IOS conversion tracking SDK for client based app

2016-04-19 Thread backnun
I have implemented IOS conversion tracking SDK for my app and it doesn't seem to be working properly. I have followed instructions on this page

About Invalid content was found starting with element 'includeZeroImpressions'

2016-04-19 Thread Ip Y
Trying to get an ad performance report : if ( $this->dateRangeType == "CUSTOM_DATE" ) { $selector->dateRange = new DateRange($this->dateRangeStart, $this->dateRangeEnd); } $reportDefinition = new ReportDefinition(); $reportDefinition->selector = $selector; $reportDefinition->reportName =

Re: Same gclid from different MCC

2016-04-19 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Hello Igor, Thanks for checking in. I was talking with one of my teammates, and it sounds like there is a slight probability that there could be a collision in click IDs. I think that's what you're seeing here. I'm checking with him to see if there's a way we can avoid that from happening in

Re: TargetingServiceIdea - keyword planner

2016-04-19 Thread dan . kimche
Hi Shwetha, Thank you for your answer. I'm sorry, actually, I meant that I want to know if, when my developer token will get basic (or higher) access, I will be able to retrieve more than 800 keyword results from TargetingIdeaService. I can't find this in the documentation you sent, I can

Re: Same gclid from different MCC

2016-04-19 Thread Igor Selitsky
Hi, I sent all information privately and I got answer that this is a bug. So I'm waiting for resolution of the issue. On Friday, March 25, 2016 at 6:55:47 PM UTC+3, Umesh Dengale wrote: > > Hello, > > Could you provide me *privately* the clientCustomerIds for > CLICK_PERFORMANCE_REPORT and