Click or drag to resize

ProfileManagerApplyDynamics Method (String, String, ProfileEstimate, ProfileDynamicsApplyMode, ProfileDynamicsCacheAccumulateMode)

Applies profile dynamics settings to the given profile based on the given content.

Namespace:  Dynamicweb.Analytics.Profiles
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public static ProfileEstimate ApplyDynamics(
	string itemID,
	string itemType,
	ProfileEstimate estimate,
	ProfileDynamicsApplyMode applyMode,
	ProfileDynamicsCacheAccumulateMode accumulateMode
)

Parameters

itemID
Type: SystemString
Item ID.
itemType
Type: SystemString
Item type.
estimate
Type: Dynamicweb.Analytics.ProfilesProfileEstimate
Original profile estimate.
applyMode
Type: Dynamicweb.Analytics.Profiles.IntegrationProfileDynamicsApplyMode
Apply mode.
accumulateMode
Type: Dynamicweb.Analytics.Profiles.IntegrationProfileDynamicsCacheAccumulateMode
Cache accumulate mode.

Return Value

Type: ProfileEstimate
New profile estimate based on the profile dynamics configured for a given content.
See Also