Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks for sending over the new addresses where you saw this issue. I'll see if I can track down more information on the requests that failed and get back to you. Cheers, Josh, AdWords API Team On Tuesday, March 17, 2015 at 3:08:08 AM UTC-4, Dzmitry Zahusta wrote: > > The problem still per

Re: Refresh token not being returned in oauth2info

2015-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, Thanks, that clears things up a bit. I just tried running the GetRefreshToken.php example using my account and I was able to obtain a refresh token without issues. Could you modify your

Re: Outages of Adwords API

2015-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, When you started receiving the errors, were they resolved by retrying? Thanks, Josh, AdWords API Team On Tuesday, March 17, 2015 at 12:57:03 PM UTC-4, WL wrote: > > no errors today until 17:56 German time. > > Regards > > On Monday, March 16, 2015 at 9:32:25 PM UTC+1, WL wrote: >> >> Today w

Re: Refresh token not being returned in oauth2info

2015-03-17 Thread jody stein
Yes here is the PHP to process the code returned which used to return refresh_token an now returns just the client_id and client_secret. I am using the right paramenters, access_type=offline and tried adding prompt=consent. $user = new AdWordsUser(); $user->LogAll(); $handler = $user->GetOAuth

Re: Refresh token not being returned in oauth2info

2015-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, I may be misunderstanding your question, but I think you're missing a step. After the user accepts the OAuth prompt, your redirect endpoint will receive an *authorization code* (the *https://domain.com/pro/login/googleredirect.php?code=4/xxx* request below), which it then must submit in or

Re: AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2015-03-17 Thread João Aparício
Just to clarify, above where I wrote Exceptions I meant Overrides. On Tuesday, March 17, 2015 at 5:44:04 PM UTC, João Aparício wrote: > > I'm getting the following error: > > Server raised fault: '[EntityCountLimitExceeded.CAMPAIGN_LIMIT @ > operations[0] (enclosingId=243426876, limit=1000, > ac

AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN

2015-03-17 Thread João Aparício
I'm getting the following error: Server raised fault: '[EntityCountLimitExceeded.CAMPAIGN_LIMIT @ operations[0] (enclosingId=243426876, limit=1000, accountLimitType=AD_GROUP_BIDDING_STRATEGY_OVERRIDES_PER_CAMPAIGN, existingCount=1000), EntityCountLimitExceeded.CAMPAIGN_LIMIT @ operations[12] (

Re: Internal API error while Mutating BiddingStrategy

2015-03-17 Thread João Aparício
Alright thanks :-) On Monday, March 16, 2015 at 9:06:41 PM UTC, Josh Radcliff (AdWords API Team) wrote: > > Hi, > > Sorry, I forgot you're already targeting by ad group. In that case, > there's no need to worry about campaign-level batching since an ad group > only exists in one campaign. > > T

Re: Outages of Adwords API

2015-03-17 Thread WL
no errors today until 17:56 German time. Regards On Monday, March 16, 2015 at 9:32:25 PM UTC+1, WL wrote: > > Today we had again many outages of the Adwords-API: > > [15-Mar-2015 22:28:40 Europe/Berlin] PHP Notice: Failed to load response > into DOM: DOMDocument::loadXML(): Empty string supplie

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-17 Thread Michael Cloonan (AdWords API Team)
Thank you Hans. I will forward this information to the team and let you know when I hear back. Regards, Mike, AdWords API Team On Tuesday, March 17, 2015 at 11:29:43 AM UTC-4, HK wrote: > > Just to be clear, I'm seeing forwardCompatibilityMap be null > on BiddableAdGroupCriterion objects. > > H

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-17 Thread HK
Hi, Mike Correct, I am not seeing forwardCompatibilityMap being populated on BiddableAdGroupCriterion objects (Product Partitions). However, I am seeing forwardCompatibilityMap on CampaignCriterion objects (Product Scopes). I would expect it to show up on both types of objects so that anyone u

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-17 Thread HK
Just to be clear, I'm seeing forwardCompatibilityMap be null on BiddableAdGroupCriterion objects. Hans -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Re: API gives wrong microAmount in BudgetOrders

2015-03-17 Thread Anash P. Oommen (AdWords API Team)
Hi, I think the mutate response is returning zero, but if you do a get() immediately after (instead of 20-40 mins wait), you should get the correct values. Let me know if that works for you. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, March 11, 2015 at 4:32:38 PM UTC-4, WL wrot

Re: adServingOptimizationStatus - inconsisntency in documentation?

2015-03-17 Thread Michael Cloonan (AdWords API Team)
Hello Robert, No, the bidding strategy should never change on its own. You would still have to manually change the bidding strategy to use the conversion optimizer once you are able to use that. Regards, Mike, AdWords API Team On Tuesday, March 17, 2015 at 6:16:18 AM UTC-4, Robert Rodakowski w

Re: "caseValue" for ProductPartition unexpectedly null when subdivided by "Channel" or "Channel Exclusivity".

2015-03-17 Thread Michael Cloonan (AdWords API Team)
Hello Hans, I am still not understanding exactly what the issue is. Are you saying that you are not seeing the forwardCompatibilityMap being populated on BiddableAdGroupCriterion objects? If that's true, where are you seeing it populated? Or are you saying that there are fields you expect with

Re: Budget orders ignored

2015-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, For issues with the UI, please use the *Contact us* link in the AdWords Help Center . That will get you in touch with a billing expert who can explain the discrepancies and assist you with the issues you're having with Firefox. Thank

Re: Outages of Adwords API

2015-03-17 Thread Josh Radcliff (AdWords API Team)
Hi, Does this issue still persist? I am able to follow all of the links below without issue. If you're still having this problem, could you check if anything changed in terms of networking configs on your side? For example, have there been changes to your proxy server? Also, do you get this e

Re: Missing com.google.api.ads.adwords.axis.v201502.cm.Product class (java)

2015-03-17 Thread Danial Klimkin
Hello, Yes, please see the migration guide: https://developers.google.com/adwords/api/docs/guides/migration/v201502 and this post in particular: http://googleadsdeveloper.blogspot.com/2015/01/upcoming-removal-of-adwords-legacy-pla.html -Danial, AdWords API Team. On Tuesday, March 17, 2

Missing com.google.api.ads.adwords.axis.v201502.cm.Product class (java)

2015-03-17 Thread sahil
In the com.google.api.ads.adwords.axis.v201502.cm package of the latest version adwords API, there isn't the Product class which was there at the same specified location in the previous versions. Has it been deprecated? What is it's replacement/subsitute? Thanks in advance! -- -- =~=~=~=~=~=~=

Re: v201502 - REMOVED items not returned from Ad Group Performance Report

2015-03-17 Thread Danial Klimkin
t;> >> >> AdGroupStatus >> CampaignId >> AdGroupId >> AdGroupName >> CampaignId >> EQUALS >> >> AdGroupStatus >> EQUALS >> REMOVED >> >> 20150317 >> 20150317 >> >> >> ADGROUP_PERFORMAN

v201502 - REMOVED items not returned from Ad Group Performance Report

2015-03-17 Thread david
pty result: https://adwords.google.com/api/adwords/cm/v201502";> > > AdGroupStatus > CampaignId > AdGroupId > AdGroupName > CampaignId > EQUALS > xxxx > AdGroupStatus > EQUALS > REMOVED > > 20150317 > 20150317 > > > ADGROUP_PERFORMANC

Re: adServingOptimizationStatus - inconsisntency in documentation?

2015-03-17 Thread Robert Rodakowski
Thank you for reply! You wrote: *"... it means that it will use the conversion optimizer if possible..."* Does it mean, that bidding strategy will be automatically set to Conversion Optimizer (biddingStrategyConfiguration field in campaign), if possible? So the next question is, if ad rotation s

Re: AdWords account with API Access

2015-03-17 Thread Danial Klimkin
Hello M, Yes, API access allows to access all you AdWords data. Full view with ability to download reports. It is possible to give read-only or read-write access, but not write-only. -Danial, AdWords API Team. On Tuesday, March 17, 2015 at 12:56:18 PM UTC+3, marco@iprospect.com wrote:

AdWords account with API Access

2015-03-17 Thread marco . ciccone
Hi guys, I'm managing few AdWords account for one of my client through Doubleclick Search. Of course, Doubleclick Search has API access to all of these account. Now I have to grant another API access to another third party service provider (they assured that they are not able to see or

Re: INVALID_PROXIMITY_ADDRESS occurs for valid data episodically

2015-03-17 Thread Dzmitry Zahusta
The problem still persist. I reworked the code to get GeoPoint byGeoLocationService GeoLocationSelector selector = new GeoLocationSelector(); selector.setAddresses(addresses.toArray(new Address[0])); GeoLocation[] geoLocationResult = geoLocationService.get(selector); And