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

AdTechnologyProviders

import type { AdTechnologyProviders } from "https://googleapis.deno.dev/v1/realtimebidding:v1.ts";

The list of detected Ad Technology Providers for this creative. Bids placed for inventory that will serve to EEA or UK users are expected to comply with GDPR requirements. You must ensure that the creatives used in such bids should contain only user consented ad technology providers as indicated in the bid request. Google reserves the right to filter non-compliant bids. User consented ad technology providers can be found in the Google Protocol with the BidRequest.adslot.consented_providers_settings field, and can be found as an OpenRTB extension with the BidRequest.user.ext.consented_providers_settings and BidRequest.user.ext.consent fields. See https://support.google.com/authorizedbuyers/answer/9789378 for additional information about the Google TCF v2 integration.

interface AdTechnologyProviders {
detectedGvlIds?: bigint[];
detectedProviderIds?: bigint[];
unidentifiedProviderDomains?: string[];
}

§Properties

§
detectedGvlIds?: bigint[]
[src]

The detected IAB Global Vendor List (GVL) IDs for this creative. See the IAB Global Vendor List at https://vendor-list.consensu.org/v2/vendor-list.json for details about the vendors.

§
detectedProviderIds?: bigint[]
[src]

The detected Google Ad Tech Providers (ATP) for this creative. See https://storage.googleapis.com/adx-rtb-dictionaries/providers.csv for mapping of provider ID to provided name, a privacy policy URL, and a list of domains which can be attributed to the provider.

§
unidentifiedProviderDomains?: string[]
[src]

Domains of detected unidentified ad technology providers (if any). You must ensure that the creatives used in bids placed for inventory that will serve to EEA or UK users does not contain unidentified ad technology providers. Google reserves the right to filter non-compliant bids.