googleads.errors.AdWordsReportBadRequestError: Type: ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH
Trigger: None
Field Path: selector
So I understand that I have to inform it that it is an MCC id and to extract the child Id's within and iterate through them I just don't know how to do that :(
I can't seem to find a clear example online of this. Can anyone help?
Thanks
adwords_client = AdWordsClient.LoadFromStorage()
adwords_client.SetClientCustomerId('my_client_customer_id')AttributeError: 'AdWordsClient' object has no attribute 'SetClientCustomerId'
Do you understand what I'm doing wrong?
Thanks,
Stephen