Skip to content

Commit

Permalink
fix: should track file download when url has params (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mercy811 authored Oct 24, 2024
1 parent 49cf58d commit e6b0b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ const makeTableMap = require('makeTableMap');
const JSON = require('JSON');

// Constants
const WRAPPER_VERSION = '3.11.1';
const WRAPPER_VERSION = '3.11.2';
const JS_URL = 'https://cdn.amplitude.com/libs/analytics-browser-gtm-wrapper-'+WRAPPER_VERSION+'.js.br';
const LOG_PREFIX = '[Amplitude / GTM] ';
const WRAPPER_NAMESPACE = '_amplitude';
Expand Down

0 comments on commit e6b0b66

Please sign in to comment.