UploadUserDataRequest

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

  • It requires the customer_id to identify the customer.

  • It requires a list of operations detailing the user data updates.

  • It includes metadata that can be specifically for Customer Match user lists via customer_match_user_list_metadata.

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.