Hi,

how can I remove a target_cpa_mircos from an ad_group?

If I just set the value to 0 it happens nothing (like: no change, no error 
message):

...
ad_group_service = google_ads_client.get_service("AdGroupService", 
version="v4")
ad_group_operation = google_ads_client.get_type("AdGroupOperation", 
version="v4")
ad_group = ad_group_operation.update
ad_group.resource_name = ad_group_resource_name
*ad_group.target_cpa_micros.value = 0*
fm = protobuf_helpers.field_mask(None, ad_group)
ad_group_operation.update_mask.CopyFrom(fm)
...

What's wrong?

Regards
Mat
...

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/245d2ae7-addd-4dd9-a59d-a37557d0d8b5n%40googlegroups.com.

Reply via email to