IngestEventsRequest
import type { IngestEventsRequest } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";Request to upload audience members to the provided destinations. Returns an IngestEventsResponse.
§Properties
Required. The list of destinations to send the events 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.