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

V1betaAudienceDimension

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

An audience dimension is a user attribute. Specific user attributed are requested and then later returned in the QueryAudienceExportResponse.

interface V1betaAudienceDimension {
dimensionName?: string;
}

§Properties

§
dimensionName?: string
[src]

Optional. The API name of the dimension. See the API Dimensions for the list of dimension names.