conversionTrackingStatus property
Conversion tracking status.
It indicates whether the customer is using conversion tracking, and who is
the conversion tracking owner of this customer. If this customer is using
cross-account conversion tracking, the value returned will differ based on
the login-customer-id of the request.
Output only. 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;