UNPKG

@comparaonline/event-tracker

Version:

This library it's an interface between any frontend application and some event tracking platforms, currently Snowplow and Tag Manager.

12 lines (11 loc) 228 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COUNTRY_CODE = void 0; const COUNTRY_CODE = exports.COUNTRY_CODE = { CL: 'cl', BR: 'br', CO: 'co', INTERNATIONAL: 'international' };