Re: How to get " adwords campaign, adgroup " name in CSV.

2015-07-28 Thread Johan Hedin
Hi Anthony My developer Naresh is a little stuck on the api thing with the adwords partners. All we need to have is to get the referring url to be passed on to our platform. Basically we use the google adwords display and target by keywords or topic so Google picks the partners for us automaticall

Re: How to handle RateExceededError.retryAfterSeconds in PHP v201502

2015-07-28 Thread faisal hossain
Many many...thanks @Kristopher for your reply -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

Re: Wait and Retry logic to avoid RateExceedError in PHP

2015-07-28 Thread faisal hossain
Many many...thanks @Kristopher for your reply, That someone is me :) on the other thread.I wish your logic and given code will help me out from this problem. Thanks Again -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.bl

Re: How to handle RateExceededError.retryAfterSeconds in PHP v201502

2015-07-28 Thread Kristopher Windsor
Someone just asked a similar question, so I replied to that other thread: Other thread Thanks, On Tuesday, July 28, 2015 at 6:02:34 AM UTC-7, Sarah Riddell wrote: > > Hi, > > Today i am facing *RateExceededError *on my standard ac

Re: Wait and Retry logic to avoid RateExceedError in PHP

2015-07-28 Thread Kristopher Windsor
public static function mutateEntities($adwords_user, $service_name, $ops){ $service = $adwords_user->GetService($service_name, Utils:: ADWORDS_VERSION); $opc = count($ops); if ($opc > 5000) throw new \Exception('Too many operations for ' . $service_name); for ($iii = 0; $i

Wait and Retry logic to avoid RateExceedError in PHP

2015-07-28 Thread faisal hossain
Hi, I am getting RateExceedError when tring to make large operations in one mutate request (1000 operations in 1 mutate call), the API expert suggests to honor the retryAfterSeconds=86400 Can anyone give me the example error handling code for PHP?? It's very urgent. Thanks in advance Cheers F

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Michael Cloonan (AdWords API Team)
Hello, This change was intentional in v201506 of the API. Bids on subdivisions in product partitions are meaningless, and even setting them in the past had no effect on actual bidding. This is simply new validation that prevents you from even setting such bids. Regards, Mike, AdWords API Team

Re: Sitelinks Feed Limit (EntityCountLimitExceeded.ACCOUNT_LIMIT)

2015-07-28 Thread Александр Бунке
When I try to add some *additional* sitelinks (after Mapping) to feed it gets error: [EntityAccessDenied.WRITE_ACCESS_DENIED @ operations[0].operand.attributeValues, EntityAccessDenied.WRITE_ACCESS_DENIED @ operations[1].operand.attributeValues] Feed ID 28653591 Why it happens? Thaks вівтор

Re: Get campaign AdSchedule for one weekday.

2015-07-28 Thread Anthony Madrigal
Hello Mircea, Unfortunately, the field *DayOfWeek *is not filterable in the CampaignCriterionService . Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Sitelinks Feed Limit (EntityCountLimitExceeded.ACCOUNT_LIMIT)

2015-07-28 Thread Александр Бунке
Hello, I tried to use 1 feed to create custom sitelinks for AdGroups, but I cant understand how to use MatchingFunction to associate some Feed Items to AdGroup... >From Example: // There we creating list of feed items foreach ($sitelinksData['siteLinkFeedItemIds'] as $feedItemId) { $const

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Józef Janik
I'm only seeing this error on ADD operations. SET operations seem to be fine... On Tuesday, July 28, 2015 at 10:49:33 AM UTC-4, Michael Cloonan (AdWords API Team) wrote: > > Hello, > > I've filed a bug with the engineering team, and I will keep this post > updated as I find out more informatio

Re: Execution time - Basic Question

2015-07-28 Thread Umesh Dengale
Hello, In the AdWords API, execution time vary depends on the request content. Please check out our the Best Practices guide which will help to minimize execution time. Thanks, Umesh, AdWords API Team. --

Re: AD PERFORMANCE REPORT with CONTAINS_ANY predicate results in 500 Internal Server Error

2015-07-28 Thread Anthony Madrigal
Hi, AdWords API v201409 has been sunset and will no longer be able to be used. You should upgrade your API to v201506 using one of our client libraries . If you are st

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Michael Cloonan (AdWords API Team)
Hello, I've filed a bug with the engineering team, and I will keep this post updated as I find out more information. Thanks for the reports and the detailed information, everyone. Regards, Mike, AdWords API Team On Monday, July 27, 2015 at 9:23:27 AM UTC-4, peter.rietz...@smarter-ecommerce.co

Re: Remove operation for Bid Modifiers causes strange value

2015-07-28 Thread Michael Cloonan (AdWords API Team)
Hello, I don't believe that REMOVE operators are supported for bid modifiers. Instead, you should SET the modifier to 1. Regards, Mike, AdWords API Team On Monday, July 27, 2015 at 7:58:52 AM UTC-4, Phillip wrote: > > Here is also the SOAP request for the mutate opration: > > 2015-07-27 13:39:0

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Joe Rosenwald
Also getting the exact same error, also started 7/25. Hoping a solution comes through soon. On Monday, July 27, 2015 at 9:23:27 AM UTC-4, peter.r...@smarter-ecommerce.com wrote: > > Hi > > We experience sporadically occurring BiddingErrors.INVALID_BID errors > when we send product partitions.

Re: Are report field "notes" available via API?

2015-07-28 Thread Anthony Madrigal
HI Stephen, Unfortunately, AdWords API does not support returning report field descriptions. There are currently no plans of adding this feature. Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsde

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Józef Janik
We also began experiencing the issue as described on an integration test that was previously passing (no changes since previous build) using v201506. On Monday, July 27, 2015 at 9:23:27 AM UTC-4, peter.r...@smarter-ecommerce.com wrote: > > Hi > > We experience sporadically occurring BiddingErro

How to handle RateExceededError.retryAfterSeconds in PHP v201502

2015-07-28 Thread Sarah Riddell
Hi, Today i am facing *RateExceededError *on my standard account when performing batch operations on single request(1000 operations in each mutate request). It returns retryAfterSeconds=86400 not warning for retryAfterSeconds=30 seconds for the first time after *9* success mutate calls(1000 o

How do I decrease mobile bid criteria for Google AdWords API?

2015-07-28 Thread starrychloe S.
http://stackoverflow.com/questions/31665689/how-do-i-decrease-mobile-bid-criteria-for-google-adwords-api -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~

Get campaign AdSchedule for one weekday.

2015-07-28 Thread Mircea Ciuchea
Hello, I am using php api and I'm trying to get campaigns ad schedule for only one weekday. What i did so far: $campaignService = $adwordsUser->GetService('CampaignCriterionService'); $selector = new \Selector(); $selector->fields = [ 'BidModifier' ];

AD PERFORMANCE REPORT with CONTAINS_ANY predicate results in 500 Internal Server Error

2015-07-28 Thread cumhur
Hello everyone, With C#, I am try to get AD_PERFORMANCE_REPORT. Here's the code: ReportDefinition definition = new ReportDefinition(); definition.reportName = "Ad Performance For "; definition.reportType = ReportDefinitionReportType.AD_PERFORMANCE_REPORT;

Re: Getting RateExceededError error in API call on Standard access account

2015-07-28 Thread Sarah Riddell
Hi Umesh Dengal Thanks for your reply, in your last comment you said to honor the *retryAfterSeconds*, but when i batch 1000 operations in every single request, API returns *retryAfterSeconds=86400* right after 9th requests (1000 operations each). The *retryAfterSeconds *never says 30 seconds f

Are report field "notes" available via API?

2015-07-28 Thread Stephen
Hi all, On the report documentation, each report field has notes e.g. for the Keywords Performance Report for the field SearchImpressionShare the notes are: The impressions you've received on the S

Re: BiddingErrors.INVALID_BID occurring sporadically since 25.07.2015

2015-07-28 Thread Francesco Puntar
Here my request: POST https://adwords.google.com/api/adwords/cm/v201506/AdGroupCriterionService HTTP/1.1 Content-Type: text/xml; charset=utf-8 Authorization: Bearer XXX SOAPAction: "" Host: adwords.google.com Content-Length: 1991 Expect: 100-continue Accept-Encoding: gzip, deflat