C# Class Tealium.TrackNavigationParameterAttribute

Inheritance: TrackBaseAttribute
Datei anzeigen Open project: Tealium/win-library

Public Methods

Method Description
TrackNavigationParameterAttribute ( string variableName ) : System

Associates the navigation parameter for the page with a Tealium tracking parameter.

TrackNavigationParameterAttribute ( string variableName, string parameterName ) : System

Associates a navigation parameter for the page with a Tealium tracking parameter.

Method Details

TrackNavigationParameterAttribute() public method

Associates the navigation parameter for the page with a Tealium tracking parameter.
public TrackNavigationParameterAttribute ( string variableName ) : System
variableName string The name of the variable being reported to Tealium. The entire navigation parameter will be sent as the value.
return System

TrackNavigationParameterAttribute() public method

Associates a navigation parameter for the page with a Tealium tracking parameter.
public TrackNavigationParameterAttribute ( string variableName, string parameterName ) : System
variableName string The name of the variable being reported to Tealium.
parameterName string The navigation parameter to use when reporting to Tealium. For WinRT projects, /// this will be a property on the context parameter. For Windows Phone projects, it will be the name of the /// query string parameter.
return System