Re: CampaignAdExtensionService.get() - retrieve site links only and nothing else

2012-10-30 Thread Zweitze
Thank you! Now I get 20 items instead of 5300, much better. I can confirm this works in v201206. Apparently the docs don't know this yet, stating that AdExtension.Type is not filterable. Further, the predicate operator IN works too. BTW... I found out I also need to retrieve all InAppLink exten

Re: CampaignAdExtensionService.get() - retrieve site links only and nothing else

2012-10-30 Thread Sanju A
Hi Zweitze, For retrieving Only 'SiteLinks' we need set predicate in which field as 'AdExtensionType' and value as 'SITELINKS_EXTENSION' for operator 'EQUALS' and set this predicate to selector and by passing this selector object to get method on 'CampaignAdExtension Service' you will able to get

CampaignAdExtensionService.get() - retrieve site links only and nothing else

2012-10-29 Thread Zweitze
Hello, I want to retrieve all site links in a certain account, but nothing else. How do I set up the selector? I cannot filter on AdExtension.Type, nor on any of the sitelink fields. Note: when I don't try to distinguish for sitelinks, I get well over 5000 results for an account, with only a f