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

AdIdentifiers

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

Identifiers and other information used to match the conversion event with other online activity (such as ad clicks).

interface AdIdentifiers {
gbraid?: string;
gclid?: string;
landingPageDeviceInfo?: DeviceInfo;
sessionAttributes?: string;
wbraid?: string;
}

§Properties

§
gbraid?: string
[src]

Optional. The click identifier for clicks associated with app events and originating from iOS devices starting with iOS14.

§
gclid?: string
[src]

Optional. The Google click ID (gclid) associated with this event.

§
landingPageDeviceInfo?: DeviceInfo
[src]

Optional. Information gathered about the device being used (if any) at the time of landing onto the advertiser’s site after interacting with the ad.

§
sessionAttributes?: string
[src]

Optional. Session attributes for event attribution and modeling.

§
wbraid?: string
[src]

Optional. The click identifier for clicks associated with web events and originating from iOS devices starting with iOS14.