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

EncryptionInfo

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

A description of how user IDs are encrypted.

interface EncryptionInfo {
encryptionEntityId?: bigint;
encryptionEntityType?:
| "ENCRYPTION_ENTITY_TYPE_UNKNOWN"
| "DCM_ACCOUNT"
| "DCM_ADVERTISER"
| "DBM_PARTNER"
| "DBM_ADVERTISER"
| "ADWORDS_CUSTOMER"
| "DFP_NETWORK_CODE";
encryptionSource?: "ENCRYPTION_SCOPE_UNKNOWN" | "AD_SERVING" | "DATA_TRANSFER";
kind?: string;
}

§Properties

§
encryptionEntityId?: bigint
[src]

The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.

§
encryptionEntityType?: "ENCRYPTION_ENTITY_TYPE_UNKNOWN" | "DCM_ACCOUNT" | "DCM_ADVERTISER" | "DBM_PARTNER" | "DBM_ADVERTISER" | "ADWORDS_CUSTOMER" | "DFP_NETWORK_CODE"
[src]

The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.

§
encryptionSource?: "ENCRYPTION_SCOPE_UNKNOWN" | "AD_SERVING" | "DATA_TRANSFER"
[src]

Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.

§
kind?: string
[src]

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