Re: ability to change payment mode

2024-10-28 Thread Matt Dworkin
Ok, thanks for confirming, and for the suggestion. I'll try that and if I run into any issues I'll reach back out. On Mon, Oct 28, 2024 at 2:13 PM Google Ads API Forum Advisor < adsapi@forumsupport.google> wrote: > Hi, > > Please note that it is not possible to perform the combination of 3 > oper

Re: ability to change payment mode

2024-10-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Please note that it is not possible to perform the combination of 3 operations mentioned by you at the same time as budget_type is an immutable field. Kindly follow the below steps to change the payment mode to conversions via API: As it is not possible to update a campaign budget type, I w

Re: ability to change payment mode

2024-10-28 Thread Matt Dworkin
Hello, Yes, this is exactly my question. It's not possible to update the campaign budget type, but I want to update payment mode to conversions when I update the the bidding strategy from max cv -> target cpa (which requires a FIXED_CPA budget type), does this mean it is not actually possible t

Re: ability to change payment mode

2024-10-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Please note that updating the campaign budget type is not possible through the Google Ads API, which is why you're seeing the 'IMMUTABLE_FIELD' error. I would recommend you to refer to this documentation, as it specifies that this field is immutable which means that once it's set, it cannot

Re: ability to change payment mode

2024-10-25 Thread Matt Dworkin
Hello, The issue I'm running into is that when I try to set the BudgetType to FIXED_CPA, I get an error because BudgetType appears to be IMMUTABLE. That's why I'm asking if what I'm trying to do is even possible. So given that, is it possible? On Friday, October 25, 2024 at 3:19:18 AM UTC-4 Go

Ability to change Payment Mode

2024-10-24 Thread Matt Dworkin
Hello, I am trying to a combination of 3 things at the same time. 1. Change the bidding strategy of a campaign to TCPA 2. Add a TCPA 3. Change the payment mode TO conversions. I know that 1 and 2 are possible, as I have done it successfully. The question is whether the 3rd thing is possible whil