IngestAudienceMembersRequest
import type { IngestAudienceMembersRequest } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Request to upload audience members to the provided destinations. Returns an IngestAudienceMembersResponse.
§Properties
Required. The list of users to send to the specified destinations. At most 10000 AudienceMember resources can be sent in a single request.
Required. The list of destinations to send the audience members to.
Optional. Required for UserData uploads. The encoding type of the user
identifiers. For hashed user identifiers, this is the encoding type of the
hashed string. For encrypted hashed user identifiers, this is the encoding
type of the outer encrypted string, but not necessarily the inner hashed
string, meaning the inner hashed string could be encoded in a different way
than the outer encrypted string. For non UserData uploads, this field is
ignored.
Optional. Encryption information for UserData uploads. If not set, it's
assumed that uploaded identifying information is hashed but not encrypted.
For non UserData uploads, this field is ignored.
Optional. The terms of service that the user has accepted/rejected.