Click or drag to resize

VisitAdvertising Class

Represents an advertising infomation assocuated with the visit.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsVisitAdvertising

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class VisitAdvertising

The VisitAdvertising type exposes the following members.

Constructors
  NameDescription
Public methodVisitAdvertising
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCampaign
Gets or sets the name of the advertising campaign.
Public propertyMedium
Gets or sets the advertising medium (banner, email, etc.)
Public propertySource
Gets or sets advertising source (newsletter, search engine, etc.).
Public propertyTerm
Gets or sets the advertising campaign term.
Top
Methods
  NameDescription
Public methodStatic memberParse
Parses the advertising information by using data from the given HTTP request.
Top
Remarks