| Tracker.GetScript Method |
Retrieves the content that can be embedded into the final page output in order to track the visit asynchronously.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public string GetScript()
Public Function GetScript As String
Return Value
Type:
StringThe content that can be embedded into the final page output in order to track the visit.
Implements
IVisitorTracker.GetScript()See Also