RE: Testing Account Campaign Create issue (Google ads)

2022-08-19 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sudarshan, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Upon checking on the response logs, we notice that the Invalid JSON payload received is caused by an Unknown name \"operations\": Cannot find field. With this, what

Testing Account Campaign Create issue (Google ads)

2022-08-18 Thread Sudarshan Nivrutti Dhatrak
Hello, I have just created a test manager account for google ads and then created a client from the same account. I am trying to access the create campaign Api, but getting invalid json error in response. I am attaching the request and response. Request : "options": { "method": "POST", "uri":

Re: Campaign create

2022-06-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for the reply. I can see that you are encountering an error again, could you please confirm if you already raised this concern to the author of the client library via this link? If not, please do so because they can provide support here and they are more equipped on code related t

Re: Campaign create

2022-06-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for providing details to your concern. I am also a member of the Google Ads API team and let me provide support to your concern. Since your concern appears to be related to the field mask, then there is a helpful document where you can follow on how to set up this field properly.

Re: Campaign create

2022-06-24 Thread nan bluesea
[image: Snipaste_2022-06-24_17-19-31.png] This is code. request_id = fuVT5W6pChhcT64RSnesfg I update two paramaters,category and origin.what's value should I set to the "updateMask" . 在2022年6月24日星期五 UTC+8 16:47:59 写道: > Hi, > > Thank you for the reply. > > You may check and refer to this d

Re: Campaign create

2022-06-24 Thread nan bluesea
thank you very mush! First, update custom conversion goal is ok. But, I don't quite understand the description here. " If you have a campaign with unique goals that differ from your customer-level goals, configure its CampaignConversionGoal using one or both of the following steps. -

Campaign create

2022-06-23 Thread nan bluesea
UI action, How to specify when using API?[image: Snipaste_2022-06-23_16-16-23.png] https://developers.google.com/google-ads/api/rest/reference/rest/v11/Campaign https://developers.google.com/google-ads/api/rest/reference/rest/v11/CampaignCriterion The attributes of the response are not found in a

Re: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-24 Thread jin gang
Bug fixed, the image size is over 150kb, so I have to resize it smaller than 150kb, for now everything works well. Thank~ On Tuesday, June 23, 2020 at 5:19:34 PM UTC+8, jin gang wrote: > > Hi, > > I create uac campaigns using google ads api v2. I found that some of > assets may cause the cr

Re: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-23 Thread Gang JIN
Thank your for reply. Finally I found a error said that : unpublished_error_code: “ImageError.IMAGE_CONSTRAINTS_VIOLATED” I want to know how I can handle this error or could I filter these bad image assets before creating ad? Thank you very much!! The whole debug info as follows: Method: /goo

RE: UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-23 Thread Google Ads API Forum Advisor Prod
Hi Jin, Thanks for reaching out. The error you are encountering INVALID_ARGUMENT, based from the description, means that you are missing is required in one of your operations. Could you please share the complete detailed request and response logs of the call via Reply privately to the author so

UAC Campaign create ad failed with error: The error code is not in this version.

2020-06-23 Thread jin gang
Hi, I create uac campaigns using google ads api v2. I found that some of assets may cause the create_ad failed with message below. And I query the detail info of the failed-asset, the image url of the asset is OK, no error or weird stuff found. Could anyone to help me? Thx. Reque

Re: App Campaign Create Asset API questions

2019-11-20 Thread Google Ads API Forum Advisor Prod
Hi Naomi, You may use the Asset resource to retrieve the specific asset details. You may then use the asset Id to associate them with the ads. If you're looking to create new assets, please refer to this code snippet which might be helpful. Code snippets in other languages can be found here. Ca

Re: App Campaign Create Asset API questions

2019-11-19 Thread 'Naomi Shao' via AdWords API and Google Ads API Forum
Hi Bharani, Thanks for the reply. However it is still not working properly on my end. Below is the error. And could you pls help me understand the resource name in setAsset(StringValue.of(ResourceNames.asset(customerId, 6544940770L))), where exactly can I find the string '6544940770L'? Let's s

RE: App Campaign Create Asset API questions

2019-11-19 Thread Google Ads API Forum Advisor Prod
Hi Naomi, The error indicates that the image asset and video asset resource names are not formed correctly. You will need to use the Asset resource as part of the resource name. Please find the code snippet below: AdVideoAsset video = AdVideoAsset.newBuilder() .setAsset(StringValue.of(ResourceN

App Campaign Create Asset API questions

2019-11-19 Thread 'Naomi Shao' via AdWords API and Google Ads API Forum
Hi there, I was trying to create ad group ad by referring to these docs - guide1 & guide2 . I don't quite understand how to add Im

Re: Remarkrting and PLA campaign create via adwords api

2015-06-01 Thread MCC Test
Hello Anash, First of sorry I have been completely out of touch, Well I have justified the issue and solved from my side itself.What I did is I just created one Display Campaign and created one adgroup under that campaign.Then finally I assigned the "All Visitors" criterion user list ID to that

Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread Anash P. Oommen (AdWords API Team)
Hi Ronak, The error means that the system could not find the ID you provided. Could you check your ID once more? If that doesn't work, send me a SOAP request and response XML by using the "Reply to Author" option, and I can take a look. Cheers, Anash On Friday, May 1, 2015 at 8:03:03 AM UTC-4

Re: Remarkrting and PLA campaign create via adwords api

2015-05-01 Thread MCC Test
Hello, Any updates on this thread? I am successfully able to create shopping campaigns however bit confused about creating remarketing campaign.I can see that by default "All visitors" is automatically created in Remarketing list.So I want to create a remarketing campaign targeting this "All v

Re: Remarkrting and PLA campaign create via adwords api

2015-04-30 Thread MCC Test
Hello Anash, For PLA campaigns I could able to know but however I am concerned about creating Remarketing campaigns via api.I want to able to create remarketing campaigns targeting all audiences.Would it be possible to that? Which api service is used in for creating remarketing campaigns? I am

Re: Remarkrting and PLA campaign create via adwords api

2015-04-28 Thread Anash P. Oommen (AdWords API Team)
Hi, All campaigns are created using CampaignService, though the list of settings you have to use varies. You can find some Java examples for PLA campaigns here: https://github.com/googleads/googleads-java-lib/tree/master/examples/adwords_axis/src/main/java/adwords/axis/v201502/shoppingcampaign

Remarkrting and PLA campaign create via adwords api

2015-04-28 Thread MCC Test
Hello Everyone, I need to create the remarketing campaigns and PLA campaigns via adwords api.Can anyone help me which api service I need to call? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https: