Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AudienceMember

import type { AudienceMember } from "https://googleapis.deno.dev/v1/datamanager:v1.ts";

The audience member to be operated on.

interface AudienceMember {
consent?: Consent;
destinationReferences?: string[];
mobileData?: MobileData;
pairData?: PairData;
userData?: UserData;
}

§Properties

§
destinationReferences?: string[]
[src]

Optional. Defines which Destination to send the audience member to.

§
mobileData?: MobileData
[src]

Data identifying the user's mobile devices.

§
userData?: UserData
[src]

User-provided data that identifies the user.