C# Класс Tealium.TrackNavigationParameterAttribute

Наследование: TrackBaseAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

TrackNavigationParameterAttribute() публичный Метод

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.
Результат System

TrackNavigationParameterAttribute() публичный Метод

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.
Результат System