Click or drag to resize

IAnalyticsSettings Interface


Represents analytics settings in the CMS.

Namespace:  Ingeniux.CMS.Analytics
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.308
Syntax
public interface IAnalyticsSettings

The IAnalyticsSettings type exposes the following members.

Properties
  NameDescription
Public propertyDisabled
Whether analytics are disabled.
Public propertyProfileId
Profile ID for analytics provider.
Public propertyProfileName
Profile name for analytics provider.
Public propertyProvider
Analytics provider.
Public propertySiteUrl
Site URL for analytics.
Public propertyState
State of analytics.
Public propertyToken
Auth token for analytics provider.
Top
See Also