RE: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-20 Thread Google Ads API Forum Advisor Prod
Hi Mat, My apologies for that. Re-sending the image file. Regards, Dave Google Ads API Team ref:_00D1U1174p._5001UAq7Vw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-20 Thread Mat
Hi Dave, unfortunately, I can't open/see the screenshot with the java sample code. Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message b

RE: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-20 Thread Google Ads API Forum Advisor Prod
Hi Mat, I've tried this on my end and confirmed that you can't explicitly set 0 as an Int64Value. See below sample code in java: Feel free to write back if you have further clarifications. Regards, Dave Google Ads API Team ref:_00D1U1174p._5001UAq7Vw:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-19 Thread Mat
Hi Dave, thx for the response. However - I think that 0 is well within the limits of INT64: ad_group_criterion.cpc_bid_micros.value = 0 (see my first example in the op) Regards Mat -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.

RE: Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-19 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum
Hi Mat, Thank you for reaching out. The INVALID_VALUE error occurs if you try to fit an incorrect value into a field. As per the documentation, cpc_bid_micros should be an Int64Valu

Google Ads API: how to remove cpcBid from keyword/ad group criterion (Python)

2019-05-17 Thread Mat
Hi, how can we remove a cpcBid from a keyword (or any other ad_group_criterion), to make the adGroup cpcBid the source of the cpcBid, using the Google Ads API with the Python library? In the legacy AdWords API, we used to set the criterion cpcBid = 0, but this does not seem to work anymore. B