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

ConversionsBatchInsertRequest

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

Insert Conversions Request.

interface ConversionsBatchInsertRequest {
conversions?: Conversion[];
encryptionInfo?: EncryptionInfo;
kind?: string;
}

§Properties

§
conversions?: Conversion[]
[src]

The set of conversions to insert.

§
encryptionInfo?: EncryptionInfo
[src]

Describes how encryptedUserId or encryptedUserIdCandidates[] is encrypted. This is a required field if encryptedUserId or encryptedUserIdCandidates[] is used.

§
kind?: string
[src]

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