I'm working on google ads api to get user interests in french. Im using the search query : *$this->googleAdsServiceClient = $this->googleAdsClient->getGoogleAdsServiceClient(); $query = 'SELECT user_interest.user_interest_id,user_interest.name,user_interest.taxonomy_type FROM user_interest ORDER BY user_interest.name'; $stream = $this->googleAdsServiceClient->search($this->CUSTOMER_ID, $query);*
Result for the above query is in english. I want to get it in french lanaguage. Can i achieve it by passing *locale* or any other parameter ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4d3cd65e-1197-4e57-8b26-a9e603e401d7n%40googlegroups.com.
