How get category products in other languages

18 views
Skip to first unread message

Neo Neovich

unread,
Dec 15, 2016, 11:24:16 AM12/15/16
to AdWords API Forum
Hello! How get category products in other languages, I try use this function getProductBiddingCategoryData and there is cod
$selector = new Selector();
  $selector->predicates[] = new Predicate('Country', 'IN', array("US") );
 
  $results = $constantDataService->getProductBiddingCategoryData($selector);

It returned result in English, how I can get result in some other languages ???

Lev Kir

unread,
Dec 15, 2016, 11:24:57 AM12/15/16
to AdWords API Forum
Hello! 

How may I get a category products in other languages, 
I tred to use this function getProductBiddingCategoryData like this:

$selector = new Selector();
$selector->predicates[] = new Predicate('Country', 'IN', array("US") );
 
$results = $constantDataService->getProductBiddingCategoryData($selector);


It returned result in English, how I can get result in some other languages ?


This try did return me nothing:
$selector->predicates[] = new Predicate('Country', 'IN', array("RU") );



Anthony Madrigal

unread,
Dec 15, 2016, 2:38:09 PM12/15/16
to AdWords API Forum
Hello,

Unfortunately, you can only get the Product and Services Categories in English when using AdWords API. You can match the Ids from the list I provided with the categories.

Regards,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages