OfflineUserDataJobOperation

  • The operation field in AddOfflineUserDataJobOperationsRequest allows you to specify how to modify user data within a transaction.

  • Supported operations are create (add data), remove (remove specific data), and remove_all (remove all data, supported only for Customer Match).

  • UserData added or removed using these operations cannot be retrieved after being uploaded.

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.