C# Class Tealium.TrackPageViewAttribute

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

Public Methods

Method Description
TrackPageViewAttribute ( string pageName ) : System

Wires up a "view" metric for the page when it is navigated to.

Method Details

TrackPageViewAttribute() public method

Wires up a "view" metric for the page when it is navigated to.
public TrackPageViewAttribute ( string pageName ) : System
pageName string Overrides the page name reported to Tealium when logging views via "AutoTrackPageViews".
return System