You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
The documentation for Criteria Performance Report mentions that the enum for CriteriaType may take on values YOUTUBE_VIDEO as well as YOUTUBE_CHANNEL. However, for a youtube campaign with over 10K impressions every day,YOUTUBE_VIDEO and YOUTUBE_CHANNEL seem to be missing alltogether. In fact, all the rows in the report for the youtube campaign report 0 impressions. The rows for the youtube campaign mention criteria type AGE, GENDER and a few others, but not YOUTUBE_VIDEO or YOUTUBE_CHANNEL.
Query:
SELECT Id,AdGroupId,AdGroupName,CampaignId,CampaignName,Criteria,CriteriaType,Impressions FROM CRITERIA_PERFORMANCE_REPORT WHERE Status IN ['ENABLED','PAUSED'] DURING 20170208,20170214
Shwetha Vastrad (AdWords API Team)
unread,
Feb 15, 2017, 12:39:42 PM2/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
Have you added YOUTUBE_VIDEO or YOUTUBE_CHANNEL type placements to target your video Campaigns? Could you provide your clientCustomerId or the CampaignId so I can take a look?
Regards,
Shwetha, AdWords API Team.
AdWordsApiUser
unread,
Feb 15, 2017, 2:11:17 PM2/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Thanks Shweta for your reply! Yes, we have Video Ads running in this campaign. The campaign Id is 753924472. Your help is much appreciated! :-)
Regards,
MG
AdWordsApiUser
unread,
Feb 15, 2017, 2:19:25 PM2/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
*Shwetha, sorry for the typo.
Shwetha Vastrad (AdWords API Team)
unread,
Feb 15, 2017, 4:51:03 PM2/15/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
This campaign does not have any YOUTUBE_VIDEO or YOUTUBE_CHANNEL criteria. To get the performance for your video ads, you need to use Video Performance Report. You can also you Campaign Performance Report and filter for results where AdvertisingChannelType is VIDEO. To target YouTube videos or channels you need to use AdGroupCriterionService to add YouTubeVideo or YouTubeChannel criterion respectively.