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

SegmentDemographics

import type { SegmentDemographics } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies demographic-based dimension settings for including or excluding endpoints from a segment. These settings derive from characteristics of endpoint devices, such as platform, make, and model.

interface SegmentDemographics {
AppVersion?: SetDimension | null;
Channel?: SetDimension | null;
DeviceType?: SetDimension | null;
Make?: SetDimension | null;
Model?: SetDimension | null;
Platform?: SetDimension | null;
}

§Properties

§
AppVersion?: SetDimension | null
[src]

The app version criteria for the segment.

§
Channel?: SetDimension | null
[src]

The channel criteria for the segment.

§
DeviceType?: SetDimension | null
[src]

The device type criteria for the segment.

§
Make?: SetDimension | null
[src]

The device make criteria for the segment.

§
Model?: SetDimension | null
[src]

The device model criteria for the segment.

§
Platform?: SetDimension | null
[src]

The device platform criteria for the segment.