AdWords Scripts for Video Campaigns

22 views
Skip to first unread message

Shai Cantor

unread,
Sep 8, 2015, 9:01:23 AM9/8/15
to AdWords API Forum
Hi,

After introducing Video Campaigns in Adwords (http://adwords.blogspot.co.il/2015/09/trueview-campaigns-now-in-adwords.html), I was wondering, adwords scripts such as campaigns reports, ad groups reports, targeting reports should work, shouldn't they?
When trying to run a script such as getting all campaigns it didn't return video campaigns.
Script - 

function getAllCampaigns() {
// AdWordsApp.campaigns() will return all campaigns that are not removed by
// default.
var campaignIterator = AdWordsApp.campaigns().get();
Logger.log('Total campaigns found : ' +
campaignIterator.totalNumEntities());
while (campaignIterator.hasNext()) {
var campaign = campaignIterator.next();
Logger.log(campaign.getName());
}
}


Is there a plan in the near future for them to work?
Thanks

Anthony Madrigal

unread,
Sep 8, 2015, 10:33:23 AM9/8/15
to AdWords API Forum
Hi Shai,

This question seems more suited for the AdWords Scripts Team. You could post your question on their forum and I'm sure someone on their team can help you.

Cheers,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages