{
    "exportFormatVersion": 2,
    "exportTime": "2023-06-12 17:14:37",
    "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 - Freshchat Event Listener",
                "type": "html",
                "parameter": [
                    {
                        "type": "TEMPLATE",
                        "key": "html",
                        "value": "<script>\n  //Fires when the chat widget is closed\n  window.fcWidget.on(\"widget:closed\", function(resp) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'chat widget closed'\n    });\n  });\n  //Fires when the chat widget is opened\n  window.fcWidget.on(\"widget:opened\", function(resp) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'chat widget opened'\n    });\n  });\n  // fires when a user has been created\n  window.fcWidget.on(\"user:created\", function(resp) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'User has been created'\n    });\n  });\n  // fires when a user receives a message\n  window.fcWidget.on(\"message:received\", function(data) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'user receives a message',\n      'eventData': data\n    });\n  });\n  // fires when a user sends a message\n  window.fcWidget.on(\"message:sent\", function(data) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'user sends a message',\n      'eventData': data\n    });\n  });\n  // fires when a CSAT is received\n  window.fcWidget.on(\"csat:received\", function(data) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'CSAT received',\n      'eventData': data\n    });\n  });\n  // fires when the received CSAT is updated\n  window.fcWidget.on(\"csat:updated\", function(data) {\n    window.dataLayer = window.dataLayer || [];\n    window.dataLayer.push({\n      'event': 'freshChat_Event',\n      'freshEvent_type': 'CSAT updated',\n      'eventData': data\n    });\n  });\n  // fires after the user downloaded an asset sent by the Agent\n  window.fcWidget.on(\"download:file\", function(response) {\n    if (response.success) {\n      window.dataLayer = window.dataLayer || [];\n      window.dataLayer.push({\n        'event': 'freshChat_Event',\n        'freshEvent_type': 'file downloaded by the user',\n        'eventData': response,\n        'fileURL': response.data.url\n      });\n    }\n  });\n</script>"
                    },
                    {
                        "type": "BOOLEAN",
                        "key": "supportDocumentWrite",
                        "value": "false"
                    }
                ],
                "fingerprint": "1686589956636",
                "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": "20",
                "name": "CE - freshChat_Event",
                "type": "CUSTOM_EVENT",
                "customEventFilter": [
                    {
                        "type": "EQUALS",
                        "parameter": [
                            {
                                "type": "TEMPLATE",
                                "key": "arg0",
                                "value": "{{_event}}"
                            },
                            {
                                "type": "TEMPLATE",
                                "key": "arg1",
                                "value": "freshChat_Event"
                            }
                        ]
                    }
                ],
                "fingerprint": "1686589981939"
            }
        ],
        "variable": [
            {
                "accountId": "6003760552",
                "containerId": "61980878",
                "variableId": "48",
                "name": "DLV - freshEvent_type",
                "type": "v",
                "parameter": [
                    {
                        "type": "INTEGER",
                        "key": "dataLayerVersion",
                        "value": "2"
                    },
                    {
                        "type": "BOOLEAN",
                        "key": "setDefaultValue",
                        "value": "false"
                    },
                    {
                        "type": "TEMPLATE",
                        "key": "name",
                        "value": "freshEvent_type"
                    }
                ],
                "fingerprint": "1686590026349",
                "formatValue": {}
            },
            {
                "accountId": "6003760552",
                "containerId": "61980878",
                "variableId": "63",
                "name": "DLV - fileURL",
                "type": "v",
                "parameter": [
                    {
                        "type": "INTEGER",
                        "key": "dataLayerVersion",
                        "value": "2"
                    },
                    {
                        "type": "BOOLEAN",
                        "key": "setDefaultValue",
                        "value": "false"
                    },
                    {
                        "type": "TEMPLATE",
                        "key": "name",
                        "value": "fileURL"
                    }
                ],
                "fingerprint": "1686590047412",
                "formatValue": {}
            }
        ],
        "fingerprint": "1686590077075",
        "tagManagerUrl": "https://tagmanager.google.com/#/versions/accounts/6003760552/containers/61980878/versions/0?apiLink=version"
    }
}