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.492
Syntax
public interface IAnalyticsSettings

The IAnalyticsSettings type exposes the following members.

Properties
 NameDescription
Public propertyDisabled Whether analytics are disabled.
Public propertyNeedsUpdate Whether to remove the currently connected analytics account and require reauthorization. Only true first time user accesses analytics after switch to GA4.
Public propertyPropertyId Profile ID for analytics provider.
Public propertyPropertyName Profile name for analytics provider.
Public propertyProvider Analytics provider.
Public propertyState State of analytics.
Public propertyToken Auth token for analytics provider.
Top
See Also