Re: Report download failed. Underlying errors are Type = 'ReportDownloadError.INVALID_VERSION', Trigger = '', FieldPath = ''. Hi i am using adwords Api v201506 a

2016-05-19 Thread Bhupinder Staplelogic
Hi, I have updated version to v201603 and i am facing this error: *Error: * Class 'Selector' not found Here it is my code: $user->LoadService('ReportDefinitionService', ADWORDS_VERSION); // Create selector. $selector = new Selector(); Please help what is wrong here. it was working fine on olde

Re: AdGroupCriterionService Rtueturn result object inconsistent

2016-05-19 Thread Chirag
Hello Shwetha, Thank You! Yes, I have done Same. On Thursday, 19 May 2016 21:26:18 UTC+5:30, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Chirag, > > The BiddingStrategyConfiguration of an AdGroupCriterion contains all the > bids associated with it. You can get the type of bid from bids[0

Re: Create campaign with topics

2016-05-19 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Unfortunately, Verticals have been deprecated and are no longer supported in the API. As a workaround, you can use the Affinity or In-Market

Re: Accounts and Campaigns selection in Java API

2016-05-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, The account selected from the AdWords UI is equivalent to the one you set as clientCustomerId in the configuration file (ads.properties for Java client library). And for t

Re: Migration to v201603 error

2016-05-19 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Sonya, Could you please send your code snippet (if it's not too large) along with the error message to me by *Reply to author privately*? I'll help investigate what happened. Best, Thanet, AdWords API Team On Thursday, May 19, 2016 at 8:06:34 AM UTC-7, Sonya Moffat wrote: > > Hi Thanet. >

Re: AdGroupCriterionService Rtueturn result object inconsistent

2016-05-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Chirag, The BiddingStrategyConfiguration of an AdGroupCriterion contains all the bids associated with it. You can get the type of bid from bids[0]->BidsType to check if it is a CpcBid or CpmBid. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Al

Re: Remaining balance

2016-05-19 Thread 'Joyce Lava' via AdWords API Forum
Hi, Currently, the AdWords API services does not return the remaining balance of the account. However, if you know the original budget, as a workaround, you can run the ACCOUNT_PERFORMANCE_REPORT to g

Accounts and Campaigns selection in Java API

2016-05-19 Thread Łukasz Gaża
When I want to generate a keyword performance report on Google AdWords web page, apart from others, there is an option to select accounts and campaigns to be included in the report. Where can I find similar option to do it using Java API? My code to download the reports is similar to the one in

Re: Different results in Web Interface and API

2016-05-19 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, We have heard reports of this issue in the past, where there is seemingly no way to get the API results from the TargetingIdeaService to match the results you get when using the web interface. I have contacted our engineering team who should hopefully be able to take a look soon and help

Re: Migration to v201603 error

2016-05-19 Thread Sonya Moffat
Hi Thanet. Thank you very much for your response. Unfortunately, I think the issue might be with something else. When I load ReportClasses as well as ReportUtils, it still has the same error. Furthermore, in ReportUtils.php there is the line "require_once 'Google/Api/Ads/AdWords/Util/v201603/

Remaining balance

2016-05-19 Thread Vyacheslav
Hello! Could you please tell us how is it possible to get information about the remaining balance on the account via API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeve