We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5d682 commit be759cfCopy full SHA for be759cf
integrations/totango/lib/index.js
@@ -23,6 +23,7 @@ var Totango = (module.exports = integration('Totango')
23
.option('serviceId', null)
24
.option('trackNamedPages', true)
25
.option('trackCategorizedPages', true)
26
+ .option('region', 'us')
27
.tag('<script src="//tracker.totango.com/totango4.0.3.js">'));
28
29
/**
@@ -47,6 +48,7 @@ Totango.prototype.initialize = function(page) {
47
48
window.totango_options = {
49
allow_empty_accounts: false,
50
service_id: this.options.serviceId,
51
+ region: this.options.region,
52
disable_heartbeat: this.options.disableHeartbeat,
53
module: page.category()
54
};
0 commit comments