AI-generated Key Takeaways
-
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), andremove_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
|
|
|
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. |