ConversionTrackingStatus
Conversion Tracking status of the customer.
Enums |
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 . |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-02-20 UTC.
[null,null,["Last updated 2024-02-20 UTC."],[[["Customer conversion tracking can have one of several statuses, including unspecified, unknown, not tracked, managed by self, managed by the current manager, or managed by a different manager."],["These statuses indicate whether the customer uses conversion tracking and, if so, who is responsible for managing their conversion actions."],["The `login-customer-id` in requests determines whether the manager is considered \"this manager\" or \"another manager\" for conversion tracking."]]],[]]