Location Bid Adjustments - Possible?

2015-08-07 Thread Ryan Blackman
Is it possible to set bid adjustments per enabled location? I can't find it anywhere in the docs. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts

Re: PHP library cannot authenticate with cryptic error: [AuthenticationError.AUTHENTICATION_FAILED @ ]

2015-08-07 Thread Umesh Dengale
Hello, Could you describe steps you followed to run example code of client library? This is OAuth 2.0 authentication guide https://developers.google.com/adwords/api/docs/guides/authentication and making first request document https://developers.google.com/adwords/api/docs/first-request for

PHP library cannot authenticate with cryptic error: [AuthenticationError.AUTHENTICATION_FAILED @ ]

2015-08-07 Thread jamie+adwords
I'm trying to get the AdWords API php library going, getting this error: *[AuthenticationError.AUTHENTICATION_FAILED @ ]* No log file written anywhere from what I can see. Where can I see more information or possibly solve this? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Changing a custom label for a SKU via the Python API?

2015-08-07 Thread pedro . pupo
Thank you. I am trying to do that in a way similar to the bidding process we currently use but I think I have my object hierarchies mixed up. I'm not quite sure how to tell the API that I wish to *update* the custom attribute like I do with the CPC bid - including it within the criterion just

Re: Location Bid Adjustments - Possible?

2015-08-07 Thread Umesh Dengale
Hello, The AdGroupBidModifier https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.AdGroupBidModifier with criterion as Location https://developers.google.com/adwords/api/docs/reference/v201506/MutateJobService.AdGroupBidModifier#criterion could be used. Check

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-07 Thread treto1ctest
Не подскажите как мне изменить текст запроса , чтоб он заработал? четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack Praneenararat (AdWords API Team) написал: Hi Kio, Sorry that I can answer questions in English. It seems you're trying to modify the attributeValues

Re: [9-8266000008249] Targeting idea service c#

2015-08-07 Thread Benjamin Thys
I really dont understant why i cant catch data. i used a test account, multiple different client id et refresh token and the same result again and again. 0 The only différence on your soap request and mine is the client library and just after it validateOnly

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-07 Thread treto1ctest
Я так понимаю проблема в строке: v20:stringValuehttp://tile.expert/en/tile/Fanal/Creation/v20:stringValue Нужно использовать не тег stringValue ? четверг, 6 августа 2015 г., 9:11:13 UTC+3 пользователь Thanet Knack Praneenararat (AdWords API Team) написал: Hi Kio, Sorry that I can answer

Re: FeedItemService WRITE_ACCESS_DENIED

2015-08-07 Thread treto1ctest
Изменил запрос так: ?xml version=1.0 encoding=UTF-8? soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:v20=https://adwords.google.com/api/adwords/cm/v201502; soapenv:Header v20:RequestHeader v20:clientCustomerIdххх-ххх-/v20:clientCustomerId

Re: Update/Create TemplateAd

2015-08-07 Thread Anthony Madrigal
Hi Hazar, After looking at your ad, I saw that its final URL is null, so when you set *templateAdNew.finalUrls = templateAd.finalUrls *there is no value going in there. Once you set that you should no longer be getting the *EMPTY_FIELD *error. Cheers, Anthony AdWords API Team -- --

Re: Retrieve all criteria with a non-null TrackingUrlTemplate?

2015-08-07 Thread mm
Just to note for anyone else looking to do this, what Anthony I hit upon was adding a ContainsIgnoreCase predicate with a value of lpurl, since one of the lpurl variants is required as part of a tracking template. So far this seems to accomplish finding all the keywords with non-null tracking

Re: Changing a custom label for a SKU via the Python API?

2015-08-07 Thread Anthony Madrigal
Hey Pedro, No worries about the confusion! You should be able to update the value of the Custom Attribute https://developers.google.com/adwords/api/docs/reference/v201506/AdGroupCriterionService.ProductCustomAttribute#value using the *AdGroupCriterionService *without worrying that anything

Re: FeedItemService Location Extensions linked to Google My Business

2015-08-07 Thread Nadine Sundquist (AdWords API Team)
Hi Michael, Thanks for providing the SOAP XML logs; they were extremely helpful in determining what was going on. The key to this unexpected behavior is that your Feed has the origin as ADWORDS https://developers.google.com/adwords/api/docs/reference/v201506/FeedService.Feed#origin. Our

Re: Changing a custom label for a SKU via the Python API?

2015-08-07 Thread Anthony Madrigal
Hey Pedro, Could you please *reply privately to author *your SOAP request and response for the operation in which you tried to modify the Custom Attribute? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: