C# Class Tealium.TrackNavigationParameterAttribute

Inheritance: TrackBaseAttribute
Afficher le fichier Open project: Tealium/win-library

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

TrackNavigationParameterAttribute() public méthode

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.
Résultat System