Click or drag to resize
GtmData Class
Represents key value pair data used for Google Tag Manager integration.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, Object
    CMS.EcommerceGtmData

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax
C#
public class GtmData : Dictionary<string, Object>

The GtmData type exposes the following members.

Constructors
  NameDescription
Public methodGtmData
Creates expandable Google Tag Manager object.
Top
Remarks
Properties of the object are case insensitive.
See Also