{
    "exportFormatVersion": 2,
    "exportTime": "2025-04-29 12:48:24",
    "containerVersion": {
        "path": "accounts/6108733964/containers/137323721/versions/0",
        "accountId": "6108733964",
        "containerId": "137323721",
        "containerVersionId": "0",
        "container": {
            "path": "accounts/6108733964/containers/137323721",
            "accountId": "6108733964",
            "containerId": "137323721",
            "name": "Roivenue Tracking Unified",
            "publicId": "GTM-T2JHH6C8",
            "usageContext": [
                "WEB"
            ],
            "fingerprint": "1726647453099",
            "tagManagerUrl": "https://tagmanager.google.com/#/container/accounts/6108733964/containers/137323721/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-T2JHH6C8"
            ]
        },
        "tag": [
            {
                "accountId": "6108733964",
                "containerId": "137323721",
                "tagId": "5",
                "name": "roivenue.tracking",
                "type": "html",
                "parameter": [
                    {
                        "type": "TEMPLATE",
                        "key": "html",
                        "value": "<script>\n\n(function (pid) {\n\tvar version = '1.0.21';\n\t\n\tfunction getUrlParameter(url, name) {\n\t\tvar regex = new RegExp('[?&]' + name + '=([^&#]*)', 'i');\n\t\tvar result = regex.exec(url);\n\t\treturn result ? decodeURIComponent(result[1]) : null;\n\t}\n\n\tfunction addOrUpdateUrlParameter(key, value) {\n\t\tvar url = window.location.href;\n\n\t\tvar parts = url.split('#');\n\t\tvar baseUrl = parts[0];\n\t\tvar fragment = parts.length > 1 ? parts[1] : '';\n\n\t\tvar queryParamRegex = new RegExp('([?&])' + encodeURIComponent(key) + '=.*?(&|$)', 'i');\n\n\t\tif (queryParamRegex.test(baseUrl)) {\n\t\t\tbaseUrl = baseUrl.replace(queryParamRegex, function (match, p1, p2) {\n\t\t\t\treturn p1 + encodeURIComponent(key) + '=' + encodeURIComponent(value) + (p2 === '&' ? p2 : '');\n\t\t\t});\n\t\t} else {\n\t\t\tvar separator = baseUrl.indexOf('?') !== -1 ? '&' : '?';\n\t\t\tbaseUrl += separator + encodeURIComponent(key) + '=' + encodeURIComponent(value);\n\t\t}\n\n\t\tvar newUrl = baseUrl + (fragment ? '#' + fragment : '');\n\n\t\thistory.replaceState(null, '', newUrl);\n\t}\n\n\tfunction addOrReplaceFragment(key, value) {\n\t\tvar url = window.location.href;\n\n\t\tvar parts = url.split('#');\n\t\tvar baseUrl = parts[0];\n\t\tvar fragment = parts.length > 1 ? parts[1] : '';\n\n\t\tvar fragmentParamRegex = new RegExp('(^|&)(' + encodeURIComponent(key) + '=.*?)(?=&|$)', 'i');\n\n\t\tif (fragmentParamRegex.test(fragment)) {\n\t\t\tfragment = fragment.replace(fragmentParamRegex, function (match, p1, p2) {\n\t\t\t\treturn p1 + encodeURIComponent(key) + '=' + encodeURIComponent(value) + (p2 ? p2.replace(/.*?(&|$)/, '$1') : '');\n\t\t\t});\n\t\t} else {\n\t\t\tvar separator = fragment ? '&' : '';\n\t\t\tfragment += separator + encodeURIComponent(key) + '=' + encodeURIComponent(value);\n\t\t}\n\n\t\tvar newUrl = baseUrl + (fragment ? '#' + fragment : '');\n\n\t\thistory.replaceState(null, '', newUrl);\n\t}\n\n\tfunction convertEventsToObjects(items) {\n\t\tvar result = [];\n\t\tfor (var i = 0; i < items.length; i++) {\n\t\t\tvar item = items[i];\n\t\t\tvar obj = null;\n\t\t\tvar removeNestedObjects = true;\n\t\t\tif (item[0] == 'event' && item[1] && item[2]) {\n\t\t\t\tobj = { event: item[1] };\n\t\t\t\tObject.assign(obj, item[2]);\n\t\t\t} \n\t\t\telse if (item.event && item.event == 'roivenue_measurement_event') {\n\t\t\t\tobj = { event: item.event };\n\t\t\t\tObject.assign(obj, item);\n\t\t\t\tremoveNestedObjects = false;\n\t\t\t}\n\t\t\telse if (item.event) {\n\t\t\t\tobj = { event: item.event };\n\t\t\t\tObject.assign(obj, item);\n\t\t\t\tif (item.ecommerce) {\n\t\t\t\t\tObject.assign(obj, item.ecommerce);\n\t\t\t\t\tif (item.ecommerce.purchase && item.ecommerce.purchase.actionField) {\n\t\t\t\t\t\tObject.assign(obj, item.ecommerce.purchase.actionField);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (item.user) {\n\t\t\t\tobj = {};\n\t\t\t\tObject.assign(obj, item);\n\t\t\t\tremoveNestedObjects = false;\n\t\t\t}\n\t\t\t\n\t\t\tif (obj) {\n\t\t\t\tfor (var prop in obj) {\n\t\t\t\t\tif (removeNestedObjects && typeof obj[prop] === 'object' && obj[prop] !== null) {\n\t\t\t\t\t\tdelete obj[prop]; \n\t\t\t\t\t}\n\t\t\t\t\telse if (prop.startsWith('gtm.')) {\n\t\t\t\t\t\tdelete obj[prop]; \n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tresult.push(obj);\n\t\t\t}\n\t\t}\n\t\treturn result;\n\t}\n\n\tfunction getCookieDomainFromHostname(hostname) {\n\t\tvar domainParts = hostname.split('.');\n\t\tif (domainParts.length > 2) {\n\t\t\treturn domainParts.slice(-2).join('.'); // posthog creates a cookie with a second-level domain\n\t\t} else {\n\t\t\treturn hostname;\n\t\t}\n\t}\n\n\tfunction getCookie(name) {\n\t\tvar match = document.cookie.match(new RegExp('(^| )' + name + '=([^;]+)'));\n\t\tif (match) return match[2];\n\t}\n\n\tfunction setCookie(name,value,days) {\n\t\tvar expires = \"\";\n\t\tif (days) {\n\t\t\tvar date = new Date();\n\t\t\tdate.setTime(date.getTime() + (days*24*60*60*1000));\n\t\t\texpires = \" expires=\" + date.toUTCString();\n\t\t}\n\t\tdocument.cookie = name + \"=\" + (value || \"\") + \"; domain = .\" + getCookieDomainFromHostname(window.location.hostname) + \"; path=/ ;\" + expires;\n\t}\n\n\tfunction isSafari() {\n\t\treturn /^((?!chrome|android).)*safari/i.test(navigator.userAgent);\n\t}\n\t\n\tfunction getReplacedCookieContent(cookieContent) {\n\t\tif(cookieContent) {\n\t\t\tvar sessionString = (/[%]22[%]24sesid%22%3A%5B([0-9]+).*[%]22[%]2C([0-9]+)[%]5D/gm).exec(cookieContent);\n\t\t\tif(sessionString && sessionString.length > 2) {\n\t\t\t\tlastSessionStart = --(sessionString[2]); \n\t\t\t\tif((Date.now() - lastSessionStart) > 30 * 60 * 1000) { // session duration 30 min, if session is over, clear traffic sources\n\t\t\t\t\treturn cookieContent.replace(/([%]2C[%]22(gclid|fbclid|msclid|[%]24search_engine|utm_[a-z]+|[%]24referrer|[%]24referring_domain)[%]22[%]3A[%]22[%]?.+?[%]22)/gm, '');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t\n\tfunction getReplacedJsonContent(jsonContent) {\n\t\tif(jsonContent) {\n\t\t\tvar sessionString = (/\"\\$sesid\":\\[([0-9]+).*\",([0-9]+)]/gm).exec(jsonContent);\n\t\t\tif(sessionString && sessionString.length > 2) {\n\t\t\t\tlastSessionStart = --(sessionString[2]); \n\t\t\t\tif((Date.now() - lastSessionStart) > 30 * 60 * 1000) { // session duration 30 min, if session is over, clear traffic sources\n\t\t\t\t\treturn jsonContent.replace(/(,\"(gclid|fbclid|msclid|\\$search_engine|utm_[a-z]+|\\$referrer|\\$referring_domain)\":\"[^\"]*\")/gm, '');\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\treturn null;\n\t}\n\t\n\tfunction replaceCookieOrJsonContent() {\n\t\tvar cookieName = 'ph_' + pid + '_posthog';\n\t\tvar persistence = {{roivenue.tracking.persistence}};\n\t\t\n\t\tif (persistence == 'localStorage+cookie' || persistence == 'cookie') {\n\t\t\tvar cookieContent = getCookie(cookieName);\n\t\t\tvar cookieReplaced = getReplacedCookieContent(cookieContent);\n\t\t\tif (cookieReplaced) {\n\t\t\t\tsetCookie(cookieName, cookieReplaced, 365);\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (persistence == 'sessionStorage') {\n\t\t\tvar jsonContent = sessionStorage.getItem(cookieName);\n\t\t\tvar jsonReplaced = getReplacedJsonContent(jsonContent);\n\t\t\tif (jsonReplaced) {\n\t\t\t\tsessionStorage.setItem(cookieName, jsonReplaced);\n\t\t\t}\n\t\t}\n\t\t\n\t\tif (persistence == 'localStorage+cookie' || persistence == 'localStorage') {\n\t\t\tvar jsonContent = localStorage.getItem(cookieName);\n\t\t\tvar jsonReplaced = getReplacedJsonContent(jsonContent);\n\t\t\tif (jsonReplaced) {\n\t\t\t\tlocalStorage.setItem(cookieName, jsonReplaced);\n\t\t\t}\n\t\t}\n\t\t\n\t}\n\n\tfunction isInCookielessMode(persistence) {\n\t\treturn persistence == 'sessionStorage' || persistence == 'memory';\n\t}\n\n\tfunction clearCookieAndLocalStorage() {\n\t\tvar cookieName = 'ph_' + pid + '_posthog';\n\t\tsetCookie(cookieName, '{}', -100);\n\t\tlocalStorage.removeItem(cookieName);\n\t}\n\t\n\tfunction readCrossDomain() {\n\t\tvar persistence = {{roivenue.tracking.persistence}};\n\t\tvar rm_config = {{roivenue.tracking.config}};\n\t\t\n\t\tif (isInCookielessMode(persistence)) {\n\t\t\tvar read_cross_domain_info = rm_config.read_cross_domain_info === null || rm_config.read_cross_domain_info === undefined ? true : rm_config.read_cross_domain_info;\n\t\t\tif (read_cross_domain_info && rm_config.cross_domain_query_parameter && document.referrer) {\n\t\t\t\tvar device_id = getUrlParameter(document.referrer, rm_config.cross_domain_query_parameter);\n\t\t\t\tif (device_id) {\n\t\t\t\t\twindow.posthog.Roivenue.persistence.props.$device_id = device_id;\n\t\t\t\t\twindow.posthog.Roivenue.persistence.save();\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\n\tfunction writeCrossDomain() {\n\t\tvar rm_config = {{roivenue.tracking.config}};\n\n\t\tif (rm_config.write_cross_domain_info && rm_config.cross_domain_query_parameter) {\n\t\t\tvar device_id = window.posthog.Roivenue.persistence.props.$device_id;\n\t\t\tif (device_id) {\n\t\t\t\tif (!rm_config.cross_domain_use_fragment) {\n\t\t\t\t\taddOrUpdateUrlParameter(rm_config.cross_domain_query_parameter, device_id);\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\taddOrReplaceFragment(rm_config.cross_domain_query_parameter, device_id);\n\t\t\t\t}\n\t\t\t}\n\t\t\telse {\n\t\t\t\tconsole.error('Could not retrieve device_id');\n\t\t\t}\n\t\t}\n\t}\n\n\tfunction getAutocaptureFromConfig() {\n\t\tvar autocapture = {{roivenue.tracking.config}}.autocapture;\n\t\tif (autocapture === undefined) {\n\t\t\tautocapture = true;\n\t\t}\n\t\treturn autocapture;\n\t}\n\n\tfunction onPosthogLoaded() {\n\t\tsetTimeout(function() { // window.posthog instance is reassigned just after loaded callback\n\t\t\treadCrossDomain();\n\t\t\twriteCrossDomain();\n\t\t}, 0);\n\t\n\t\tvar autocapture = getAutocaptureFromConfig();\n\n\t\tif (isSafari() && autocapture) {\n\t\t\twindow.posthog.Roivenue.capture('$pageview');\n\t\t}\n\t}\n\n\tif (!{{roivenue.tracking.enabled}}) {\n\t\tclearCookieAndLocalStorage();\n\t}\n\n\tif (window.dataLayer && {{roivenue.tracking.enabled}}) {\n\t\tif (window.$rm_state === undefined) {\n\t\t\twindow.$rm_state = {\n\t\t\t\tversion: version\n\t\t\t};\n\t\t}\n\t\tvar state = window.$rm_state;\n\n\t\tvar loggingEnabled = {{roivenue.tracking.config}}.console_logging_enabled;\n\t\tvar eventTypes = {{roivenue.tracking.config}}.event_types || [];\n\n\t\tvar newItems = state.lastProcessedItemIndex === undefined ? window.dataLayer : window.dataLayer.slice(state.lastProcessedItemIndex + 1);\n\t\tvar newItemsConverted = convertEventsToObjects(newItems);\n\t\t\n\t\tstate.lastProcessedItemIndex = window.dataLayer.length - 1;\n\n\t\tvar persistence = {{roivenue.tracking.persistence}};\n\t\t\n\t\tif (state.initialized === undefined) {\n\t\t\treplaceCookieOrJsonContent(pid);\n\t\t\t\n\t\t\t!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(\".\");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement(\"script\")).type=\"text/javascript\",p.async=!0,p.src=s.api_host+\"/static/array_v2.js\",(r=t.getElementsByTagName(\"script\")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a=\"posthog\",u.people=u.people||[],u.toString=function(t){var e=\"posthog\";return\"posthog\"!==a&&(e+=\".\"+a),t||(e+=\" (stub)\"),e},u.people.toString=function(){return u.toString(1)+\".people (stub)\"},o=\"capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags\".split(\" \"),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);\n\n\t\t\tvar autocapture = getAutocaptureFromConfig();\n\t\t\tif (isSafari()) {\n\t\t\t\tautocapture = false;\n\t\t\t}\n\t\t\t\n\t\t\tvar autocaptureConverted = autocapture;\n\t\t\tif (autocaptureConverted) {\n\t\t\t\tautocaptureConverted = {\n\t\t\t\t\tcss_selector_allowlist: [],\n\t\t\t\t\telement_allowlist: []\n\t\t\t\t};\n\t\t\t}\n\n\t\t\tposthog.init({{roivenue.tracking.config}}.property_id, { \n\t\t\t\tapi_host: {{roivenue.tracking.config}}.api_url, \n\t\t\t\tadvanced_disable_decide : true, \n\t\t\t\tautocapture: autocaptureConverted,\n\t\t\t\tcapture_pageview: autocapture, \n\t\t\t\tcapture_pageleave: autocapture, \n\t\t\t\tdisable_session_recording: true, \n\t\t\t\tenable_heatmaps: false,\n\t\t\t\tpersistence: persistence,\n                request_batching: false,\n                api_transport: 'fetch',\n\t\t\t\tloaded: function() {\n\t\t\t\t\tonPosthogLoaded();\n\t\t\t\t}\n\t\t\t}, 'Roivenue');\n\t\t\t\n\t\t\tposthog.Roivenue.register({ persistence: persistence });\n\n\t\t\tstate.initialized = true;\n\t\t\tstate.persistence = persistence;\n\t\t}\n\t\telse if (state.persistence !== persistence) {\n\t\t\tposthog.Roivenue.set_config({ persistence: persistence });\n\t\t\tposthog.Roivenue.register({ persistence: persistence });\n\t\t\t\n\t\t\tstate.persistence = persistence;\n\t\t}\n\n\t\tfor (var i = 0; i < newItemsConverted.length; i++) {\n\t\t\tvar item = newItemsConverted[i];\n\t\t  \n\t\t\t// identify user\n\t\t\tvar user = item.user;\n\t\t\tif (user && user.id) {\n\t\t\t\tif (!posthog.Roivenue.persistence || !posthog.Roivenue.persistence.props || posthog.Roivenue.persistence.props.$user_id != user.id){\n\t\t\t\t\tposthog.Roivenue.identify(user.id, { email : user.id });\n\t\t\t\t\tif (loggingEnabled) console.log('#identify', user);\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tif (item.event == 'roivenue_measurement_event') {\n\t\t\t\tif (item.type) {\n\t\t\t\t\tvar type = item.type;\n\t\t\t\t\tdelete item['type']; \n\t\t\t\t\tposthog.Roivenue.capture(type, item);\n\t\t\t\t\tif (loggingEnabled) console.log('#capture roivenue_measurement_event', type, item);\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\tconsole.error('[RM] type of roivenue_measurement_event is not assigned');\n\t\t\t\t}\n\t\t\t}\n\t\t\telse if (eventTypes.includes(item.event)) {\n\t\t\t\t\n\t\t\t\t// capture conversion\n\t\t\t\tif (item.event == 'purchase' || item.event == 'ecomm_purchase' || item.action == 'purchase' || item.action == 'ecomm_purchase') {\n\t\t\t\t\tvar revenue = parseFloat(item.value || item.revenue || 0);\n\t\t\t\t\tvar conversionId = item.transaction_id || item.id;\n\t\t\t\t\tvar conversionValue = revenue;\n\t\t\t\t\tvar currencyCode = item.currency || {{roivenue.tracking.config}}.currency_code;\n\n\t\t\t\t\tposthog.Roivenue.capture('conversion', {\n\t\t\t\t\t\tconversionType: 'purchase', \n\t\t\t\t\t\tconversionId: conversionId, \n\t\t\t\t\t\tconversionValue: conversionValue, \n\t\t\t\t\t\tcurrencyCode: currencyCode\n\t\t\t\t\t});\n\t\t\t\t\tif (loggingEnabled) console.log('#capture conversion', conversionId, conversionValue, currencyCode, item);\n\t\t\t\t}\n\n\t\t\t\t// custom conversion\n\t\t\t\telse if (item.event == 'conversion') {\n\t\t\t\t\tposthog.Roivenue.capture(item.event, item);\n\t\t\t\t\tif (loggingEnabled) console.log('#capture conversion', item.event, item);\n\t\t\t\t}\n\n\t\t\t\t// capturing page views in SPA apps\n\t\t\t\telse if (item.event == 'page_view') {\n\t\t\t\t\tposthog.Roivenue.capture('$pageview');\n\t\t\t\t\tif (loggingEnabled) console.log('#capture page view');\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\telse if (eventTypes.includes(item.event)) {\n\t\t\t\t\tposthog.Roivenue.capture(item.event, item);\n\t\t\t\t\tif (loggingEnabled) console.log('#capture custom event', item.event, item);\n\t\t\t\t}\n\t\t\t}\n\t\t}  \n\t}\n})({{roivenue.tracking.config}}.property_id);\n\n</script>"
                    },
                    {
                        "type": "BOOLEAN",
                        "key": "supportDocumentWrite",
                        "value": "false"
                    }
                ],
                "fingerprint": "1745930807777",
                "firingTriggerId": [
                    "2147479553",
                    "8"
                ],
                "tagFiringOption": "ONCE_PER_EVENT",
                "monitoringMetadata": {
                    "type": "MAP"
                },
                "consentSettings": {
                    "consentStatus": "NEEDED",
                    "consentType": {
                        "type": "LIST",
                        "list": [
                            {
                                "type": "TEMPLATE",
                                "value": "analytics_storage"
                            }
                        ]
                    }
                }
            }
        ],
        "trigger": [
            {
                "accountId": "6108733964",
                "containerId": "137323721",
                "triggerId": "8",
                "name": "Roivenue Measurement Event",
                "type": "CUSTOM_EVENT",
                "customEventFilter": [
                    {
                        "type": "EQUALS",
                        "parameter": [
                            {
                                "type": "TEMPLATE",
                                "key": "arg0",
                                "value": "{{_event}}"
                            },
                            {
                                "type": "TEMPLATE",
                                "key": "arg1",
                                "value": "roivenue_measurement_event"
                            }
                        ]
                    }
                ],
                "fingerprint": "1727787729078"
            }
        ],
        "variable": [
            {
                "accountId": "6108733964",
                "containerId": "137323721",
                "variableId": "3",
                "name": "roivenue.tracking.config",
                "type": "jsm",
                "parameter": [
                    {
                        "type": "TEMPLATE",
                        "key": "javascript",
                        "value": "function roivenue_tracking_config() {\n  return {\n    property_id : 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', // Property Id provided by your Account Manager\n    currency_code : 'xxx', // Three letter ISO-4217 code of currency \n    api_url : 'https://tr.roivenue.com',  \n    event_types : ['page_view', 'conversion', 'purchase', 'ecomm_purchase'],\n    console_logging_enabled : false,\n\twrite_cross_domain_info: false,\n    cross_domain_query_parameter: 'rm_cd_cid',\n    cross_domain_use_fragment: false\n  }  \n}"
                    }
                ],
                "fingerprint": "1726653443867",
                "formatValue": {}
            },
            {
                "accountId": "6108733964",
                "containerId": "137323721",
                "variableId": "4",
                "name": "roivenue.tracking.enabled",
                "type": "jsm",
                "parameter": [
                    {
                        "type": "TEMPLATE",
                        "key": "javascript",
                        "value": "function roivenue_tracking_enabled() {\n  return true; // add your implementation\n}"
                    }
                ],
                "fingerprint": "1718955678911",
                "formatValue": {}
            },
            {
                "accountId": "6108733964",
                "containerId": "137323721",
                "variableId": "9",
                "name": "roivenue.tracking.persistence",
                "type": "jsm",
                "parameter": [
                    {
                        "type": "TEMPLATE",
                        "key": "javascript",
                        "value": "function roivenue_tracking_persistence() {\n  /*\n  This function returns how user information is stored in the browser.\n  Possible values:\n  1. 'localStorage+cookie' - limited things are stored in the cookie and everything else in the browser's localStorage\n  2. 'cookie' - stores all data in a cookie \n  3. 'localStorage' - stores everything in localStorage\n  4. 'sessionStorage' - stores everything in sessionStorage\n  5. 'memory' - stores everything in page memory, which means data is only persisted for the duration of the page view\n  */\n  \n  return 'localStorage+cookie';\n}"
                    }
                ],
                "fingerprint": "1728387795118",
                "formatValue": {}
            }
        ],
        "fingerprint": "1745930904040",
        "tagManagerUrl": "https://tagmanager.google.com/#/versions/accounts/6108733964/containers/137323721/versions/0?apiLink=version"
    }
}