I can't get keyword ideas while accessing the adword api with
RelatedToQuerySearchParameter and
CategoryProductsAndServicesSearchParameter.My code is given below in php
/***********************************code**********************************************************************************/
//create category object
$CategoryProductsAndServicesSearchParameter=new
CategoryProductsAndServicesSearchParameter();
$CategoryProductsAndServicesSearchParameter->categoryId=$catagory_id;
//create related query object
$RelatedToQuerySearchParameter = new RelatedToQuerySearchParameter();
$RelatedToQuerySearchParameter->queries[] = $keyword;
//and add it into the search parameter
$selector->searchParameters
=array($CategoryProductsAndServicesSearchParameter,$RelatedToQuerySearchParameter);
/********************************end
here*******************************************************************************************************/
While using with single at a time that mean either
RelatedToQuerySearchParameter or CategoryProductsAndServicesSearchParameter
can get the correct output.
How can i use both search parameter in together?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.