C# Class Tealium.TrackPropertyAttribute

Inheritance: TrackBaseAttribute
Exibir arquivo Open project: Tealium/win-library

Public Methods

Method Description
TrackPropertyAttribute ( string name, string value ) : System

Associates a name/value pair for any reported events on this page.

Method Details

TrackPropertyAttribute() public method

Associates a name/value pair for any reported events on this page.
public TrackPropertyAttribute ( string name, string value ) : System
name string The name of the Tealium tracking variable to report.
value string The value of the property to report to Tealium.
return System