Re: How do I use adword api to get a keyword list for an account, should I select that service object? I can't find it

2018-06-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jia, You can use the AdGroupCriterionService.get() and filter your query with CriteriaType

Re: Configuring the adsapi_php.ini file / Error type : All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.

2018-06-11 Thread Peter Bowen
Unless I'm mistaken you have to have a developer token, even if you're using test accounts. On Friday, 8 June 2018 14:54:20 UTC+1, SnowYou wrote: > > Hi, > > I'm trying to use the adWords API in a web application, but it seems that > my authentification file is incorrect. > Here it is : > > [ADW

Migration version API error cannot use a string pattern on a bytes-like object

2018-06-11 Thread fabrice . boccaccini
Bonjour, Nous utilisons la version v201710 de l'api Adwords. Nous souhaitons passer à la version v201802 mais nous rencontrons un problème bloquant. *Nous faisons :* *service = client.GetService('**CustomerService**', version='v201802')* *Puis nous faison:* *accounts = service.getCustomers(

Java API - PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE

2018-06-11 Thread Константин Латыпов
Hello, I have empty AdGroup and following code: ProductPartitionTree partitionTree = ProductPartitionTree.createAdGroupTree(adWordsServices, session, data.getAdGroupId()); ProductPartitionNode partitionNode = partitionTree.getRoot(); ProductOfferId emptyDi

Can I use Adwords API for Keywords classification ?

2018-06-11 Thread Simo Abdou
I want to find a reliable way to classify words that are directly related without having to reinvent the wheel, so I am looking for a public API or a comprehensive maintained Database to do so. Here's an example of the expected outcome: - write, writes (he/she/it), writing, wrote, writte

Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread jia zheng
OK, I understand. Thank you very much. I also have a question about bid settings. As shown in the screenshot. When I only select Manual cost-per-click bidding under M

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread Ondřej P
Hi, I have the same issue since 8.6.2018. SOAP request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance";> https://adwords.google.com/api/adwords/mcm/v201802"; soapenv:mustUnderstand= "0"

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread James Andrews
Well glad it's not just me, not glad that either of us have to deal with this. I am still getting these errors intermittently. Are they always called? or do they show up intermittently for you as well? James On Monday, June 11, 2018 at 7:14:10 PM UTC+9, Ondřej P wrote: > > Hi, > > I have the

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread Ondřej P
Hi James, it happens intermittently during the getCustomers API call. Ondrej Dne pondělí 11. června 2018 12:17:22 UTC+2 James Andrews napsal(a): > > Well glad it's not just me, not glad that either of us have to deal with > this. I am still getting these errors intermittently. Are they always

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread James Andrews
I had left it alone over the weekend, to see if it fixed itself, and was just digging into why it was happening, I’ll look there as well and confirm that’s where the error is happening. Thanks James > On Jun 11, 2018, at 7:44 PM, Ondřej P wrote: > > Hi James, > > it happens intermittently du

Re: Configuring the adsapi_php.ini file / Error type : All of 'clientId', 'clientSecret', and 'refreshToken' must be set when using installed/web application flow.

2018-06-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Peter, That's right. You will have to set the developer token, clientId, client Secret and refreshToken in the adsapi.ini file. Please note that while making API calls against test accounts, the developer token can have a Test account access. You will also need to make sure that the root

Re: Migration version API error cannot use a string pattern on a bytes-like object

2018-06-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Fabrice, The "cannot use a string pattern on a bytes-like object" could be a warning thrown by the client library where the byte conversion is not taking place correctly. You may refer to this Stack Overflow post

Re: Java API - PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE

2018-06-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, Thank you for sharing the logs. The PRODUCT_PARTITION_SUBDIVISION_REQUIRES_OTHERS_CASE error indicates that the subdivided product partitions must have an "others" c

Re: CustomerService CUSTOMER_NOT_FOUND error

2018-06-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, I've contacted the engineers who are working on this. I'll provide an update once I hear back from them. Thanks, Josh, AdWords API Team On Friday, June 8, 2018 at 4:21:43 AM UTC-4, Oksana Sulyma wrote: > > Hi guys, > Just wanted to let you know that we are still affected by this problem an

Re: Can I use Adwords API for Keywords classification ?

2018-06-11 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Simo, Are you looking to use AdWords API to get keyword IDEAS? Then, you could use TargettingIdeaService to generate new keyword ideas based on the parameters specified in the selector. Please se

Re: Credential could not be refreshed exception while trying to create a session

2018-06-11 Thread Mohan Upadhyay
For debugging purposes, is there a way to download these reports and make oauth calls using http clients like postman. On Sunday, June 10, 2018 at 5:24:12 PM UTC-7, Mohan Upadhyay wrote: > > Hi, > I am trying to download reports using adword api. I am able to do that on > my local machine but w

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread Caihua Du
This issue happened to us too. Lots of client have the same errors and it suddenly shows up from 6/8 and nothing has been changed from our side. In our code, we will have to pass in an empty client customer id in order to get back all the accounts under this customer. Not sure what has been ch

Re: Credential could not be refreshed exception while trying to create a session

2018-06-11 Thread Mohan Upadhyay
Aso is it possible to set a proxy server so that all http(s) calls are made through the proxy server On Sunday, June 10, 2018 at 5:24:12 PM UTC-7, Mohan Upadhyay wrote: > > Hi, > I am trying to download reports using adword api. I am able to do that on > my local machine but when I try to estab

Re: INVALID_OPERAND_TYPE, IncomeOperand when setting Location bid modifiers (v201802)

2018-06-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Charlie, Thank you for sharing the details privately. I see that you're receiving the INVALID_CRITERION_ID error which indicates that the location ID used in the request is not valid. Currently AdWords API supports the location IDs available in the GeoTargets table

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Thanks for reporting this. I've raised it and will provide an update as soon as I have more information. Thanks, Josh, AdWords API Team On Monday, June 11, 2018 at 2:21:11 PM UTC-4, Caihua Du wrote: > > This issue happened to us too. Lots of client have the same errors and it > suddenly sh

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread James Andrews
Thank you Josh! James > On Jun 12, 2018, at 5:51 AM, 'Josh Radcliff (AdWords API Team)' via AdWords > API and Google Ads API Forum wrote: > > Hi, > > Thanks for reporting this. I've raised it and will provide an update as soon > as I have more information. > > Thanks, > Josh, AdWords API

Google Adword API: How to get total spent amount for given account using CURL/SOAP

2018-06-11 Thread Pankaj K
*As I want how much amount have spent on that account for ads by using the google adword api*. I need to integrate that code in PHP. If any one has any idea, please share with me. I have already search a lot but not get the what I have expected. My question is to get the total spent on give

Google Adword API: How to get total spent amount for given account using CURL/SOAP

2018-06-11 Thread Pankaj K
*As I want how much amount have spent on that account for ads by using the google adword api*. I need to integrate that code in PHP. If any one has any idea, please share with me. I have already search a lot but not get the what I have expected. My question is to get the total spent on give

Re: Can You Use The AdWords API To Access The Ad Preview & Diagnosis Tool?

2018-06-11 Thread Brian Leonard
Anash, I think the better feature is not the preview tool, but the diagnosis portion, like below. Is this diagnosis data available through the API?

OperatorError.OPERATOR_NOT_SUPPORTED in AdwordsUserListService v201806

2018-06-11 Thread Vilen Topchii
Hi. I'm getting OperatorError.OPERATOR_NOT_SUPPORTED error while trying to add the user. My request: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:ns="https://adwords.google.com/api/adwords/rm/v201806"; xmlns:tns="https://adwords.google.com/api/adwords/rm/v201806"; xmlns:xsi="http://www.

Re: Strange behavior when get SITELINK from API

2018-06-11 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello Cesar, Thank you for sharing the details privately. It looks like there are more than 500 feed extensions in your account. Can you try increasing the index range and retry the API request? If you continue to have an issue with this, can you try the API request for a specific campaign by

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread Alon Diamant
I can confirm that we have also been affected by this bug. On Tuesday, June 12, 2018 at 12:00:59 AM UTC+3, James Andrews wrote: > > Thank you Josh! > > James > > > > On Jun 12, 2018, at 5:51 AM, 'Josh Radcliff (AdWords API Team)' via > AdWords API and Google Ads API Forum > wrote: > > Hi, > > Th

Re: Suddenly getting AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

2018-06-11 Thread Alon Diamant
Hey there Caihua, Mind sharing what you by "empty client customer ID"? I send in an empty string or a null in clientCustomerId and I still get the same AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED error. Thanks, Alon On Monday, June 11, 2018 at 9:21:11 PM UTC+3, Caihua Du wrote: > > Thi

Re: How do I use adword api to get a keyword list for an account, should I select that service object? I can't find it

2018-06-11 Thread jia zheng
OK,I understand.thank you very much! 在 2018年6月11日星期一 UTC+8下午3:01:08,Vincent Racaza (AdWords API Team)写道: > > Hi Jia, > > You can use the AdGroupCriterionService.get() > > and > filter your query with

Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread jia zheng
I would like to specify whether the Enable Enhanced CPC function can be enabled during manual cost-per-click bidding under Manual bidding using adword api 在 2018年6月11日星期一 UTC+8下午2:15:37,Vincent Racaza (AdWords API Team)写道: > > Hi Jia, > > Both of your screenshots regarding conservative targeting

Re: Credential could not be refreshed exception while trying to create a session

2018-06-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Mohan, My apologies as we do not support third party client environment like postman. Much better if you could post your issue here as the cli

Limits question

2018-06-11 Thread sa
Hi AdWords API Support team, I have a question about how many keywords I can add to an Ad Group. According to this , the limitation is 20,000 in total for things like such as keywords, placements, and audience lists but from this AdWords

Re: I have two settings and I can't find the corresponding adword api service object. Here is my screenshot. Which of the two objects are used separately?

2018-06-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API and Google Ads API Forum
HI Jia, For the bidding option in your screenshot, you may set the biddingStrategyType as MANUAL_CPC, and then in your ManualCpcBiddingScheme

Wating for Google Ads API Beta Request Access

2018-06-11 Thread yhmin
Hi, I sent Google Ads API request form via https://developers.google.com/google-ads/api/signup-form about 2 weeks ago, but haven't responded yet. I want to know how long it takes to get access to Google Ads API by signing up the request form. Best Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=

Re: OperatorError.OPERATOR_NOT_SUPPORTED in AdwordsUserListService v201806

2018-06-11 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Vilen, Based on your logs, you did not specify a concrete type of UserListOperation in your operand which might have caused the error. You may look up to this sample code

Re: Google Adword API: How to get total spent amount for given account using CURL/SOAP

2018-06-11 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Panjak, Ideally, you can generate an ACCOUNT_PERFORMANCE_REPORT . This generates statistical reports at the account level. You can use the Cost

Ids and mutating ads

2018-06-11 Thread GregT
Hi, I saw that in the recent v201806 release of the API, there is now the ability to mutate ads. This would make some things simpler for us where we're currently doing removal and adds to accomplish the same thing, so it'd be nice to use it. However, I'm a little hesitant, because something se

AdGroupAd validation check

2018-06-11 Thread sa
Hi AdWords API Support team, I realise that the AdGroupAd has a lot of policy and potential error when it comes to creation via API. Therefore I created an AdGroup to service that creates AdGroupAds and returns any error/violations if any are found during creation. Once this Ad is created, I ha

Re: AdGroupAd validation check

2018-06-11 Thread sa
Hi, Another question: The status of these ads are already "Removed" status but they are still "Disapproved". Does this means this validation check that I created will eventually get this account banned? Thanks, Sa On Tuesday, June 12, 2018 at 2:49:42 PM UTC+8, sa wrote: > > Hi AdWords API Supp