Re: Setting Campaign Level Conversion Action

2021-11-01 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Zorion, Could you send us privately a request and response log of API communications for this error? Here's logging instructions, when the logger is set to 'DEBUG' the logs could be created. Regards, Aryeh Baker Google Ads API Team ref:_00D1U1174p._5004Q2FY4PC:ref -- -- =~=~=~=~=~=~=~=~=

Re: Setting Campaign Level Conversion Action

2021-10-29 Thread Zorion
Hi, I just tried to retrieve/update conversion_actions using python's library (v14.0.0 for API v8) and it didn't work (we received an "StatusCode.INVALID_ARGUMENT" with error_code:{ request_error:UNKOWN}, message: "The error code is not in this version" and location operations -> update -> sel

Re: Setting Campaign Level Conversion Action

2021-04-16 Thread Google Ads API Forum Advisor Prod
Hi, I work with Peter and let me provide support to your concern. Since conversion action sets are currently not supported in the API, a code or SOAP or REST interface example is also not available at the moment. We also do not have any information on the timeline when features will be made av

Re: Setting Campaign Level Conversion Action

2021-04-15 Thread KL
The code below works fine only when assigning a single conversion. It does not work for multiple as it was told above and also it does not work in conversion action set is already assigned via UI. BTW, AdWords API was better in terms of giving specific errors for such cases. It would be interes

RE: Setting Campaign Level Conversion Action

2021-04-13 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for reaching out. However, I had to delete your initial post as it contained your logs. Regarding your question : Is there documentation describing if campaign can or cannot have selective optimization on multiple conversion actions? For example, in UI I can assign either single

Re: Setting Campaign Level Conversion Action

2021-04-13 Thread KL
Hi All, Is there documentation describing if campaign can or cannot have selective optimization on multiple conversion actions? For example, in UI I can assign either single conversion action (CA) or conversion action set (CAS). However, I can read via API only data with single CA: SELECT campai

RE: Setting Campaign Level Conversion Action

2021-03-25 Thread Google Ads API Forum Advisor Prod
Hi, Thank you for posting your concern. It appears that you have the same concern as posted on the other email thread. With this, since you are setting multiple conversions on the same campaign type, then you are correct that this is not possible because there are some campaigns that can only

Re: Setting Campaign Level Conversion Action

2021-03-25 Thread KL
The answer seems to be NO. The explanation is in another thread . On Thursday, March 25, 2021 at 1:26:08 PM UTC+3 KL wrote: > On Monday, August 12, 2019 at 7:23:55 PM UTC+3 PPC Developer wrote: > >> Below code is working, it

Re: Setting Campaign Level Conversion Action

2021-03-25 Thread KL
On Monday, August 12, 2019 at 7:23:55 PM UTC+3 PPC Developer wrote: > Below code is working, it overrides the campaign's current optmization > list with conversions in the camTargetConvList variable. > > Hi Everybody, *Is there a chance with the v201809 API to set several campaign level conve

Re: Setting Campaign Level Conversion Action

2019-08-12 Thread PPC Developer
Thank you, it's the right Type to work with, however, this works only when the campaign has no selectiveoptimization settings currently. If you want to manage the Conversion Type IDs at the campaign level, you need to use the ListOperations Below code is working, it overrides the campaign's

RE: Setting Campaign Level Conversion Action

2019-08-07 Thread Google Ads API Forum Advisor Prod
Hello, You may use the SelectiveOptimization to set the optimization settings in the Google Ads UI. Please find below the code snippet to set the conversion tracker: SelectiveOptimization optimize = new SelectiveOptimization(); optimize.setConversionTypeIds(new long[] {257993218L}); campaign.se

Setting Campaign Level Conversion Action

2019-08-07 Thread PPC Developer
Hi, I'd like to set a campaign's conversion action progrmattically via the API. Today, this is available in Search campaign settings page, the default is "use account level conversion action", see attached. I can manually select a specific conversion action if I click on the radio button "Ch