Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - even though I am passing client customer id in request

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Jofin, We had an issue where API calls were returning CLIENT_CUSTOMER_ID_IS_REQUIRED error which is fixed now. Are you still seeing this error? If so, could you please share the SOAP logs (request and response) of your latest API call which failed? You can use reply privately to author

Re: Report query result via API doesn't match with AdWords UI

2018-04-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, We were able to take a look at the discrepancy you mentioned. Please find my response below: 1. I was able to download a report for Apr 2,2018 - Apr 8, 2018. I see that the number of rows in API is 21978, and segmenting the exact same fields in the UI are 22032. The stats for all the

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REGUIRED

2018-04-13 Thread Adwords account
Hi, We also experiencing same issue when posting to /api/adwords/ch/v201802/CustomerSyncService service since around 2018-04-12 02:00:00 EET. http://schemas.xmlsoap.org/soap/envelope/;> https://adwords.google.com/api/adwords/ch/v201802;

AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - even though I am passing client customer id in request

2018-04-13 Thread Jofin Kuriakose
I am using node-adwords npm package for adwords api calls. It was working fine for the last days, but suddenly I am getting issue saying that AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED even though I am passing client customer id in request. Is there any work-around here? -- --

Unable to fetch customer AdWords account hierarchy. No serviced accounts were found.

2018-04-13 Thread Laurent
Hi, We're fetching the AdWords account hierarchy for our customers using the sample code provided here: https://developers.google.com/adwords/api/docs/samples/java/account-management#get-the-account-hierarchy-under-the-current-account Everything works fine except for one customer where the

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-13 Thread Adwords account
> > Hi, > We also experiencing same issue when posting > to /api/adwords/ch/v201802/CustomerSyncService service since around > 2018-04-12 02:00:00 EET. > > http://schemas.xmlsoap.org/soap/envelope/;> > > xmlns:ns2="https://adwords.google.com/api/adwords/ch/v201802; >

Re: New error only in mutate AdwordsUserListService calls: QuotaCheckError.INVALID_TOKEN_HEADER @

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, This issue is resolved now and you are not expected to see any more failures. Please let us know if you are still encountering the INVALID_TOKEN_HEADER error. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: Getting QuotaCheckError.INVALID_TOKEN_HEADER Error for some requests since April 10

2018-04-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi All, This issue is resolved now and you are not expected to see any more failures. Please let us know if you are still encountering the INVALID_TOKEN_HEADER error. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and

Re: get (setRequestType) IDEA and STATS data together

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Abdul, Are you using the TargetingIdeaService and requesttype can both be IDEAS

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - AdGroupService

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Nicola, We had an issue which is now fixed. Are you still getting this error? If so, could you please share the SOAP request and response log for the "AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED' error along with client customer id, so that I can troubleshoot the issue? You could use

Re: keyword text keyword match type keyword id

2018-04-13 Thread 'Milind Sankeshware (AdWords API Team)' via AdWords API Forum
Hi Amit, Each Shared set owns the keywords in that list. If you want to add a keyword with the same text and match type as in a different shared set, you will need to add the keyword again to the second shared set. Since the text is same, you might get the keyword criterion Id same as in the

Re: Traffic Estimator Service question

2018-04-13 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API Forum
Hi Peter, Do you get the same results via the UI?(Please refer this section of guide for better clarity) If yes, then, since this is a product level question, I would suggest you to please post it on the

Re: empty report

2018-04-13 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API Forum
Hello, Thank you for sharing the details. Since you're pulling the report for test accounts, please note that values for Impressions, Cost will be zero. So you will need to make sure that you set the includeZeroImpressions to true in the request header. When set to true, reports will not

Traffic Estimator Service question

2018-04-13 Thread Peter
Hi, I've been trying out the Traffic Estimator Service to see how much traffic a keyword gets with different max CPC bids. In general I get higher volume for higher bids but it's not always the case. Everything else is fixed. Is this expected? Thanks, Peter -- --

Re: Report query result via API doesn't match with AdWords UI

2018-04-13 Thread Khoa Nguyen
Thanks Bharani for the useful information. I thought the AdWords API maps to the report using Report Editor but now I know that it matches the one in the AdWords dashboard (https://adwords.google.com/aw/?ocid). However, about in-matching results of API call & UI, I would like to ask 2

Re: Calculate CPC

2018-04-13 Thread Albela jani
Oh man :) , Really ! I was thinking that there could be a built in method but I think it should be the only approach, Thanks :) On Friday, April 13, 2018 at 3:42:30 PM UTC+5, Vincent Racaza (AdWords API Team) wrote: > > Hi Albela, > > Thanks for the confirmation. The AverageCpc is of type

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-13 Thread Chris
Hi Luis - yep, the header value is specified and this has been working for a long time and just started failing yesterday. I replied privately with the full SOAP exchange info. Thanks for your help here! Chris On Friday, April 13, 2018 at 2:40:55 AM UTC-5, Luis Xander Talag (AdWords API

get (setRequestType) IDEA and STATS data together

2018-04-13 Thread Abdul Qadir
Hello, I am new to adwords api would like to get the Stats and Ideas data togethor in one request is it possible ? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/

empty report

2018-04-13 Thread apitest2mjhallll
i'm using a DownloadCriteriaReportWithSelector or DownloadCriteriaReportWithAwql from php-lib examples v201802 and i'm geting csv without any values. log from console: with selector : [2018-04-13 08:21:19] AW_REPORT_DOWNLOADER.INFO: clientCustomerId=400-828-5039 test (AwApi-PHP,

AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - AdGroupService

2018-04-13 Thread Nicola Hall
>From April 10, our calls to the AdGroupService started to fail with the error "AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED'. I have verified that our code has not changed and that our clientCustomerId is set on our requests. We are calling version 201802 of the AdWords API - endpoint:

Re: Calculate CPC

2018-04-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Albela, Thanks for the confirmation. The AverageCpc is of type Money and its value is represented in micros

Re: keyword text keyword match type keyword id

2018-04-13 Thread Amit Kumar Verma
HI Milind, I don't want to update keyword. I want to add an existing keyword to an another shared set. Is that possible or not ? I have seen same keyword existing on multiple shared sets. On Friday, April 13, 2018 at 1:13:32 AM UTC+5:30, Milind Sankeshware (AdWords API Team) wrote: > > Hi

Re: Changes to the AdWords API - Email notifications?

2018-04-13 Thread Zweitze
I guess you need a sample of a message sent to the API Contact. This was sent on March 19: Dear AdWords API developer (My Client Center ID 111222), *Migration status: you have sent 21.7% of your AdWords API requests to v201705, v201708, in the last 7 days.* AdWords API v201705, v201708

Re: Calculate CPC

2018-04-13 Thread Albela jani
I am using TargetingIdeaService to get keywords ideas about avg. monthly search volume, avg. CPC and competition. avg CPC return a big values ( i.e 483766, 729832, 5515225 ) and I want CPC something like this ( i.e 0.48, 0.72, 5.5 ). On Friday, April 13, 2018 at 11:02:56 AM UTC+5, Vincent

Re: CONTAINS_ANY and KeywordText

2018-04-13 Thread kondiment test
I see. Thank you. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Re: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED - POST /api/adwords/ch/v201802/CustomerSyncService

2018-04-13 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API Forum
Hi Chris, The error AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED means that the client customer ID was not specified in the HTTP header. This being said, could you clarify if you set your clientCustomerId in your HTTP header? If so and you still encountered the error, then this might be

Re: Calculate CPC

2018-04-13 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi Albela, Can you confirm if what you want to know is the formula to calculate CPC? If so, then this concern is more on the AdWords product level, and not AdWords API specific. You can post this in the AdWords Community Forum