autochart-tracker
Version:
JavaScript API for tracking visitor activities on automotive websites with Autochart.io
12 lines (11 loc) • 356 B
JavaScript
module.exports = {
// CustomerAccountIds of accounts which should not send tracking events to the dispatcher
disabledAccounts: [
// Test disabled account
'5777e9f16d38af15178611f1',
// Real disabled accounts
'5432a16219e9c0003a3aad36',
'5513e35c237d77ac23d546f6',
'5677e9f16d38ef18178633fe'
]
};