Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-19 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi Bryan, Wanted to follow up on this resource. I just wanted to double check that it's behaving as I'm expecting it to with the query: 'SELECT ad_group.id, ' 'ad_group_criterion.criterion_id, ' 'ad_group_criterion.keyword.text, ' 'metrics.conversions_from_interactions_rate,

Re: Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-18 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks so much, Bryan! On Monday, May 18, 2020 at 1:22:52 PM UTC-7, adsapiforumadvisor wrote: > > Hi Ky, > > I've taken a look and can see that Keywords Reports has a Quality Score > field, and to retrieve it, you need to query > ad_group_criterion.quality_info.quality_score >

Google Ads API Beta Python - Query a keyword's quality score and conversion rate

2020-05-15 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Hi, I'm currently trying to retrieve a keyword's quality score and or conversion rate and was wondering if there was a specific resource I can query. Thank you, Ky -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Pause keyword using Ads API Beta w/ Python

2020-04-14 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
I'd like to programmatically pause some keywords within an ad group. I was only able to find how to remove a keyword. After looking at the AdGroupCriterionOperation proto file

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-11 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Thanks for the help so far, Devin! As a follow up, is there also an endpoint that I could make a request to that returns a Customer ID that I could then pass to the customer_client call? Or is the best solution to make a request to List Accessible Customers, and from the returned list of

Re: REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-07 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
Seems I've accidentally replied privately. As a follow-up, is there a tracking buganizer for this feature request? Or can we (Google Ad Grants) open a bug for this? We'd love to stay up to date on any progress made for this feature. Thanks! On Thursday, November 7, 2019 at 9:27:27 AM UTC-8,

REST endpoint for customer_client as an alternative to listAccessibleCustomers

2019-11-06 Thread 'Ky Nguyen' via AdWords API and Google Ads API Forum
I'm currently working within App Script (no client libraries) that requires me to use the new Google Ads API to fetch all accounts within a customer's hierarchy upon authenticating via OAuth2. My current implementation uses the listAccessibleCustomers endpoint