conversionTrackingStatus property
Current conversion tracking status.
This field is necessary for the following recommendation_types: MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN, MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS, TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
Optional. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "NOT_CONVERSION_TRACKED" : Customer does not use any conversion tracking.
- "CONVERSION_TRACKING_MANAGED_BY_SELF" : The conversion actions are created and managed by this customer.
- "CONVERSION_TRACKING_MANAGED_BY_THIS_MANAGER" : The conversion actions
are created and managed by the manager specified in the request's
login-customer-id. - "CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER" : The conversion
actions are created and managed by a manager different from the customer
or manager specified in the request's
login-customer-id.
Implementation
core.String? conversionTrackingStatus;