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.
|
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 |
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 |