I use google-ads-python lib
When I try to update campaign criterion via CampaignCriterionOperation I run criterion = operation.update criterion.resource_name = criterion_resource_name criterion.bid_modifier = bid_modifier self.api.update_mask(criterion, operation) the code works fine when I set values from the 0.1 - 10.0 range But there are two special values like 0.0 - which sets in google ads panel value -100% None - which sets the criterion bid_modifier off (remove the field from object) - in google ads panel visible as dash Everything works fine on lib version 9.0.0 and API v6. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3d094abb-db27-422d-afbe-5f065e16c5dbn%40googlegroups.com.
