Hello,

>From the 
documentation 
https://developers.google.com/google-ads/api/reference/rpc/v8/MaximizeConversionValue

"[...] If the target ROAS is not set, the bid strategy will aim to achieve 
the highest possible ROAS for the budget."

I am able to set the Target ROAS with a value > 0, no problem.

If I pass `campaign.MaximizeConversionValue = new MaximizeConversionValue { 
TargetRoas = 0 };`, I am getting this error from API:

```
{ "StatusCode": 3, "Details": "Request contains an invalid argument.", 
"RequestId": "wnuqUYRrTd-uSQn8ReWV9g", "Failure": { "errors": [ { 
"errorCode": { "fieldMaskError": "FIELD_HAS_SUBFIELDS" }, "message": "The 
field mask updated a field with subfields: 'maximize_conversion_value'.", 
"location": { "fieldPathElements": [ { "fieldName": "operations", "index": 
0 } ] } } ], "requestId": "wnuqUYRrTd-uSQn8ReWV9g" } }
```

If I pass `campaign.MaximizeConversionValue = null;`, then the value is not 
being cleared; the old Target ROAS remains.

Question: how do I clear the Target ROAS?

(I am using Google Ads API, dotnet library, v8)

Thanks!

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/c30e91ff-6ec2-4f5c-81d8-c715e48ab2b4n%40googlegroups.com.
  • Go... 'Vlad Kuznetsov' via AdWords API and Google Ads API Forum
    • ... 'Google Ads API Forum Advisor' via AdWords API and Google Ads API Forum

Reply via email to