Re: AWQL query Python List Variable

2020-09-02 Thread Green Leaf
Thanks for your help Mat. I'm using the AdWords API Python library so looking at your first example. I tried multiple ways (and went searching on Google again) but no luck. This is what I thought might be the closest. Any thoughts would be much appreciated. list_of_keywords_counted = ['keyword

Re: Billing problem when trying to activate google ads api

2020-09-02 Thread Felipe César
I didn't receive any further contact from Google Team. But the problem was solved today. I just tried to do the same process again and it worked. Maybe google team solved the bug that was blocking me :) On Fri, Aug 28, 2020 at 10:47 AM Felipe César wrote: > Thanks. I'm blocked because of this is

RE: TargetingIdeaService returns no Searchvolume

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Onno, Thanks for reaching out. Can you please provide your CID along with the complete detailed logs of the request and response so that I can investigate why this is occurring? Please Reply privately to author when providing this information. Regards, Danica Google Ads API Team ref:_00D1U

Re: Upload more than 100 User Identifiers at One TIme

2020-09-02 Thread Jonathan Kressaty
Great thank you! Two follow-up questions: - Are there limits in this situation as well, and where I might find those? - Is it a best practice to maintain a "Job" for a UserList we'll update on a regular basis (say Daily) or best to create a new "Job" each time we want to do an

RE: Upload more than 100 User Identifiers at One TIme

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Jonathan, Thank you for reaching out. UserDataService is designed for uploading small batches of Customer Match data concurrently. The limit of the user identifiers could not be altered for this service. However, if you have a large amount of data to upload, you should consider using the Off

Re: REMOVED user_list is not returned when queried

2020-09-02 Thread vla...@gmail.com
To add, I am not sure the membership_status is relevant here. In the UI I can have enabled audiences with both Open and Closed membership status. The same goes for removed audiences - some have membership status as Open and some as Closed. On Wednesday, 2 September 2020 at 13:32:45 UTC-7 vla...

Re: REMOVED user_list is not returned when queried

2020-09-02 Thread vla...@gmail.com
Sorry, still nothing. I included user_list.membership_status='CLOSED' and it returned nothing. Also tried user_list.membership_status IN ('OPEN', 'CLOSED' ), same result. On Wednesday, 2 September 2020 at 13:16:14 UTC-7 adsapiforumadvisor wrote: > Hi, > > Please add a condition for the field u

RE: "Changes to the search terms report"

2020-09-02 Thread Google Ads API Forum Advisor Prod
Greetings! That's very observant of you and an excellent question. This change affects all surfaces equally including the UI, Google Ads API, AdWords API, Google Ads scripts, and Editor. Best, Nadine Wang, Google Ads API Team ref:_00D1U1174p._5004Q23wfXE:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: REMOVED user_list is not returned when queried

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi, Please add a condition for the field user_list.membership_status. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23wUwz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: OfflineConversionError.INVALID_CONVERSION_TYPE error when submition conversion, while UploadConversion was created much earlier

2020-09-02 Thread don....@gmail.com
Hello Danica, thank you for quick reply! We are sure that click happened on 8/30 (EDT time) we track time of the click but also pull data from https://developers.google.com/adwords/api/docs/appendix/reports/click-performance-report I'm attaching information about click from the API call example I

RE: Labels on Ad level in the Google Ads API vs Adwords

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Maria, Could you please reply privately to author both your AdWords and Google Ads API reports and let me know which rows are showing inconsistencies? Thanks, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23wYlX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Access for external developers

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Billy, Thanks for reaching out. You can login in manager account then go to Tools & Settings -> SETUP ->API Center then apply for access. Please refer to this guide for access. If you already submitted an application form and did not hear a response from them, you could raise your concerns

Re: Pull metrics for history campaign

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Ajay, Thanks for reaching out. With regards to your concern, you can provide details via email the api alias :googleadsapi-supp...@google.com. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p._5004Q23wEvv:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: RATE_EXCEEDED

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Lucie, Thanks for reaching out. With regards to your concern, you can apply for standard access, but if you need any help I would recommend you please reach out to the API Compliance Team by filling out this form, as they handle all API access applications and would be better equipped to ass

RE: Empty data in Audience Performance Report with Test Account

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Mais, Thanks for reaching out. With regard to your concern, can you please share the complete report definition along with customer id and please reply privately to author options while sharing the details. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p._5004Q23wZXR:r

RE: Pausing Smart Campaigns

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Earn, Thanks for reaching out. Here is an example on how to pause a campaign. Let me know if this is what you're looking for. If not can you please provide a screenshot of UI. Thanks, Nirmitabahen Gaurav Patel Google Ads API Team ref:_00D1U1174p._5004Q23wYix:ref -- -- =~=~=~=~=~=~=~=~=~

Upload more than 100 User Identifiers at One TIme

2020-09-02 Thread Jonathan Kressaty
I'm using the UserDataService to upload first party user IDs to a custom User List. Account is whitelisted, everything works great. However, it appears that there's a limit of 100 user identifiers allowed to be uploaded at one time. I've tried adding multiple "create" operations, each with < 10

RE: How to get all campaign costs?

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hello, Here is a list of all supported report formats. You can also stream your data results. Here is an example on how to do so using Java. This is details on how to report using a test account. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23wYXH:ref

Re: REMOVED user_list is not returned when queried

2020-09-02 Thread vla...@gmail.com
I tried `user_list.account_user_list_status IN ('ENABLED','DISABLED')`, that didn't help. On Wednesday, 2 September 2020 at 10:03:02 UTC-7 vla...@gmail.com wrote: > Great, what is the condition? > > On Wednesday, 2 September 2020 at 10:01:13 UTC-7 adsapiforumadvisor wrote: > >> Hello, >> >> Remo

Re: REMOVED user_list is not returned when queried

2020-09-02 Thread vla...@gmail.com
Great, what is the condition? On Wednesday, 2 September 2020 at 10:01:13 UTC-7 adsapiforumadvisor wrote: > Hello, > > Removed entities do not return in reports by default. You will need to add > a condition to include them explicitly. > > Regards, > Anthony > Google Ads API Team > > [image: Goo

RE: REMOVED user_list is not returned when queried

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hello, Removed entities do not return in reports by default. You will need to add a condition to include them explicitly. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23wUwz:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: Do upcoming changes to Search Term UI report impact the API report

2020-09-02 Thread XCI
Xiaoming, Is it the same case for Google Ads API? On Wednesday, September 2, 2020 at 12:48:32 PM UTC-4 adsapiforumadvisor wrote: > Hi Jessica, > > Thank you for reaching out. As far as I know, there isn’t any updates on > the Search Query Performance Report >

RE: Do upcoming changes to Search Term UI report impact the API report

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Jessica, Thank you for reaching out. As far as I know, there isn’t any updates on the Search Query Performance Report in the Adwords API. However, please keep an eye on our blog for updates and announcements. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Tea

RE: Can't get the fresh token

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out to us. I see that you're having issues getting your refresh token. Are you using Google Ads API or AdWords API? Could you provide us with your full request and response log that shows the error you're encountering so that I may further investigate? You can use "Re

"Changes to the search terms report"

2020-09-02 Thread XCI
Hi everyone, We saw this notification today and we're wondering if the AdWords and Google Ads API will be affected by this change too: [image: image (1).png] Will we still be able to get the full data through scripts? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: googleads.yaml error

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi J F, Thank you for the update. Are you encountering issues? If so, could you elaborate further so that I may assist you? Thank you, Bryan Li Google Ads API Team ref:_00D1U1174p._5004Q21B6H6:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://google

TargetingIdeaService returns no Searchvolume

2020-09-02 Thread Jan-Onno Maertens
Hey, we experienced, that some keywords don't return any Searchvolume anymore and the historical data was deleted as well. We experienced this behavior since end of may, with the keyword "smartphone" for example. Do you have any idea, why this is happening? Greetings, Onno -- -- =~=~=~=~=~=~

RE: AuthorizationError.USER_PERMISSION_DENIED Error

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Muthukumar, Thank you for reaching out to us. I see you're encountering a USER_PERMISSION_DENIED error. Could you provide us with the full request and response logs for where you encounter this issue so that I may further investigate? You can reply using "reply privately to author" for priva

Re: Integration of Google Ad Words API using Dell Boomi and Postman

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Arun, Unfortunately, my team can only provide support via email so we won't be able to schedule a call. When you try to sign in to the page you mentioned, are you getting any errors? Can you confirm if you are logging in with a G Suite account as mentioned in this support article? Regards,

Re: Bulk sending operations via mutate and checking current api connections

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Darren, Bulk uploads are done through the UI so it won't cost you any API operations. Cheers, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23w2QW:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Responsive Search Ad Performance Column via API

2020-09-02 Thread Shannon
Is there an API report or attribute call that can be made to get the status of the "Performance" column for Responsive ads (Good, Poor, Learning, etc)? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=

Re: AWQL query Python List Variable

2020-09-02 Thread Mat
...note: the KeywordTextMatchingQuery is not available in the KEYWORDS_PERFORMANCE_REPORT as my example suggests. Use the SEARCH_QUERY_PERFORMANCE_REPORT instead. Am Mittwoch, 2. September 2020 17:17:26 UTC+2 schrieb Mat: > > Hi Green Leaf, > > some alternative to my solution you've linked would

Re: AWQL query Python List Variable

2020-09-02 Thread Mat
Hi Green Leaf, some alternative to my solution you've linked would be to convert the list into a string using "join()" and/or insert that string into the query using ".format(). keyword_list = ["keyword1", "keyword2", "keyword3"] *keyword_list_as_string* = ', '.join(str(e) for e in keyword_lis

Re: Create a Video (YouTube) campaign

2020-09-02 Thread Google Ads API Forum Advisor Prod
Hi Sunil, I've just created the request. In the meantime, please keep an eye on our blog for further updates on this request. Let me know if you have further questions. Thank you, Bryan Li Google Ads API Team ref:_00D1U1174p._5004Q23wITX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

OfflineConversionError.INVALID_CONVERSION_TYPE error when submition conversion, while UploadConversion was created much earlier

2020-09-02 Thread don....@gmail.com
Hello Google team! We are having problems while submitting offline conversions via API into one of the Adwords accounts of our client Almost all conversions submissions return error as in example below while UploadConversion was created 8/25 and we submit conversion from 8/31 and later Could y

EntityNotFound.INVALID_ID. Associate an uploaded extension with campaigns.

2020-09-02 Thread anatolii_z
I try to associate an uploaded extension with a campaign and each time get this error: "EntityNotFound.INVALID_ID". But for other campaigns, everything went well. The extension exists in AdWords account and I can get it through the API and it has the status 'ENABLED'. Could you give me some adv

Re: googleads.yaml error

2020-09-02 Thread 'J F' via AdWords API and Google Ads API Forum
I got this error message.. GoogleAdsValueError: Given yaml file, ~googleads.yaml , could not find some keys. The "adwords" configuration is missing ..because the "googleads.yaml" configuration file requires a section "adwords", unlike the classic "adwords.yaml" file for the AdWords API. An exa

Re: Device type, OS, Device model setup API

2020-09-02 Thread denma test
Let me try with this code and get back to you. On Wednesday, September 2, 2020 at 4:52:56 AM UTC+5:30, adsapiforumadvisor wrote: > > Hi Denma, > > Sorry I misled you in my previous message, you are right, SET is the > operator to use here. > > I was able to set a Platform criteria to target mobi

RATE_EXCEEDED

2020-09-02 Thread lucie.ra...@gmail.com
Hello, how can I increase daily rate? Is it possible? I'm getting the below error: googleads.errors.AdWordsReportBadRequestError: Type: RateExceededError.RATE_EXCEEDED Trigger: Basic Access Daily Reporting Quota Field Path: None -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fi

Can't get the fresh token

2020-09-02 Thread 大媒体
Hello, Team Why can't I get the refresh token when I call back after the authorization is successful? This is my log Array ( [access_token] => [expires_in] => 3597 [scope] => https://www.googleapis.com/auth/adwords [token_type] => Bearer ) My code is in th

Re: Bulk sending operations via mutate and checking current api connections

2020-09-02 Thread Darren USG
Darren replied: Hi Anthony, Looks interesting. So by doing this would this count as one operation or does it bypass the operations? -- Darren Chamberlain darren.chamberl...@usergain.com On Tuesday, September 1st 2020, 2:55:11 PM adsapiforumadvi...@gmail.com wr

Re: Pull metrics for history campaign

2020-09-02 Thread 'Ajay Agarwal' via AdWords API and Google Ads API Forum
Hi, Can you please share the email id to which I should send my reply? I don't see an option to reply privately. -- Best Regards, *Ajay Agarwal* Software Development Engineer II | GROUPON ajagar...@groupon.com On Wed, Sep 2, 2020 at 12:54 AM Google Ads API Forum Advisor Prod < adsapiforumadvi..

Do upcoming changes to Search Term UI report impact the API report

2020-09-02 Thread jessic...@supermetrics.com
One of our clients noted a change to the "Search Terms" Report in the UI: *Starting September 2020, the search terms report only includes terms that a significant number of users searched for, even if a term received a click. You may now see fewer terms in your report.* https://support.google.com

Empty data in Audience Performance Report with Test Account

2020-09-02 Thread maist...@gmail.com
Hello I have a question, can i get data Audience Performance Report with test account? because i have always get empty data in Audience Performance Report Thanks Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Labels on Ad level in the Google Ads API vs Adwords

2020-09-02 Thread maria.r...@funnel.io
Hi the Google Ads API team! We are trying to request labels from the Google Ads API on an Ad level and want to match the request to give the same result as in the Adwords API. In the Adwords API we use the request: *SELECT Id, Labels, Clicks,** Impressions,** Cost, Date FROM AD_PERFORMANCE_REP

Pausing Smart Campaigns

2020-09-02 Thread eran....@gmail.com
Hello, I have a script which closes video, display, and search campaigns. How do I close using js APIs Smart (display/shopping) and Discovery campaigns? Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=

How to get all campaign costs?

2020-09-02 Thread Рабочая почта
Hello, iam new with this API. Problem: I need to get cost of each campaigns i have(for specific data range) as *array*. First question: I can get this data only via ReportDownloader? And only as string or file? Second question: How can i add some cost to my testAccounts(without put some real mone