Re: How to set the language of the campaign to another language

2022-01-04 Thread Mhmoudahmdmohmmd homydt
في الجمعة، ٣ سبتمبر، ٢٠٢١ ١:١٨ م Google Ads API Forum Advisor كتب: > Hi Ryo, > > Thanks for posting your concern. > > I would like to inform you first that I going to delete your initial post > as it contains generated logs. > > To investigate, could you provide the complete request >

Re: How to set the language of the campaign to another language

2022-01-03 Thread simo mazraoui
Got it, Thank you soo much for your help On Monday, 3 January 2022 at 16:51:56 UTC+1 adsapi wrote: > Hi Simo, > > Each mutateOperation has its own enclosure and is added inside the > brackets, you can put in multiple campaign criterion without issue. I > tested the below sample and it works:

Re: How to set the language of the campaign to another language

2022-01-03 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Simo, Each mutateOperation has its own enclosure and is added inside the brackets, you can put in multiple campaign criterion without issue. I tested the below sample and it works: --data '{     "mutateOperations": [       {         "campaignBudgetOperation": {           "create": {        

Re: How to set the language of the campaign to another language

2022-01-03 Thread simo mazraoui
Hi, Thank you for the reply. I know about this solution, but my idea is to set multiple locations like your example but with Grouped operations (*googleAds:mutate* ). is this possible ??

Re: How to set the language of the campaign to another language

2022-01-02 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Simo, Thank you for your follow up. Below is an example on how you can include at least 2 create operations when creating your location campaign criteria : curl -i --request POST "https://googleads.googleapis.com/v9/customers/YOUR_CUSTOMER_ID/campaignCriteria:mutate; \ --header

Re: How to set the language of the campaign to another language

2021-12-31 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Simo, Thank you for your reply. Yes, you may try using googleAds:mutate method in order to send groups of operations with multiple types of resources. You can send many operations of different types to chain together a sequence of operations that should be carried out as a group. Note that

Re: How to set the language of the campaign to another language

2021-12-31 Thread simo mazraoui
Hi, Thank you for the update. I already know about this format, but I want to make multiple languages using Grouped operation s method Thank you On Friday, 31 December 2021 at 02:11:13 UTC+1 adsapi wrote: > Hi

Re: How to set the language of the campaign to another language

2021-12-30 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Simo, Thank you for raising your follow up question. I would suggest to follow this format for creating multiple entities in one operation. Let me know if you have questions with the provided sample. Regards, Ernie John Blanca Tacata Google Ads API Team ref:_00D1U1174p._5004Q2MlBpO:ref --

Re: How to set the language of the campaign to another language

2021-12-30 Thread simo mazraoui
Hi, Please I have a question, how to send the same request, but with multiple Languages, can I do like that: { 'campaignCriterionOperation':[ 'create': { 'campaign': 'customers/${CUSTOMER_ID}/campaigns/-2', 'language': { 'languageConstant':

RE: How to set the language of the campaign to another language

2021-09-09 Thread Google Ads API Forum Advisor
Hi Ryo, I work with Ernie and will assist you. Thank you for giving us the logs. To set Japanese as the language, you can add to the "Grouped operations" inside 'mutateOperations': [] like this: { 'campaignCriterionOperation':{ 'create': { 'campaign': 'customers/${CUSTOMER_ID}/campaigns/-2',

RE: How to set the language of the campaign to another language

2021-09-03 Thread Google Ads API Forum Advisor
Hi Ryo, Thanks for posting your concern. I would like to inform you first that I going to delete your initial post as it contains generated logs. To investigate, could you provide the complete request and response logs with request ID and request header generated on your end? You can provide