Hi,

I created a couple Video Campaigns in my test account (MMC 310-177-5712, 
Test Adwords 701-876-1281)

Then tried to get a Campaign List via the Adwords API following the java 
examples. (Using groovy fyi)

 CampaignServiceInterface campaignService =
            adWordsServices.get(session, CampaignServiceInterface.class);
        // Create selector.
        Selector selector = new Selector();
        selector.setFields((String[]) ["Id", "Name"]);
  CampaignPage page = campaignService.get(selector);
log.info("Num Campaigns:"+ page.getTotalNumEntries())

It returned 0 campaigns.

I tried it for some other function

Selector selector = new Selector();
selector.setFields((String[])["Login", "CustomerId",  "Name"]);
ManagedCustomerPage page = managedCustomerService.get(selector);
 log.info("Num Items:"+ page.getTotalNumEntries());

And this worked as expected and returned the info for my account as 
expected.

I searched for this issue and saw some mention that the Adwords API does 
not work with Video Campaigns. It this true?


Thanks,
Doron

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to