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

AccountActiveAdSummary

import type { AccountActiveAdSummary } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Gets a summary of active ads in an account.

interface AccountActiveAdSummary {
accountId?: bigint;
activeAds?: bigint;
activeAdsLimitTier?:
| "ACTIVE_ADS_TIER_40K"
| "ACTIVE_ADS_TIER_75K"
| "ACTIVE_ADS_TIER_100K"
| "ACTIVE_ADS_TIER_200K"
| "ACTIVE_ADS_TIER_300K"
| "ACTIVE_ADS_TIER_500K"
| "ACTIVE_ADS_TIER_750K"
| "ACTIVE_ADS_TIER_1M";
availableAds?: bigint;
kind?: string;
}

§Properties

§
accountId?: bigint
[src]

ID of the account.

§
activeAds?: bigint
[src]

Ads that have been activated for the account

§
activeAdsLimitTier?: "ACTIVE_ADS_TIER_40K" | "ACTIVE_ADS_TIER_75K" | "ACTIVE_ADS_TIER_100K" | "ACTIVE_ADS_TIER_200K" | "ACTIVE_ADS_TIER_300K" | "ACTIVE_ADS_TIER_500K" | "ACTIVE_ADS_TIER_750K" | "ACTIVE_ADS_TIER_1M"
[src]

Maximum number of active ads allowed for the account.

§
availableAds?: bigint
[src]

Ads that can be activated for the account.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#accountActiveAdSummary".