sourceTrafficName

The sourceTrafficName property specifies the traffic source name sent with analytics data. Keep the default value ("ios") unless instructed otherwise by Piwik PRO support or official documentation.

Syntax

PiwikTracker.sharedInstance()?.sourceTrafficName = name
[PiwikTracker sharedInstance].sourceTrafficName = name;

Parameters

  • sourceTrafficName (string)
    The traffic source name used for analytics attribution. Default: "ios". This value isn't intended to be changed in most implementations.

Related methods


Did this page help you?