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

GoogleAnalyticsAdminV1betaAccessQuota

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

Current state of all quotas for this Analytics property. If any quota for a property is exhausted, all requests to that property will return Resource Exhausted errors.

interface GoogleAnalyticsAdminV1betaAccessQuota {
serverErrorsPerProjectPerHour?: GoogleAnalyticsAdminV1betaAccessQuotaStatus;
}

§Properties

§

Properties can use up to 50 concurrent requests.

§
serverErrorsPerProjectPerHour?: GoogleAnalyticsAdminV1betaAccessQuotaStatus
[src]

Properties and cloud project pairs can have up to 50 server errors per hour.

§

Properties can use 250,000 tokens per day. Most requests consume fewer than 10 tokens.

§

Properties can use 50,000 tokens per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas.

§

Properties can use up to 25% of their tokens per project per hour. This amounts to Analytics 360 Properties can use 12,500 tokens per project per hour. An API request consumes a single number of tokens, and that number is deducted from all of the hourly, daily, and per project hourly quotas.