OfflineUserDataJobType

  • The content defines the type of an offline user data job.

  • It lists various enums representing different types of data uploads, such as store sales (first and third party) and customer match (with and without attributes).

  • The enums UNSPECIFIED and UNKNOWN are included for default and unknown values respectively.

The type of an offline user data job.

Proto definition

Enums

CUSTOMER_MATCH_USER_LIST

Customer Match user list data.

CUSTOMER_MATCH_WITH_ATTRIBUTES

Customer Match with attribute data.

STORE_SALES_UPLOAD_FIRST_PARTY

Store Sales Direct data for self service.

STORE_SALES_UPLOAD_THIRD_PARTY

Store Sales Direct data for third party.

UNKNOWN

Used for return value only. Represents value unknown in this version.

UNSPECIFIED

Not specified.