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 ?
I raised with my team your request. This request is subject to review. So I would recommend keeping an eye on our Developer Blog for information on future releases.
Thanks,
|
||||||
| Vinothini Palanivel vino...@skills-agency.com N°774,Double Road, Indiranagar Bangalore, Karnataka 560038 - India |
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@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 "Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/4d3cd65e-1197-4e57-8b26-a9e603e401d7n%40googlegroups.com.