Hi Danial,
 
 I've added  multiple 
CategoryProductsAndServicesSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.CategoryProductsAndServicesSearchParameter>objects
 to TargetingIdeaSelector .

  Example code : 
    
CategoryProductsAndServicesSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.CategoryProductsAndServicesSearchParameter>category1=
 new 
CategoryProductsAndServicesSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.CategoryProductsAndServicesSearchParameter>
();
category.setCategoryId(10177);

   
CategoryProductsAndServicesSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.CategoryProductsAndServicesSearchParameter>category2=
 new 
CategoryProductsAndServicesSearchParameter<https://developers.google.com/adwords/api/docs/reference/v201402/TargetingIdeaService.CategoryProductsAndServicesSearchParameter>
();
category.setCategoryId(13409);  ...ect 

 TargetingIdeaSelector . setSearchParameters(new SearchParameter[] { 
   category1,category2 ...etc
})
   
 but am getting an exception . Can you please rectify this. 

 question : how to add multiple categories ids to TargetingIdeaSelector .


Thanks,
Sada

On Saturday, 5 April 2014 14:44:11 UTC+5:30, sada vemula wrote:
>
> Please let me know, how to filter results by categore wise . some body 
> post sample code in java for TargetingIdeaSelector service
>

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

Reply via email to