UploadUserDataRequest

  • The request message for UserDataService.UploadUserData requires a customer ID and a list of operations to update user data.

  • The request includes metadata, which must be either customer_match_user_list_metadata.

  • customer_match_user_list_metadata is specifically 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.