Fatal error: Uncaught Error: Access to undeclared static property:

2017-09-11 Thread Pradeep Kumar
Hi All, I am stuck somewhere else right now. AS you see in the code section $reportDefinition->setDateRangeType( ReportDefinitionDateRangeType:: LAST_7_DAYS); I created a variable name $date which is having value LAST_7_DAYS When i call it as mentioned below it will display an error

Re: Report definition not recognized when making SOAP request

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, Could you confirm if you are getting the report fields (in Java) in your request? If your goal is just to get the report fields of AdGroup Performance Report, then you can use the example that I

Re: any way to see the SOAP calls

2017-09-11 Thread Tim Johnson
Hi Peter, Unfortunately that will not help me. I want to use cURL to make adjustments and to get reporting from the Adwords server. All of the libraries do nothing more than making GET and POST HTTP requests. After all is said and done withing the API examples, the API must simply be

Re: RetryCount & RateExceededError handling: use both or is RetryCount enough?

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi B. Zwier, If you have set the RetryCount in your client library, then it will *automatically* *retry* your failed requests on a number of times depending on your value for this property. However, this does not guarantee that the RateExceeded error will be resolved after a max number of

Re: Question on ...\mcm\ManagedCustomerPage Object

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, If you want to get the clientCustomerIds associated to your refresh token (or basically, to your OAuth credentials), you can run the getCustomers() method of CustomerService. You don't need

Re: latest AdWords library v201708 has runtime error in C#

2017-09-11 Thread PPC Developer
Nevermind...I found out what the issue is. The code that was failing with runtime error was CustomerService cs = new CustomerService; ...I had to change the above code to: CustomerService CustSer = (CustomerService)new_Acc_user.GetService(

RetryCount & RateExceededError handling - use both or is RetryCount enough?

2017-09-11 Thread bzwier01
Hi, I'm using the .NET client library (v22.1.1) and I noticed that there is a RetryCount option in app.config. According to the documentation on the Wiki , the RetryCount option takes

Report definition not recognized when making SOAP request

2017-09-11 Thread JohnA_a
Hi all, we are trying to download a report from AdWords API and we are getting the error "*Report definition was not recognized. Does it exist in service WSDL?*" The xml script we are using is the below: http://schemas.xmlsoap.org/soap/envelope/;

Re: From basic to standart access level Adwords API

2017-09-11 Thread Vasiliy Kruglov
Looking on your name, you are from Russia as I. I have the same issue. I think the problem is in IP address, because using foreign proxy get 200 ok... PS haven't tested for fulfilling... вторник, 5 сентября 2017 г., 9:07:50 UTC+3 пользователь Vladimir Dorokhin написал: > > Hi. > > Use Adwords

RetryCount & RateExceededError handling: use both or is RetryCount enough?

2017-09-11 Thread bzwier01
Hi, I'm using the .NET client library for the Adwords API and I noticed that there is an example here which shows a retry strategy for the RateExceededError exception. On the GitHub wiki

Re: User Does Not Have Access to Template: 178

2017-09-11 Thread Trevor Sanders
Hi Sreelakshmi! I see that video campaigns are not fully supported via the API. I am currently trying to place a static image banner ad on Youtube. If I place a standard imageAd , with a

latest AdWords library v201708 has runtime error in C#

2017-09-11 Thread PPC Developer
Hi, I upgraded to the latest library .v201708 and getting some runtime errors. Note that I am trying to upgrade from .v201705 which didn't have a dependency to Service Model dll. The project wouldn't compile without adding a dependency to System.ServiceModel.dll (I added one I have on my

Re: AWQL Reporting slowdown?

2017-09-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, Could you provide the report definitions and the clientCustomerId for which you observed reduced throughput for AdWords API report download? Please use *Reply privately to author* when responding Thanks, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: AuthenticationError.NOT_ADS_USER

2017-09-11 Thread Carlos Casasola
Hello Bharani, This is my clientCustomerId: 903-686-0485 So I tried with my MCC: 551-497-3203 but it not works This is a log generated from a PHP Library: 19.0.0 I also try with 25.0.0 version: POST /api/adwords/reportdownload/v201705 HTTP/1.1 Host: adwords.google.com User-Agent:

Re: User Does Not Have Access to Template: 178

2017-09-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Trevor, Video Campaigns are currently supported in AdWords API Reports only at the moment. Have you considered

Re: Migrate adwords api v201609 to latest version

2017-09-11 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You need to follow the migration guides listed below to cover all the changes between v201609 and v201708 versions of AdWords API: - v201708 migration guide and release notes

Re: ***Announcing the new ads PHP client library***

2017-09-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Joven, Are you facing any issues while using the v201708 version of the API? If so, could you please create a new thread with more details and logs explaining the issue? Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: AuthenticationError.NOT_ADS_USER

2017-09-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello Carlos, Could you provide us the clientCustomerId of the AdWords client account along with the complete SOAP request and response logs for the recent try so I can take a look? You can respond via *Reply privately

Re: Googel Adwords API - Reporting - (ParallelReportDownload.php) need the data in an array format

2017-09-11 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Pradeep, Since your latest question is unrelated to original issue on this thread, could you please create a new forum thread? This is to help us keep better track of the issues. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

AWQL Reporting slowdown?

2017-09-11 Thread AdWordsApiUser
Hi Team, We're noticing a significant slowdown in the throughput of the AWQL Reporting using the API since last week, where we're spending about 30%-40% more time than usual. Is this a known issue, or something that is being changed? Any insights will be appreciated. Cheers, and have a great

Re: User Does Not Have Access to Template: 178

2017-09-11 Thread Trevor Sanders
Got it. Thanks! Any suggestions on placing a Youtube ad via the API? On Monday, September 11, 2017 at 2:45:38 AM UTC-4, Thanet Knack Praneenararat (AdWords API Team) wrote: > > Hello Trevor, > > It turned out that this template ID is already deprecated as it uses Flash. > There are some other

Re: ***Announcing the new ads PHP client library***

2017-09-11 Thread Joven Albarida
Guys, I think the only steps that didnt explain on Adwords API people, is that when in v201708 the adsapi_php use the HOME directory path, but downwards version was totally mind freak setting On Thursday, December 22, 2016 at 10:38:06 AM UTC+8, Thanet Knack Praneenararat (AdWords API Team)

Migrate adwords api v201609 to latest version

2017-09-11 Thread tester . manager1
Hello, I have used Adwrod API version *v201609*. As this version has a sunset on October 2017, I need to migrate to latest API version *v201708*. Please Let me know steps for migration to new version *v201708*. In adword api, i am downloading '*CAMPAIGN_PERFORMANCE_REPORT*' for getting cost

Re: Error checking authorization

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Tim, Apologies for the delayed response. For both OAuth2TokenBuilder and AdWordsSessionBuilder, a known exception to be thrown is InvalidArgumentException

Re: Monitoring API calls/versions

2017-09-11 Thread sam
Hi Peter, Thank you very much for the speedy and informative response! The SOAP logging will work for things we put in place from here on in, but it won't help me identify if there are 'legacy' dev platforms out there making outdated API calls to Google Adwords? I would have to find them to

Re: any way to see the SOAP calls

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Tim, Could you confirm if what you wish to achieve is to have access to the SOAP request and response that is generated during each AdWords API service call? If my understanding is correct, then you may refer to this documentation

any way to see the SOAP calls

2017-09-11 Thread Tim Johnson
Hi, I was wondering: instead of working with 9.000 files in the library: is there a way to print out the actual soap GET and POST calls that are being made within the SOAP library? Surely the endpoint, headers, and body must be assigned to some variable somewhere. Do you know what these are?

Re: Migrating to v201708 and composer

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Douglas, If you have already downloaded the updated client library and followed the PHP upgrade guide , then rest assured that

Migrating to v201708 and composer

2017-09-11 Thread Douglas Lewis
I used to be able to change the DEFAULT_VERSION in the settings.ini file to tell my code what version of the adwords library to use. Now that I've graduated to the v201708 where I have to use composer and classes ./ namespaces I don't know what version I'm actually calling. My test code is

Re: GEO_PERFORMANCE_REPORT CityCriteriaId returns entities that aren't cities

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Amit, A gentle follow up on this. If you still have confusions/issues regarding this, kindly provide the information that I asked previously via *Reply privately to author*. Thanks, Vincent AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: keyword planner api doesnt work sometimes

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Mike, The InternalApiError.UNEXPECTED_INTERNAL_API_ERROR you are encountering indicates that it could be a temporary issue in the servers or could be due to a bug and is usually

Re: User Does Not Have Access to Template: 178

2017-09-11 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello Trevor, It turned out that this template ID is already deprecated as it uses Flash. There are some other IDs that were deprecated too. I'll update our documentations so people don't get confused. Thanks gain for reaching out to us. Best, Thanet, AdWords API Team On Wednesday, August 30,

Re: Monitoring API calls/versions

2017-09-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Sam, There is currently no monitoring tool or feature to verify which AdWords API versions are being used by a certain MCC/client account or developer token. However, as a workaround, I would recommend that you implement SOAP logging (if you haven't yet), since the SOAP request

Re: how migirate adwords api v201609 to v201702

2017-09-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, To upgrade to an API version, you need to download the client library from here . Since you will migrate to v201702, please see this migration guide .