Re: Retreiveing GeoTarget's Attribute

2010-08-20 Thread AdWords API Advisor
Hi Syed, You can check the type of the objects inside the loop to handle different type of Targets. For instance, the C# code would look something like this: foreach (TargetList targetList in page.entries) { if (targetList is GeoTargetList) { GeoTarget[] targets = (targetList as GeoTargetLi

Retreiveing GeoTarget's Attribute

2010-08-19 Thread Syed
hi, I really apprciate you peopl for helping me till here. I have one more Issue. selector.setCampaignIds(new long[] {googleCampaign.getId()}); CampaignTargetServiceInterface targetService = googleServiceFactory.getAdWordsService(user,AdWordsService.V200909.CAMPAIGN_TARGET_SERVICE);