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

Comparison

import type { Comparison } from "https://googleapis.deno.dev/v1/analyticsdata:v1beta.ts";

Defines an individual comparison. Most requests will include multiple comparisons so that the report compares between the comparisons.

interface Comparison {
comparison?: string;
dimensionFilter?: FilterExpression;
name?: string;
}

§Properties

§
comparison?: string
[src]

A saved comparison identified by the comparison's resource name. For example, 'comparisons/1234'.

§
dimensionFilter?: FilterExpression
[src]

A basic comparison.

§
name?: string
[src]

Each comparison produces separate rows in the response. In the response, this comparison is identified by this name. If name is unspecified, we will use the saved comparisons display name.