I have successfully pulled video performance reports but in comparing with 
the google adwords web UI it appears that some fields are not populating 
with data. I get data for 100,75,50,25 quartile fields but views, view 
rate, conversions, cost/conv, etc are showing '0' as the value where the 
web UI will show values I would expect. I checked a specific day and the 
clicks value was an exact match. Below is the report definition I am using 
(python with pythonmarketo library)
'video': {
        'reportName': 'video_performance_rpt',
        'dateRangeType': 'CUSTOM_DATE',
        'reportType': 'VIDEO_PERFORMANCE_REPORT',
        'downloadFormat': 'TSV',
        'selector': {
            'dateRange': {
                'min': 'yyyymmdd',
                'max': 'yyyymmdd'
            },
            #'dateRange' : {'min': '20150101', 'max': '20151001'},
            '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 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 http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d157b186-99a5-4a5e-bbe1-963edeca3ffc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to