Re: How to Bid at the Criterion Level using Google Ads Api

2019-10-28 Thread Rubens Maria
Hello Paul, Your code helped me a lot to make mine. So i will add how i did one code to bid at ad group level. Thanks for this tread. ad_group_criterion_service = client.get_service('AdGroupCriterionService', version='v2') ad_group_criterion_operation =

RE: How to Bid at the Criterion Level using Google Ads Api

2019-06-06 Thread Google Ads API Forum Advisor Prod
Hello Paul, I was able to set the cpc_bid_micros for the keyword using the Python client library. Please find the code snippet below as a reference. ad_group_criterion.ad_group.value = ad_group_service.ad_group_path(customer_id, ad_group_id) ad_group_criterion.status =

How to Bid at the Criterion Level using Google Ads Api

2019-06-06 Thread Paul Engel
I am trying to use the Google Ads API but my understanding of this library is limited. I have created a client and am trying to update cpc_bid_micros. I am getting the following output and am unable to diagnosis it any further. Any help would be appreciated.