{
    "exportFormatVersion": 2,
    "exportTime": "2025-01-03 10:07:45",
    "containerVersion": {
        "path": "accounts/6003760552/containers/61980878/versions/0",
        "accountId": "6003760552",
        "containerId": "61980878",
        "containerVersionId": "0",
        "container": {
            "path": "accounts/6003760552/containers/61980878",
            "accountId": "6003760552",
            "containerId": "61980878",
            "name": "DumbData GTM Test",
            "publicId": "GTM-JDPXMQT",
            "usageContext": [
                "WEB"
            ],
            "fingerprint": "1649153786518",
            "tagManagerUrl": "https://tagmanager.google.com/#/container/accounts/6003760552/containers/61980878/workspaces?apiLink=container",
            "features": {
                "supportUserPermissions": true,
                "supportEnvironments": true,
                "supportWorkspaces": true,
                "supportGtagConfigs": false,
                "supportBuiltInVariables": true,
                "supportClients": false,
                "supportFolders": true,
                "supportTags": true,
                "supportTemplates": true,
                "supportTriggers": true,
                "supportVariables": true,
                "supportVersions": true,
                "supportZones": true,
                "supportTransformations": false
            },
            "tagIds": [
                "GTM-JDPXMQT"
            ]
        },
        "tag": [
            {
                "accountId": "6003760552",
                "containerId": "61980878",
                "tagId": "14",
                "name": "cHTML - Comm100 Event Listener",
                "type": "html",
                "parameter": [
                    {
                        "type": "TEMPLATE",
                        "key": "html",
                        "value": "<script>\n  // Ensure Comm100API is available before setting up listeners\n  if (typeof Comm100API !== 'undefined') {\n    \n    // Rating Event\n    Comm100API.on('livechat.chat.visitor.rate', function (rating) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Visitor rated chat',\n        rating_score: rating.score || null,\n        rating_comment: rating.comment || null\n      });\n    });\n\n    // Visitor Send Text Message Event\n    Comm100API.on('livechat.chat.visitor.sendText', function (event) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Visitor sent text message',\n        message_content: event.data.text || null\n      });\n    });\n\n    // Visitor Input Event\n    Comm100API.on('livechat.chat.visitor.input', function (content) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Visitor is typing',\n        input_content: content || null\n      });\n    });\n\n    // Chat Display Event\n    Comm100API.on('livechat.chat.display', function () {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Chat panel displayed'\n      });\n    });\n\n    // Chat Minimize Event\n    Comm100API.on('livechat.chat.minimize', function () {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Chat panel minimized'\n      });\n    });\n\n    // Chat Restore Event\n    Comm100API.on('livechat.chat.restore', function () {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Chat panel restored'\n      });\n    });\n\n    // Chat Close Event\n    Comm100API.on('livechat.chat.close', function () {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Chat panel closed'\n      });\n    });\n\n    // Agent Join Chat Event\n    Comm100API.on('livechat.chat.agent.join', function (agent) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Agent joined chat',\n        agent_id: agent.id || null,\n        agent_name: agent.name || null,\n        agent_title: agent.title || null,\n        agent_bio: agent.bio || null\n      });\n    });\n\n    // Agent Leave Chat Event\n    Comm100API.on('livechat.chat.agent.leave', function (agent) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Agent left chat',\n        agent_id: agent.id || null,\n        agent_name: agent.name || null,\n        agent_title: agent.title || null,\n        agent_bio: agent.bio || null\n      });\n    });\n\n    // Agent Input Event\n    Comm100API.on('livechat.chat.agent.input', function (agent, content) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        event: 'comm100_interactions',\n        comm100_action: 'Agent is typing',\n        agent_id: agent.id || null,\n        agent_name: agent.name || null,\n        message_content: content || null\n      });\n    });\n  } else {\n    console.error('Comm100API is not defined. Ensure the Comm100 widget is loaded.');\n  }\n</script>"
                    },
                    {
                        "type": "BOOLEAN",
                        "key": "supportDocumentWrite",
                        "value": "false"
                    }
                ],
                "fingerprint": "1735898483170",
                "firingTriggerId": [
                    "13"
                ],
                "tagFiringOption": "ONCE_PER_EVENT",
                "monitoringMetadata": {
                    "type": "MAP"
                },
                "consentSettings": {
                    "consentStatus": "NOT_SET"
                }
            }
        ],
        "trigger": [
            {
                "accountId": "6003760552",
                "containerId": "61980878",
                "triggerId": "13",
                "name": "All Dom Ready",
                "type": "DOM_READY",
                "fingerprint": "1649160835939"
            },
            {
                "accountId": "6003760552",
                "containerId": "61980878",
                "triggerId": "74",
                "name": "CE - comm100_interactions",
                "type": "CUSTOM_EVENT",
                "customEventFilter": [
                    {
                        "type": "EQUALS",
                        "parameter": [
                            {
                                "type": "TEMPLATE",
                                "key": "arg0",
                                "value": "{{_event}}"
                            },
                            {
                                "type": "TEMPLATE",
                                "key": "arg1",
                                "value": "comm100_interactions"
                            }
                        ]
                    }
                ],
                "fingerprint": "1735898494038"
            }
        ],
        "variable": [
            {
                "accountId": "6003760552",
                "containerId": "61980878",
                "variableId": "47",
                "name": "DLV - Comm100 - comm100_action",
                "type": "v",
                "parameter": [
                    {
                        "type": "INTEGER",
                        "key": "dataLayerVersion",
                        "value": "2"
                    },
                    {
                        "type": "BOOLEAN",
                        "key": "setDefaultValue",
                        "value": "false"
                    },
                    {
                        "type": "TEMPLATE",
                        "key": "name",
                        "value": "comm100_action"
                    }
                ],
                "fingerprint": "1735898798921",
                "formatValue": {}
            }
        ],
        "fingerprint": "1735898865955",
        "tagManagerUrl": "https://tagmanager.google.com/#/versions/accounts/6003760552/containers/61980878/versions/0?apiLink=version"
    }
}