Jump to top

DynamicLinkITunesParameters

interface

The DynamicLinkITunesParameters interface provides functionality to add iTunes Connect Analytics based parameters to the created dynamic link.

Example
 const link = await firebase.dynamicLinks().buildLink({
   link: 'https://invertase.io',
   domainUriPrefix: 'https://xyz.page.link',
   itunes: {
     affiliateToken: 'ABCDEFG',
   }
 });

Properties

affiliateToken

</>

The affiliate token used to create affiliate-coded links.

affiliateToken: undefined | string;

campaignToken

</>

The campaign token that developers can add to any link in order to track sales from a specific marketing campaign.

campaignToken: undefined | string;

providerToken

</>

The provider token that enables analytics for Dynamic DynamicLinks from within iTunes Connect.

providerToken: undefined | string;