Hi,
I'm currently working on the Adwords Api with Python.

I managed to download a Campaign Performance Report, but when i try to 
re-use the same code for Creative Conversion Report and several other type 
of report i 
got a redundant errors (Reportdefinitionerror 
customer_serving_type_report_mismatch).

>From the documentations this error is supposed to happen when your account 
ID are MCC accounts.
Why the error don't happen when i pull a Campaign performance Report ?

I'm using the API versions 201702.

This is my report Fileds:
  # Create report definition.
report = {
      'reportName': 'Test',
      'dateRangeType': 'YESTERDAY',
      'reportType': 'CREATIVE_CONVERSION_REPORT',
      'downloadFormat': 'CSV',
      'selector': {
          'fields': 
['AccountCurrencyCode','AccountDescriptiveName','CampaignId','AdGroupeName','CriteriaParameters','CriteriaTypeName','CriterionId','CustomerDescriptiveName','ConversionTrackerId','Date','CreativeConversionRate','CreativeConversions','Impressions']
               }
}

If someone can please help me to sort out my issues.

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a2edf0cb-1539-4500-807e-dca576b5d6b9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to