OfflineUserDataJobOperation

  • The AddOfflineUserDataJobOperationsRequest uses a union field operation to specify the action to perform on user data.

  • The operation field can be set to create or remove to add or remove specific UserData.

  • The operation field can also be set to remove_all (a boolean value) to remove all previously provided data, but this is only supported for Customer Match.

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.