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

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/1211ed1e-3846-4b8a-a905-a00de014becb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to