AI-generated Key Takeaways
-
The
AddOfflineUserDataJobOperationsRequest
uses a union fieldoperation
to specify the action to perform on user data. -
The
operation
field can be set tocreate
orremove
to add or remove specificUserData
. -
The
operation
field can also be set toremove_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
|
|
|
Add the provided data to the transaction. Data cannot be retrieved after being uploaded. |
|
Remove the provided data from the transaction. Data cannot be retrieved after being uploaded. |
|
Remove all previously provided data. This is only supported for Customer Match. |