Re: Negative and wrong values from TargetingIdeaService PHP

2016-04-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Looking at your code, it seems you have a STATS requestType. If you want the data to return similar to the Keyword Planner , you should use IDEAS instead. Regards, Anthony AdWords

Re: Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-15 Thread 'Yin Niu' via AdWords API Forum
Hi, Do you have the SOAP request and response logs for this job? Pleaase click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.b

Files descriptors number is growing

2016-04-15 Thread Евгений Лебедев
Hello. I'm using the latest php library to work with Adwords API. I have some background processes which can run for a long time. They use different services (Campaign, AdGroup, AdGroupAd, etc.). Process unexpectedly die after some period of time with error 'too many open files'. At first I incre

Re: Best way to get all the account ids

2016-04-15 Thread SZ
Great. Thank you very much. On Wednesday, April 13, 2016 at 11:10:41 AM UTC-7, Shwetha Vastrad (AdWords API Team) wrote: > > Hi, > > You can use ManagedCustomerService > > to > get account information. Th

Retrieving BatchJob by ID returns no BatchJobPage entries

2016-04-15 Thread goingdev
I'm getting 0 entries returned when using the BatchJobService to retrieve a job by its ID. My code: Selector selector = new Selector() { fields = new string[] { BatchJob.Fields.Id, BatchJob.Fields.St

Negative and wrong values from TargetingIdeaService PHP

2016-04-15 Thread Jiří Zapletal
Hi, I use PHP API v201603. If I make request via *TargetingIdeaService* It returns wrong values for *SEARCH_VOLUME*, *AVERAGE_CPC* and *SEARCH_VOLUME,* *AVERAGE_CPC* in *TARGET_MONTHLY_SEARCHES* only *KEYWORD_TEXT* is correct. In the picture from *Google AdWords -> Tools -> Keyword planner* You

Re: Performance report based on Proximity and Location

2016-04-15 Thread charles
Sent Le vendredi 15 avril 2016 16:23:19 UTC+2, Yin Niu a écrit : > > Hi Charles, > > Could you provide the following information so that we can investigate > further: > > 1. ClientCusomerID of the adwords account > 2. campaign id > 3. the criteria performance report you got. > > Please click *R

Re: Total cost in Campaign performance report

2016-04-15 Thread Evans Bernier
Gd! Thanks for the quick answer Anthony! Le vendredi 15 avril 2016 10:11:11 UTC-4, Evans Bernier a écrit : > > Hello, > > I was using column named "totalCost" to get the total cost for a campaign > for a specified date. Before v201601 API, this column was available. It was > removed on v201

Re: USER permission denied issue

2016-04-15 Thread 'Yin Niu' via AdWords API Forum
Hi, These are different errors. USER_PERMISSION_DENIED error occurs when there is no link between the manager account and client account. If token was revoked, you would have to generate a new token. Please

Re: Error UNKNOWN at CustomerService->get()

2016-04-15 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
Hello, Thanks for the logs. Since this seems to be happening to you consistently, I've contacted our engineering team to see if they're able to take a look at what might be going wrong. I'll let you know when I hear something. Regards, Mike, AdWords API Team On Friday, April 15, 2016 at 10:14:

Re: Total cost in Campaign performance report

2016-04-15 Thread 'Anthony Madrigal' via AdWords API Forum
Hi Evans, The TotalCost field was removed in v201601 because AdWords no longer charges for manual calls to Google forwarding numbers. As an alternative, you should use the Cost field from now on. Regards, Anthony AdW

Re: Performance report based on Proximity and Location

2016-04-15 Thread 'Yin Niu' via AdWords API Forum
Hi Charles, Could you provide the following information so that we can investigate further: 1. ClientCusomerID of the adwords account 2. campaign id 3. the criteria performance report you got. Please click *Reply privately to author* in the forum when responding. Thanks, Yin, AdWords API T

Re: Error UNKNOWN at CustomerService->get()

2016-04-15 Thread fischi
HI Umesh, thank you for taking a look at that. Unfortunately, the error still persists, (got the same error last week also, but do not have the RequestID anymore) I will attach the Logs and SOAPs below. The RequestId is 00053086979d98800ac2ec48b6010010 Have a nice Weekend! Cheers, Thomas [A

Total cost in Campaign performance report

2016-04-15 Thread Evans Bernier
Hello, I was using column named "totalCost" to get the total cost for a campaign for a specified date. Before v201601 API, this column was available. It was removed on v201601 API. How can I get this information with the new API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

USER permission denied issue

2016-04-15 Thread jessica . qi
We have been running adwords reporting API for couple of months. However, today, we failed to get data. Basically, 2 errors 1. [SoapFault][AuthorizationError.USER_PERMISSION_DENIED @ ; trigger:''] 2. [OAuth2Exception] {

Re: No aparece Api Adwords Center en mis opciones!!!!

2016-04-15 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi, You have logged in to the AdWords account. You need to log in to the production manager account (MCC) and apply for the developer token . Please check out getting

No aparece Api Adwords Center en mis opciones!!!!

2016-04-15 Thread infinium . pauta
Esta cuenta la cree antes, para mis campañas pero ahora quiero utililzar la api para hacer unos reportes para cual necesito el Token y no me aparece la opcion "Api Adwords Center", he configurado otra cuentas nuevas y si me ha aparecido, alguien sabe como podría hacer para que me aparezca esa

Performance report based on Proximity and Location

2016-04-15 Thread charles
Hi everyone, I'd like to get a report which could show Proximity and Location performance ordered by campaign. I read the documentation on Adwords API, and I found this here : Geo performance reporting > > Yo