I am trying to create a conversion action using the Google Ads API. I've found that when I create the conversion action, it is automatically set as a "Primary" Optimization Type. However, I'd like to create the conversion action and set the Optimization type to "Secondary". The only thing that looks remotely close to achieving this is this code:
conversion_action.include_in_conversions_metric = False However, when I try to send a request to create the conversion action with this metric set to False, I receive a response from Google that says: message: "The field attempted to be mutated is immutable." Does anyone know how to create the conversion action while setting this Conversion Type to Secondary? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/36955003-4da5-4c9e-a35e-c0533d40be53n%40googlegroups.com.
