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

AudienceSegment

import type { AudienceSegment } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Audience Segment.

interface AudienceSegment {
allocation?: number;
id?: bigint;
name?: string;
}

§Properties

§
allocation?: number
[src]

Weight allocated to this segment. The weight assigned will be understood in proportion to the weights assigned to other segments in the same segment group. Acceptable values are 1 to 1000, inclusive.

§
id?: bigint
[src]

ID of this audience segment. This is a read-only, auto-generated field.

§
name?: string
[src]

Name of this audience segment. This is a required field and must be less than 65 characters long.