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.
§
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.