RE: update maximize conversions bid strategy

2023-06-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for reaching out to Google Ads API Forum. Please note that creating multiple threads might be difficult for tracking the issue. With that, we suggest continuing the conversation in the other thread with the subject line of "suport call api not working" for better tracking of the

update maximize conversions bid strategy

2023-06-21 Thread Minh Tuệ Nguyễn
Hi, I had a similar problem when I was calling an API using google-ads-api to set a Maximize conversions bidding strategy with App campaigns. When updating on the interface, I can still update maximize conversions bid strategy, but when using the API, I can't and give an error "error

Maximize Conversions to display

2023-05-08 Thread Roi Yad Shalom
I saw on the documentation that the bid strategy maximize_conversions is only applied to campaign of type DISPLAY. but when you create campaigns from the UI it can attach this bid strategy type to the campaign for example customers/2617818525/campaigns/17623257249 So I want to know how can I

RE: Applying "Portfolio Bid Strategy" With "Maximize conversions" to a Display campaign results into CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN

2022-07-05 Thread Studyportals
"requestId":"fqw6JdeFbZB_B6EpgkCsgA"} Google\Ads\GoogleAds\Lib\V10\GoogleAdsException { "message": "Request contains an invalid argument.", "code": 3, "status": "INVALID_ARGUMENT", "details": [ {

Applying "Portfolio Bid Strategy" With "Maximize conversions" to a Display campaign results into CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN

2022-07-05 Thread S.A.
When trying to apply a custom bid strategy with "Maximize conversions" to a Display campaign through the API we get the following response: Failure: {"errors":[{"errorCode":{"biddingError":"CANNOT_ATTACH_BIDDING_STRATEGY_TO_CAMPAIGN"},"

Re: Cannot change the bidding strategy to Maximize Conversions

2022-06-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ankit, Thank you for that information. To help, you need to provide the complete request and response logs with request ID and request header generated on your end, note that this can be requested or provided to the developer handling the Google Ads API transactions when logging of the API

Re: Cannot change the bidding strategy to Maximize Conversions

2022-06-28 Thread Ankit Pradhan
Hi!! I am using java client library which includes custom logic to create and update campaigns. So, particulalry what should I send you so that you can review it from your end? Thanks Ankit On Monday, June 27, 2022 at 3:14:32 PM UTC+5:30 adsapi wrote: > Hi Ankit, > > Thank you for reaching

Re: Cannot change the bidding strategy to Maximize Conversions

2022-06-27 Thread Ankit Pradhan
Hi, Thanks for replying. If the bidding strategy is already maximize conversions, I can change it to manual cpc, target cpa or target impression share using the Google Ads api and if the bidding strategy is manual cpc, target cpa or target impressions share, I cannot change it to maximize

RE: Cannot change the bidding strategy to Maximize Conversions

2022-06-27 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ankit, Thank you for reaching out to us. Moving forward, For our team to further investigate the issue you are encountering, could you elaborate more on the vice versa you are talking about so our team can check and provide appropriate recommendations? Also, could you confirm if you

Cannot change the bidding strategy to Maximize Conversions

2022-06-26 Thread Ankit Pradhan
Hi, I am using google ads api for updating bidding strategies. If the bidding strategy is already maximize conversions, I can change it to manual cpc, target cpa or target impression share using the Google Ads api but the vice versa is not happening. Can anybody help me out here on how

RE: 自动回复: How to set Maximize Conversions bidding in a Display Campaign

2021-11-12 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi, Thank you for the reply. If you are asking on how to set Maximize Conversions bidding in a Display Campaign, then please see the suggestion below. There's a Display guide for Smart Bidding linked in the Help Center. From that guide, you can find information that says not to set the target

Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, You can exclude the target CPA from being set in your API request. There's a Display guide for Smart Bidding linked in the Help Center. From that guide, you can find information that it says not to set the target CPA for maximize conversions in Display campaigns

Re: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
/bidding/strategy-types> should also be updated, as it states that it's only possible to use it with Search Campaigns. Thanks for the quick reply! :) El jueves, 11 de noviembre de 2021 a las 17:52:34 UTC+1, adsapi escribió: > Hi Meir, > > Version 9 of the API allows Maximize convers

RE: How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum
Hi Meir, Version 9 of the API allows Maximize conversions in a display campaign while version 8 doesn't, could you try with version 9? Here is a template CURL for the change: curl -i --request POST https://googleads.googleapis.com/v9/customers/{cId}/campaigns:mutate \ --header "Content

How to set Maximize Conversions bidding in a Display Campaign

2021-11-11 Thread Meir Mouyal
Through the UI I can set the Maximize Conversions bidding in a Display Campaign, however I can't seem to do the same thing through the Ads API. Can it be done? Thanks :D -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-27 Thread Google Ads API Forum Advisor
Hello, The best way to keep up with feature requests is to subscribe to the Ads API blog feed. Please let us know if you have any other questions. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2OSeKy:ref -- --

Re: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-24 Thread Meet Paija
Thanks for your inputs! Can you keep me posted for further updates on your feature request? On Friday, September 24, 2021 at 5:59:38 PM UTC+5:30 adsapi wrote: > Hi Meet, > > Thank you for providing more details to your concern. > > The only reason is that the Google Ads API only supports search

Re: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-24 Thread Google Ads API Forum Advisor
Hi Meet, Thank you for providing more details to your concern. The only reason is that the Google Ads API only supports search campaign for MAXIMIZE_CONVERSIONS bidding strategy. With this, let me raise a feature request to my about supporting app campaign for MAXIMIZE_CONVERSIONS bidding

Re: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-22 Thread Google Ads API Forum Advisor
Hi, This is Yasar and I work with Matt. Let me assist you with this. It seems that the bid strategy that you are trying to apply to your campaign is MAXIMIZE_CONVERSIONS. As you can see in this reference page, MAXIMIZE_CONVERSIONS works only with Search campaigns. You will need to use a

Re: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-21 Thread Meet Paija
Thanks, Matt for the quick response. Yes, we can create an app campaign by setting a target_cpa bidding strategy for which *biddingStrategyType* is *TARGET_CPA*, But I want to create a campaign with *biddingStrategyType* as *MAXIMIZE_CONVERSIONS *(It won't have

RE: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-21 Thread Google Ads API Forum Advisor
Hello, Thanks for reaching out. The OPTIMIZE_INSTALLS_TARGET_INSTALL_COST goal type is associated with the target_cpa bidding strategy, as the target_cpa value given represents the target cost per install. To create an app campaign focused on installs, please use the settings specified on this

Re: Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-20 Thread Meet Paija
Google API version used for REST - *v8* *API endpoint: * https://googleads.googleapis.com/v8/customers/4448687211/googleAds:mutate On Tuesday, September 21, 2021 at 10:04:42 AM UTC+5:30 Meet Paija wrote: > Hi, > > I want to create an *app install *campaign with *maximize conversion* > bidding

Unable to create AppInstall campaign | Maximize conversions | Bidding strategy

2021-09-20 Thread Meet Paija
Hi, I want to create an *app install *campaign with *maximize conversion* bidding strategy *without targetCPA*, I've tried to create the same with the rest interface but getting some errors. Though I've created the same flow in google ads manager and tried to create with the same campaign

Re: Unable to change a single campaign to Maximize Conversions

2020-12-04 Thread cbeau...@acquisio.com
;...", "maximizeConversions": { } }. It looks like > it's the same case with strategies without properties, e.g. manual cpm, > manual cpv and target cpm. > > On Tuesday, September 1, 2020 at 7:43:20 PM UTC+2 cbeau...@acquisio.com > wrote: > >> Hi Danica, >> >

Re: Unable to change a single campaign to Maximize Conversions

2020-12-03 Thread Alex Mmz
. It looks like it's the same case with strategies without properties, e.g. manual cpm, manual cpv and target cpm. On Tuesday, September 1, 2020 at 7:43:20 PM UTC+2 cbeau...@acquisio.com wrote: > Hi Danica, > > > Yes i already know this way and this is for maximize conversions v

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-11-03 Thread Google Ads API Forum Advisor Prod
Greetings! Maximize Conversion Value for Search should now work in AdWords API. Please get back to me if it's not working for you. Best, Nadine, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

RE: Unable to change a single campaign to Maximize Conversions

2020-09-01 Thread Claude Beauchemin
Hi Danica, Yes i already know this way and this is for maximize conversions value. Maximize conversions has no inner property so when changing the strategy to that type, no change is detected. Thanks Claude De : Google Ads API Forum Advisor Prod Envoyé

RE: Unable to change a single campaign to Maximize Conversions

2020-09-01 Thread Google Ads API Forum Advisor Prod
Hi Claude, Thanks for reaching out! You can take a look at this documentation for sample code on how to set a standard MAXIMIZE_CONVERSION_VALUE bidding strategy when creating a new campaign. Hope this helps! Regards, Danica Google Ads API Team ref:_00D1U1174p._5004Q23w2tN:ref -- --

Unable to change a single campaign to Maximize Conversions

2020-08-31 Thread cbeau...@acquisio.com
Hi, I'm trying to set a single campaign to Maximize Conversions bidding Strategy with C# api version 4. Can you provide me an example on how to do this because i tried many things and none work. Thanks Claude -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: Maximize conversions

2020-08-28 Thread Google Ads API Forum Advisor Prod
Hello, Since you are using an existing campaign, please try using the SET operator instead of ADD. If you continue to face issues, please reply privately to author your SOAP request and response. Regards, Anthony Google Ads API Team Anthony Google Ads API Team ref:_00D1U1174p._5004Q23v6Fm:ref

Re: Maximize conversions

2020-08-28 Thread Đinh Ngọc Quý
code example không liên quan gì đến cau hỏi cả. On Friday, August 28, 2020 at 10:10:00 AM UTC+7 trangc...@gmail.com wrote: > Hello, > We set tup with your guide but have a error > > OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ >

Re: Maximize conversions

2020-08-27 Thread Trang chan
Hello, We set tup with your guide but have a error OperationAccessDenied.OPERATION_NOT_PERMITTED_FOR_CAMPAIGN_TYPE @ operations[0].operand.biddingStrategyConfiguration.biddingStrategyType; trigger:'SEARCH' *Our code* Array ( [0] => Google\AdsApi\AdWords\v201809\cm\AdGroupOperation

RE: Maximize conversions

2020-08-27 Thread Google Ads API Forum Advisor Prod
Hi Trang, Thank you for reaching out. You could set the biddingStrategyType field to MAXIMIZE_CONVERSIONS and set the biddingScheme field to MaximizeConversionsBiddingScheme in the BiddingStrategyConfiguration object to specify the bidding type. You could refer to this code example on how to

Maximize conversions

2020-08-27 Thread Trang chan
Hi, We are trying to get the "Maximize conversions" bid strategy at campaign level through the API. Unfortunately we don't how to use this. Plz give us some advices Thanks in advance, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-08-12 Thread Google Ads API Forum Advisor Prod
Hello All, Thanks for answering on this. This is the current state of things. The AdWords API does support Maximize Conversions, but not Maximize Conversion Value for portfolio bidding strategies in Search. I'm currently working with a fellow engineer to get Maximize Conversion Value turned

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-08-12 Thread Claude Beauchemin
) Envoyé : 12 août 2020 13:43:25 À : AdWords API and Google Ads API Forum Objet : Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions Thanks Claude. We're going that same route. Pete On Wednesday, August 12, 2020 at 1:38:58 PM UTC-4, Claude Beauchemin

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-08-12 Thread Pete Lavetsky (AdWords API Guru)
Thanks Claude. We're going that same route. Pete On Wednesday, August 12, 2020 at 1:38:58 PM UTC-4, Claude Beauchemin wrote: > > Hi Pete, > We are still waiting for the fix on new Google Ads Api. We are on the V4 > version on the c# sdk. The only way to do it right now is by using the old >

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-08-12 Thread cbeau...@acquisio.com
Hi Pete, We are still waiting for the fix on new Google Ads Api. We are on the V4 version on the c# sdk. The only way to do it right now is by using the old adwords api. Im not event sure that the old one support MaximizeConversionValue but it sure support MaximizeConversions. Claude On

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-08-12 Thread Pete Lavetsky (AdWords API Guru)
Hi All, Was there a resolution to this? We're on V4 of Ads API using the Java client library. MAXIMIZE_CONVERSIONS is not available to set as a portfolio bidding strategy. Others have indicated they've had Google fix this for them? https://support.google.com/google-ads/answer/6263072?hl=en

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-07-17 Thread Claude Beauchemin
for creation of portfolio bid strategy with Maximize Conversions Hello Claude, I'll double-check that one, and I'll get back to you. Best, Nadine, Google Ads API Team[http://google-dev-relations.my.salesforce.com/servlet/servlet.ImageServer?oid=00D1U01174p=0184Q1A1h3k] ref:_00D1U1174p

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-07-16 Thread Google Ads API Forum Advisor Prod
Hello Claude, I'll double-check that one, and I'll get back to you. Best, Nadine, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-07-16 Thread cbeau...@acquisio.com
Hello, I'm having the same issue here but this time with the google api beta sdk v.4. I can choose maximize conversion in the ui for a portfolio bidding strategy but in the c# sdk, i'm missing a property on the object BiddingStrategy to set it to maximize conversions. Thanks On Tuesday

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-17 Thread Google Ads API Forum Advisor Prod
Hello, Thanks for getting back to me. Woohoo!!! I'm doing a little happy dance over here. Take care, Nadine, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-17 Thread S.M.
The issue is fixed. Thanks for your help and great support, Nadine. On Wednesday, March 4, 2020 at 2:04:03 PM UTC-5, adsapiforumadvisor wrote: > > Greetings! > > I've jumped into our code base to find out what's going on after trying it > myself. I see that we are stopping it from going

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-16 Thread Google Ads API Forum Advisor Prod
Greetings! I'm following up on the various threads that were asking for this. It looks like it may have been enabled now. Please give it another try. Thanks, Nadine, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-04 Thread Google Ads API Forum Advisor Prod
Greetings! I've jumped into our code base to find out what's going on after trying it myself. I see that we are stopping it from going through. I'm now working on finding out why. I'll get back to you when I have an answer. Cheers, Nadine, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref

Re: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-03-03 Thread S.M.
Hello Nadine, I tried creating the object without setting the type, and still got the same error. Here is the request object :

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-02-27 Thread Google Ads API Forum Advisor Prod
Greetings! May I have the campaign ID that you were trying to attach this bidding strategy? There are a few prerequisites, so I want to make sure it's all covered. Thanks, Nadine Wang, Google Ads API Team ref:_00D1U1174p._5001UXTF9d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-02-27 Thread Google Ads API Forum Advisor Prod
Greetings! May I have the campaign ID that you were trying to attach this bidding strategy? There are a few prerequisites, so I want to make sure it's all covered. Thanks, Nadine Wang, Google Ads API Team ref:_00D1U1174p._5001UXTFO9:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

RE: Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-02-26 Thread Google Ads API Forum Advisor Prod
Hi John, I will look into this issue internally with my team and get back to you as soon as possible. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5001UXTF9d:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-02-25 Thread S.M.
The AdWords UI allows creation of portfolio bidding strategies with Maximize Conversions type, but the API indicates this bidding as a standard bidding and does not support creation of a shared bidding with Maximize Conversions. Why? Is there any work around

Discrepancy between UI and API for creation of portfolio bid strategy with Maximize Conversions

2020-02-25 Thread John Doe
The AdWords UI allows creation of portfolio bidding strategies with Maximize Conversions type, but the API indicates this bidding as a standard bidding and does not support creation of a shared bidding with Maximize Conversions. Why

Re: Campaign "Maximize conversions" bid strategy

2017-06-13 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Geert, The bidding strategy "Maximize conversions" is currently not supported via the API. The bidding strategies that are currently supported via the API can be found here <https://developers.google.com/adwords/api/docs/guides/bidding#strategy_types> . Please keep an

Campaign "Maximize conversions" bid strategy

2017-06-13 Thread Geert Grootjans
Hi, We are trying to get the "Maximize conversions" bid strategy at campaign level through the API. Unfortunately we can't find it anywhere in the API documentation. Does anyone know if it is available in the API and, if so, where we can find it? Thanks in adva