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
§
billableEventCount?: bigint
[src]The number of events for which the property is billed in the requested month.
§
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.