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

ITunesConnectAnalytics

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

Parameters for iTunes Connect App Analytics.

interface ITunesConnectAnalytics {
at?: string;
ct?: string;
mt?: string;
pt?: string;
}

§Properties

§
at?: string
[src]

Affiliate token used to create affiliate-coded links.

§
ct?: string
[src]

Campaign text that developers can optionally add to any link in order to track sales from a specific marketing campaign.

§
mt?: string
[src]

iTune media types, including music, podcasts, audiobooks and so on.

§
pt?: string
[src]

Provider token that enables analytics for Dynamic Links from within iTunes Connect.