Reference documentation and code samples for the Google Ads Data Manager V1 Client class SyncStatus.
Sync status of the user list.
Protobuf type google.ads.datamanager.v1.PseudonymousIdInfo.SyncStatus
Namespace
Google \ Ads \ DataManager \ V1 \ PseudonymousIdInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SYNC_STATUS_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum SYNC_STATUS_UNSPECIFIED = 0;
CREATED
Value: 1The user list has been created as a placeholder. List contents and/or metadata are still being synced. The user list is not ready for use.
Generated from protobuf enum CREATED = 1;
READY_FOR_USE
Value: 2The user list is ready for use. Contents and cookies have been synced correctly.
Generated from protobuf enum READY_FOR_USE = 2;
FAILED
Value: 3An error has occurred syncing user list contents and/or metadata. The user list cannot be used.
Generated from protobuf enum FAILED = 3;