Hello,
I am trying to enable the call reporting during the creation of a new
customer account using the Python module (v14.1.0), but I am getting the
"IMMUTABLE_FIELD" error for the "call_reporting_enabled" field.
My question is how can I create a customer account with the call reporting
enabled or is it possible after I create the customer account?
My code is the following:
ads_client = GoogleAdsClient() # initialize object with credentials and etc
customer_service = ads_client.get_service("CustomerService")
customer = ads_client.get_type("Customer")
customer.descriptive_name = "My Test Account"
customer.currency_code = "EUR"
customer.time_zone = "Europe/Athens"
customer.call_reporting_setting.call_reporting_enabled = True
response =
customer_service.create_customer_client(customer_id="1234567890",
customer_client=customer)
Thanks in advance,
George
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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
"Google Ads API and AdWords 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/e3d1bfce-ad80-4700-abe7-a8c3f6266737n%40googlegroups.com.