Click or drag to resize

VisitAdvertisingParse Method

Parses the advertising information by using data from the given HTTP request.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static VisitAdvertising Parse(
	IRequest request
)

Parameters

request
Type: Dynamicweb.EnvironmentIRequest
HTTP request to parse the advertising information from.

Return Value

Type: VisitAdvertising
Parsed advertising information.
Remarks