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

PropertyUsage

import type { PropertyUsage } from "https://googleapis.deno.dev/v1/marketingplatformadmin:v1alpha.ts";

Contains the count of events received by the property, along with metadata that influences the volume of billable events.

interface PropertyUsage {
accountId?: bigint;
billableEventCount?: bigint;
displayName?: string;
property?: string;
propertyType?:
| "ANALYTICS_PROPERTY_TYPE_UNSPECIFIED"
| "ANALYTICS_PROPERTY_TYPE_ORDINARY"
| "ANALYTICS_PROPERTY_TYPE_SUBPROPERTY"
| "ANALYTICS_PROPERTY_TYPE_ROLLUP";
serviceLevel?: "ANALYTICS_SERVICE_LEVEL_UNSPECIFIED" | "ANALYTICS_SERVICE_LEVEL_STANDARD" | "ANALYTICS_SERVICE_LEVEL_360";
totalEventCount?: bigint;
}

§Properties

§
accountId?: bigint
[src]

The ID of the property's parent account.

§
billableEventCount?: bigint
[src]

The number of events for which the property is billed in the requested month.

§
displayName?: string
[src]

The display name of the property.

§
property?: string
[src]

The name of the Google Analytics Admin API property resource. Format: analyticsadmin.googleapis.com/properties/{property_id}

§
propertyType?: "ANALYTICS_PROPERTY_TYPE_UNSPECIFIED" | "ANALYTICS_PROPERTY_TYPE_ORDINARY" | "ANALYTICS_PROPERTY_TYPE_SUBPROPERTY" | "ANALYTICS_PROPERTY_TYPE_ROLLUP"
[src]

The subtype of the analytics property. This affects the billable event count.

§
serviceLevel?: "ANALYTICS_SERVICE_LEVEL_UNSPECIFIED" | "ANALYTICS_SERVICE_LEVEL_STANDARD" | "ANALYTICS_SERVICE_LEVEL_360"
[src]

The service level of the property.

§
totalEventCount?: bigint
[src]

Total event count that the property received during the requested month.