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

GoalData

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

Represents all the details pertaining to a goal.

interface GoalData {
goalCompletionLocation?: string;
goalCompletions?: bigint;
goalIndex?: number;
goalName?: string;
goalPreviousStep1?: string;
goalPreviousStep2?: string;
goalPreviousStep3?: string;
goalValue?: number;
}

§Properties

§
goalCompletionLocation?: string
[src]

URL of the page where this goal was completed.

§
goalCompletions?: bigint
[src]

Total number of goal completions in this activity.

§
goalIndex?: number
[src]

This identifies the goal as configured for the profile.

§
goalName?: string
[src]

Name of the goal.

§
goalPreviousStep1?: string
[src]

URL of the page one step prior to the goal completion.

§
goalPreviousStep2?: string
[src]

URL of the page two steps prior to the goal completion.

§
goalPreviousStep3?: string
[src]

URL of the page three steps prior to the goal completion.

§
goalValue?: number
[src]

Value in this goal.