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

GooglePlayAnalytics

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

Parameters for Google Play Campaign Measurements. Learn more

interface GooglePlayAnalytics {
gclid?: string;
utmCampaign?: string;
utmContent?: string;
utmMedium?: string;
utmSource?: string;
utmTerm?: string;
}

§Properties

§
gclid?: string
[src]

Deprecated; FDL SDK does not process nor log it.

§
utmCampaign?: string
[src]

Campaign name; used for keyword analysis to identify a specific product promotion or strategic campaign.

§
utmContent?: string
[src]

Campaign content; used for A/B testing and content-targeted ads to differentiate ads or links that point to the same URL.

§
utmMedium?: string
[src]

Campaign medium; used to identify a medium such as email or cost-per-click.

§
utmSource?: string
[src]

Campaign source; used to identify a search engine, newsletter, or other source.

§
utmTerm?: string
[src]

Campaign term; used with paid search to supply the keywords for ads.