I have successfully pulled reports from the api but in cross checking the 
data with that from the web UI I have noticed some fields are not returning 
data that is showing on the web ('Views', 'View Rate', 'CostPerConversion', 
'ConversionRate', 'Conversions', 'ConversionValue'). Yet data for the 
various quartiles does appear in the api generated report.
Using python, pythonmarketo library with the following report definition

'video': {
        'reportName': 'video_performance_rpt',
        'dateRangeType': 'CUSTOM_DATE',
        'reportType': 'VIDEO_PERFORMANCE_REPORT',
        'downloadFormat': 'TSV',
        'selector': {
            'dateRange': {
                'min': 'yyyymmdd',
                'max': 'yyyymmdd'
            },
            #'dateRange' : {'min': '20141201', 'max': '20141202'},
            'fields': [
                'Date', 'CampaignId', 'AdGroupId', 'AverageCpv', 
'AdNetworkType2', 'Device',
                'EngagementRate', 'Engagements', 'Clicks', 'ClickType',
                'CostPerConversion', 'ConversionRate', 'Conversions', 
'ConversionValue', 'CreativeId', 'VideoDuration',
                'VideoQuartile100Rate', 
'VideoQuartile75Rate','VideoQuartile50Rate','VideoQuartile25Rate',
                'VideoTitle', 'VideoViewRate', 'VideoViews'
            ]
        },
        'includeZeroImpressions': 'false'
    }

Thanks for your help!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/56240aff-834d-405f-8295-00baefeb5e3c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to