Re: Package code for Admobe ANE in Animate CC

2018-11-20 Thread 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Our team provides support for AdWords API concerns only. You may reach out to the AdMob support team via this link instead. Thanks and regards, Peter AdWords API Team On Wednesday, November 21, 2018 at 2:11:14 PM UTC+8, Aissa

SelectorError.INVALID_FIELD_NAME @ selector; trigger:'GenderType'

2018-11-20 Thread tahirhanyildizoglu2
Hi, i am trying to add different types of criterions to selector and get the reach number according to that criterions. In below code i tried to add gender type criterion to selector but i get error. Code def get_reach(client, country_list, gender_list): # Initialize appropriate service.

Package code for Admobe ANE in Animate CC

2018-11-20 Thread Aissa El baakili
i work by animate CC when i write a package code (of AdMob ane) in Action script frame i will have error ( package can't implimented in frenche (ne peut pas etre impliqué)) wen i write it in the class document ; it fights with other events (MouseEvent for exemple ) and defailled debugging

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-20 Thread sangdx
Hi Teja, Thank you for the reply. We have realized the issue is related when we init the Adwords Client. So until now when init Adwords Client, we always use the Top Account Client ID ('108-612-4630'), for those whose only have access to MCC under this account, it's throwing the above

Re: How to Update Product Partition Tree for an Adgroup?

2018-11-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Nellle, Can you please provide the complete SOAP request and response logs so I can further investigate your concern? If you have not yet enabled logging, you may refer to this guide

Re: AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-20 Thread 'Luis Xander Talag (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Raffy, The DatabaseError.CONCURRENT_MODIFICATION error that you encountered could occur due to multiple processes that are trying to update the same entity at the same time. It includes a

AdWords Java SDK - Getting DatabaseError.CONCURRENT_MODIFICATION

2018-11-20 Thread Stepanian
Yesterday I started getting a DatabaseError.CONCURRENT_MODIFICATION error for operations that are part of a tool that I have developed and used for months. The tool creates an ad group and then (sequentially) adds criteria to it. There are no multiple threads accessing the API at any given

Re: Why I get unexpected values from the KEYWORDS_PERFORMANCE_REPORT report

2018-11-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Yang, Could you provide me the clientCustomerId you used so I could further check this? You may provide them to me using the *reply privately to author* option. Regards, Dannison AdWords API Team On Wednesday, November 21, 2018 at 5:26:01 AM UTC+8, y...@pangeare.com wrote: > > Hello All,

Re: Why I could not find the new metrics in the keywords performance report?

2018-11-20 Thread yliu
The new attributes are available now. Thanks Yang On Thursday, November 15, 2018 at 9:35:04 AM UTC-6, Dannison Yao (AdWords API Team) wrote: > > Hi Yang, > > The team is currently checking on these fields. I will provide you with an > update once available. > > Regards, > Dannison > AdWords

Why I get unexpected values from the KEYWORDS_PERFORMANCE_REPORT report

2018-11-20 Thread yliu
Hello All, New to google adwords, now I am trying to fetch the data from keyword performance report. The following code is an example, based on the document (https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report ), I want to fetch some values from

Re: Dynamics Remarketing ads with different feeds

2018-11-20 Thread 'Bharani Cherukuri (AdWords API Team)' via AdWords API and Google Ads API Forum
Hello, You could reach out to the AdWords Product Support Team using the contact options available on this help center page. They will be able to take a look and assist you regarding this. Let me know if you have any other questions.

Re: refreshtoken user not in mi hierachy account

2018-11-20 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sang, Looks like there is a new thread created for this concern. To avoid confusion lets continue our discussion on that thread . Regards, Sai Teja, AdWords API Team. On Monday,

Re: How to Select Multiple Product Item by ProductOfferId Class

2018-11-20 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Faizan, You can create product dimensions only based on the types mentioned here . Please note the ProductOfferId

Re: Adwords API issue after account's billing

2018-11-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi there, The error CUSTOMER_NOT_FOUND means that there is no account found for the customer ID provided in the header. Could you double-check if the clientCustomerId you're using is correct

Re: How to trigger policy violation error?

2018-11-20 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Tom, I was able to trigger a policy error while adding "combat knife" as a keyword in my test account. This should trigger a CriterionPolicyError.POLICY_ERROR error. Please

Re: Missing required fields error with AdService

2018-11-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Markus, According to this guide , in order to update your ad, you also have to SET one of the following fields (headlinePart1, headlinePart2 and description) as well. Let me know if this

Re: Adwords API Beta returning StatusCode.INVALID_ARGUMENT

2018-11-20 Thread GC
Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum"

Adwords API issue after account's billing

2018-11-20 Thread Best Dev
Hello, My client's adwords account is not connecting into our system after upgrade of adwords account with billing. To connect adwords account into our system, we are using Adwords API. It's saying CUSTOMER_NOT_FOUND. Along with description for this issue, we waited for a few hours, but still

Re: AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-20 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Sang, The USER_PERMISSION_DENIED error occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. Please

Missing required fields error with AdService

2018-11-20 Thread Markus Heiden
Hello, I tried to update the final URL of an existing expanded text ad by creating a SET operation with just the ad id and the new final URL and passing it to AdService.mutate. But AdWords complains about a missing headlinePart1, headlinePart2 and description. With all other services I just

Re: Using Or with Where statement

2018-11-20 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi, Logically speaking, you may omit the conditions Clicks > 0 and Conversions > 0 because once an impression has been generated, it means that there is also a Click or a Conversion generated. Whit this said, you may retain the Impressions > 0 only in your condition and it would still

Re: How to Update Product Partition Tree for an Adgroup?

2018-11-20 Thread Nellle Rickchards
Hello, The AddProductPartitionTree works fine my campaign does not have a product group. However, It fails if I wanted to UPDATE the product group by adding a new unit or subdivision. I want to know how to update a PartitionTree (for example: to add a new product line that we did not sell

How to trigger policy violation error?

2018-11-20 Thread tom . wagstaff
Hi everyone, I'm trying to add some error handling to our scripts for when a policy violation error occurs. I want to trigger such an error so that I can find out how to pull out the various elements of the error message. I've tried to trigger the error by adding a reserved keyword to a test

Re: Get all userlists on an account and list their names and id's in java

2018-11-20 Thread Thomas Bisballe
[19 Nov 2018 21:25:45,554-requestInfoLogger:WARN:main] Request made: Service: AdwordsUserListService Method: get clientCustomerId: 912-093-0506 URL: https://adwords.google.com/api/adwords/rm/v201802/AdwordsUserListService Request ID: 00057b0a525fdd680a81379751017e22 ResponseTime(ms): 167

Re: refreshtoken user not in mi hierachy account

2018-11-20 Thread sangdx
Hi Sai Teja, It seems a problem with Adwords API just happened. Since yesterday, all our user having Standard Access (to MCC adwords accounts) having this AuthorizationError.USER_PERMISSION_DENIED api exception. Can you please take a look. I just posted a new question regarding this issue.

Re: Dynamics Remarketing ads with different feeds

2018-11-20 Thread Станислав Key
Hi! Thanks a lot, but I have another problem. When I made Dynamic Remarketing Ads, Google bot going to my website and didn't find correct price (because there are different prices when you choose different towns on website and Google bot can't choose another town). He didn't find correct price

AuthorizationError.USER_PERMISSION_DENIED for standard access account API

2018-11-20 Thread sangdx
Hello, We just encounter this issue yesterday, looks like something wrong with GoogleAds api or refresh_token permissions. So we are working as a company with a hierachy Adwords accounts: Main account => MCC account (for different countries) => single account. We are using both python/php

Re: Using Or with Where statement

2018-11-20 Thread Ns sh
Cloud you please help me about using something instead of 'Or' to get my query like : if Impressions> 0 or Clicks >0 or Conversions>0 On Monday, November 19, 2018 at 4:52:51 PM UTC+1, Dannison Yao (AdWords API Team) wrote: > > Hi, > > My apologies for missing this out in my previous response.

Re: Can't enable autotagging

2018-11-20 Thread richard . scorer
Hi Bharani, Setting it to null solved the problem. I had tried not setting it at all, setting it to true or false, but not null. Thanks On Monday, 19 November 2018 21:11:59 UTC, Bharani Cherukuri (AdWords API Team) wrote: > > Hello, > > The ACTION_NOT_PERMITTED >