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

DynamicSegment

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

Dynamic segment definition for defining the segment within the request. A segment can select users, sessions or both.

interface DynamicSegment {
name?: string;
sessionSegment?: SegmentDefinition;
userSegment?: SegmentDefinition;
}

§Properties

§
name?: string
[src]

The name of the dynamic segment.

§
sessionSegment?: SegmentDefinition
[src]

Session Segment to select sessions to include in the segment.

§

User Segment to select users to include in the segment.