Results Problem -DEV

15 views
Skip to first unread message

RCV

unread,
Sep 21, 2016, 9:51:42 AM9/21/16
to AdWords API Forum
Hi,

I'm getting results for the Video and Campaign performance reports until I try to get video views, the return empty results.

When I called VideoId I got:
Array
(
    [Video Duration] => Video Duration
    [Video Id] => Video Id
)
Array
(
    [Video Duration] => 25000
    [Video Id] => 000FAKEID000
)
Array
(
    [Video Duration] => 1340000
    [Video Id] => 111FAKEID111
)
Array
(
    [Video Duration] => 129000
    [Video Id] => 222FAKEID222
)
Array
(
    [Video Duration] => Total
    [Video Id] =>  --
)
But when I add VideoViews I only get first and last row (index and total):

Array
(
    [Video Duration] => Video Duration
    [Video Id] => Video Id
    [Views] => Views
)
Array
(
    [Video Duration] => Total
    [Video Id] =>  --
    [Views] => 0
)

Note that as is a test account all views are 0.

Can anybody help? Thank you. Br,

Shwetha Vastrad (AdWords API Team)

unread,
Sep 21, 2016, 2:05:28 PM9/21/16
to AdWords API Forum
Hi,

Could you provide the complete report definition along with your clientCustomerId? Have you set the includeZeroImpressions header to true in the report request? Since this is a test account, the report may not include data if the includeZeroImpressions header is not set to true. Please use Reply privately to author when responding. 

Thanks,
Shwetha, AdWords API Team.

RCV

unread,
Sep 21, 2016, 4:02:35 PM9/21/16
to AdWords API Forum
Thanks Shweta, solved :)
Reply all
Reply to author
Forward
0 new messages