MeasurementAnalyticsClientTrackContentView Method |
Namespace:
CSharpAnalytics.Protocols.Measurement
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public void TrackContentView(
Uri documentLocation,
string documentTitle,
string contentDescription = null,
string documentPath = null,
string documentHostName = null
)
Parameters
- documentLocation
- Type: SystemUri
- documentTitle
- Type: SystemString
- contentDescription (Optional)
- Type: SystemString
- documentPath (Optional)
- Type: SystemString
- documentHostName (Optional)
- Type: SystemString
See Also