C# 클래스 Tealium.TrackNavigationParameterAttribute

상속: TrackBaseAttribute
파일 보기 프로젝트 열기: Tealium/win-library

공개 메소드들

메소드 설명
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