marketingChannel property
Marketing channel ('source') associated with this event. Default value is 'mobile'. Your traffic is displayed in chapter 'Mobile' in Dymatrix Monitor. Please send additional information with the appropriate property. For the newsletter channel 'nl' please use property 'newsletter' for submitting additional information marketingChannel = 'nl'; setStringProperty('newsletter','newsletter name'); For the keyword channel 'kw' please use property 'adword' for submitting additional information. marketingChannel = 'kw'; setStringProperty('adword','keyword campaign name'); For the campaign channel 'cp' and all other channels please use property 'campaign' for submitting additional information. marketingChannel = 'cp'; setStringProperty('campaign','campaign name'); MarketingChannel is only stored on first page view of a session. All subsequent page views in same session inherit the channel of the first page view. Marketingchannel 'mobile' is not configured by default in Dymatrix Analytics. Please contact support, if you want to use the mobile channel.
Implementation
/// For the newsletter channel 'nl' please use property 'newsletter' for submitting additional information
/// marketingChannel = 'nl';
/// setStringProperty('newsletter','newsletter name');
/// For the keyword channel 'kw' please use property 'adword' for submitting additional information.
/// marketingChannel = 'kw';
/// setStringProperty('adword','keyword campaign name');
/// For the campaign channel 'cp' and all other channels please use property 'campaign' for submitting additional information.
/// marketingChannel = 'cp';
/// setStringProperty('campaign','campaign name');
/// MarketingChannel is only stored on first page view of a session.
/// All subsequent page views in same session inherit the channel of the first page view.
/// Marketingchannel 'mobile' is not configured by default in Dymatrix Analytics.
/// Please contact support, if you want to use the mobile channel.
String? marketingChannel;