Table of Contents

Interface IVisitorTracker

Namespace
Dynamicweb.Frontend.Contracts
Assembly
Dynamicweb.dll
[Obsolete("Do not use")]
public interface IVisitorTracker

Properties

CanEmbedScript

bool CanEmbedScript { get; }

Property Value

bool

Methods

Create()

IVisitorTracker Create()

Returns

IVisitorTracker

Create(int, int)

IVisitorTracker Create(int pageID, int areaID)

Parameters

pageID int
areaID int

Returns

IVisitorTracker

GetScript()

string GetScript()

Returns

string

LogPageVisit()

bool LogPageVisit()

Returns

bool

LogVisit(string, string, string, bool)

bool LogVisit(string group, string element, string value, bool autoLogPageVisit)

Parameters

group string
element string
value string
autoLogPageVisit bool

Returns

bool

TrackCurrentVisit()

IVisitorTrackerResult TrackCurrentVisit()

Returns

IVisitorTrackerResult
To top