I'm trying to update ad_group.cpc_bid_micros using Google documentation:
I keep getting error in the code at
line #39:
ad_group.cpc_bid_micros = cpc_bid_micro_amountError: AttributeError: Assignment not allowed to field "cpc_bid_micros" in protocol message object.
I believe the error indicates on wrong value assignment (e.g - mistakenly sent string instead of int etc).
But I have tried different variations and still do not know what is wrong.
Can you help me understand - what am I missing?
Thank you.
------------------------------------------------------------------------------------------------------------------------
Example data I've sent (there are additional examples I tried, the same error always) :
customer_id = '1270565523'
ad_group_id = '108190607168'
cpc_bid_micro_amount = 42730000