getCampaignUrl

Function

Builds a Hub "campaign" URL used as a single entry-point into Hub from external links, i.e. push notifications, emails, sms, etc, from which we can capture campaign-related telemetry before redirecting the user off to a provided destination.

  • getCampaignUrl(options: IBuildHubCampaignUrl) : string

Parameters

Parameter Type Default Notes
options Required IBuildHubCampaignUrl

Returns

string A campaign URL

string

Function defined in common/src/urls/get-campaign-url.ts:26