OfflineUserDataJobOperation

  • The AddOfflineUserDataJobOperationsRequest supports three operations: create, remove, and remove_all.

  • The create operation adds provided user data to a transaction, which cannot be retrieved after upload.

  • The remove operation removes provided user data from a transaction, which also cannot be retrieved after upload.

  • The remove_all operation, supported only for Customer Match, removes all previously provided data.

Operation to be made for the AddOfflineUserDataJobOperationsRequest.

Fields
Union field

operation

operation. Operation to be made for the AddOfflineUserDataJobOperationsRequest. operation can be only one of the following:

create

UserData

Add the provided data to the transaction. Data cannot be retrieved after being uploaded.

remove

UserData

Remove the provided data from the transaction. Data cannot be retrieved after being uploaded.

remove_all

bool

Remove all previously provided data. This is only supported for Customer Match.