UploadUserDataRequest

  • The UploadUserData request message for the UserDataService is used to update user data for a specific customer.

  • The request requires a customer ID and a list of UserDataOperations.

  • Metadata for the request can include specific details for data updates to a Customer Match user list.

Request message for UserDataService.UploadUserData

Fields

customer_id

string

Required. The ID of the customer for which to update the user data.

operations[]

UserDataOperation

Required. The list of operations to be done.

Union field

metadata

metadata. Metadata of the request. metadata can be only one of the following:

customer_match_user_list_metadata

CustomerMatchUserListMetadata

Metadata for data updates to a Customer Match user list.