Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread an . deangelis
Are there any updates??? Thanks, Anna Il giorno venerdì 23 novembre 2018 19:30:48 UTC+1, Dannison Yao (AdWords API Team) ha scritto: > > Hi Philo, > > I am a colleague of Sreelakshmi. Allow me to respond to you as she is OOO. > Unfortunately, there are no updates with the team regarding this.

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread alessandro . bardini
Hi, We have experienced the same issue. We have created an application that uses the C# Adwords API to create adGroups and keywords in a sequential manner (without using different threads). Until now, everything was ok, but recently the creation of some keywords fails, in a randomic way, due

Template elements documentation for Lightbox ad.

2018-11-26 Thread puneeth
I am getting Ad type for the 'Lightbox ad' as a 'template_ad' and template_id as 490. But the documentation(https://developers.google.com/adwords/api/docs/appendix/templateads) does not have any information for either 'Lightbox ad' or template_id 490. Would like to know what are the valid

https://www.google.co.in/search?q=%3Cfaultstring%3EUnmarshalling+Error%3A+unexpected+element+(uri%3A%22https%3A%2F%2Fadwords.google.com%2Fapi%2Fadwords%2Fcm%2Fv201809%22%2C+local%3A%22RequestHeader%22

2018-11-26 Thread Logita Kurrey
I am making a call to get all customerClientID of adwords account. This is SOAP api i am calling. http://schemas.xmlsoap.org/soap/envelope/; xmlns:xsd="http://www.w3.org/2001/XMLSchema; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;>

CUSTOMER_NOT_WHITELISTED_FOR_API 는 무슨 의미 인가요?

2018-11-26 Thread fblog4027
CCM : 1082060699 BudgetOrderService 사용시 아래와 같은 오류가 발생합니다. [NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API @ ; trigger:'Manager 1082060699 is not whitelisted under RESELLER or AGENCY'] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Reports and Setting Negative Placements at the Account Level

2018-11-26 Thread Mike5577
Hi Luis, Thank you so much for the info, this certainly helps! Have a great holiday season, Mike On Monday, November 26, 2018 at 1:05:21 AM UTC-5, Luis Xander Talag (AdWords API Team) wrote: > > Hi, > > Currently, the only report available in AdWords API for negative > placements is the

SORT

2018-11-26 Thread Kristina S
Hi I am trying to get the information to SORT but FieldName Cost ...perferable descending. I have not been able to figure out the proper code to sort - any help is very much appreciated. THANKS! {'query' : 'SELECT CampaignName, AdGroupName, OfferId, Clicks, Impressions, Ctr, AverageCpc, Cost,

How to remotely (API) update CpvBid of an AdGroup (Python Google Ads Lib.)

2018-11-26 Thread jorge . ronchel
Hi, I would like to remotely update CpvBid of an AdGroup but I can't find a way in the API to do it. I'm working with Python Client and have already tried with: # Initialize appropriate service. ad_group_service = client.GetService('AdGroupService', version='v201802') # Construct operations

How to remotely update CpvBid from AdGroup in Google Adwods API (Python Lib.)

2018-11-26 Thread jorge . ronchel
Hi, I would like to remotely update AdGroup CpvBid value from Adwords Api but I didn't find anything in the docu. Have already tried the following code: # Initialize appropriate service. ad_group_service = client.GetService('AdGroupService', version='v201802') #

Re: How to remotely (API) update CpvBid of an AdGroup (Python Google Ads Lib.)

2018-11-26 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Jorge, There is currently no CpvBid that is supported by the AdWords API's services. CpvBid

Re: Update CrmBasedUserList Name and Description

2018-11-26 Thread Zied Chaari
Hi Luis, Always the same problem. *This is my code: (.Net)* UserList userList = new UserList() { id = long.Parse(SAudience.Social_ID), name = SAudience.Audience.Name, listType = UserListType.CRM_BASED }; UserListOperation operation = new UserListOperation { operand = userList,

Re: [5-0923000023899] CONCURRENT_MODIFICATION error

2018-11-26 Thread Anna De Angelis
Hi Mattia, thank you for your reply! I confirm you that my app is still running into this bad issue, blocking an entire project. Anna Il giorno lun 26 nov 2018 alle ore 14:00 ha scritto: > Hello Anna, > > The bug is still under investigation by our engineering team. > > Meanwhile, can you

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, The team is still currently working on this. I will provide updates once available. Regards, Dannison AdWords API Team On Monday, November 26, 2018 at 7:08:37 PM UTC+8, alessandro.bard...@trovaprezzi.it wrote: > > > Hi, > > We have experienced the same issue. We have created an

Re: gclid in market audiences

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Alex, To further explain my previous response, we can identify if an in market audience is being triggered for the GCLID via the CriteriaParameters field. However, the Click

Re: Label Operations

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Sam, In case I misunderstood your concern and you were talking about LabelService (LabelOperation) , note that LabelService(LabelOperation) is not supported in BatchJobService

Re: Template elements documentation for Lightbox ad.

2018-11-26 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Puneeth, Unfortunately we cannot create Lightbox ads via API. The list of template ads supported by the API are provided here . Please keep an eye on the

Re: CUSTOMER_NOT_WHITELISTED_FOR_API 는 무슨 의미 인가요?

2018-11-26 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello, The NotWhitelistedError.CUSTOMER_NOT_WHITELISTED_FOR_API error occurs when the account is not whitelisted to perform the BudgetOrderService.mutate

Re:

2018-11-26 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Logita, After taking a look at the SOAP logs provided, looks like the RequestHeader in your SOAP request is pointing to the *cm* directory instead of *mcm* directory. You could try your request again by pointing to the mcm directory, below is the example SOAP request for your reference.

Re: how to get available impressions number for ad group ?

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, As a workaround, since Impressions are supported in reports, you could download reports by referring to our sample codes and reporting guidelines .

Re: How to manipulate an object of Google Ads API's Enum class - python

2018-11-26 Thread camila
I am extracting the attribute like this: row.campaign.advertising_channel_type and I am using Python 2.7. the documentation you shared is missing information, it just says the value for enums 0,1,2,5. what about enums 3 and 4 ? also, i am not using the googleads api, I am using the google-ads

Geo Performance report taking forever to download.

2018-11-26 Thread 'Manu Reddy' via AdWords API and Google Ads API Forum
Hi , The geo performance report is taking forever to download and the adword ui says theres an error and please reload in a loop. Can you guys look into it ? thanks, Manu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Geo Performance report taking forever to download.

2018-11-26 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Manu, Could you provide a screenshot of the error you're having and the complete report definition along with the clientCustomerId via the *Reply privately to author* option so I can look into