GoogleAnalyticsCustomVar Class Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Sets a custom variable with the supplied name, value, and scope for the variable. There is a 64-byte character limit for the name and value combined.
Inheritance Hierarchy

SystemObject
  ContentStudio.Site.ControlsGoogleAnalyticsCustomVar

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public class GoogleAnalyticsCustomVar

The GoogleAnalyticsCustomVar type exposes the following members.

Constructors

  NameDescription
Public methodGoogleAnalyticsCustomVar
Initializes a new instance of the GoogleAnalyticsCustomVar class
Top
Properties

  NameDescription
Public propertyName
Required. The name for the custom variable.
Public propertyScope
Optional. The scope used for the custom variable. Possible values are 1 for visitor-level, 2 for session-level, and 3 for page-level.
Public propertyValue
Required. The value for the custom variable.
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference