Hello All
related_search =
ti_srv.module::RelatedToKeywordSearchParameter.new
base_kwd = ti_srv.module::Keyword.new
base_kwd.text = ['google', 'yahoo']
base_kwd.matchType = 'EXACT'
related_search.keywords = [base_kwd]
is it possible to pass an array of keywords in base_kwd.text?
thanks in advance
Ajit
--
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.