Skip to content

Commit 08fe024

Browse files
chore(build): Generate latest bundle [skip ci]
1 parent 3df8d84 commit 08fe024

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

dist/mparticle.common.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mparticle.esm.js

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/mparticle.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ var mParticle = (function () {
393393
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
394394
};
395395

396-
var version = "2.30.4";
396+
var version = "2.31.0";
397397

398398
var Constants = {
399399
sdkVersion: version,
@@ -9242,6 +9242,7 @@ var mParticle = (function () {
92429242
return "fb.".concat(subdomainIndex, ".").concat(_timestamp, ".").concat(clickId);
92439243
};
92449244
var integrationMapping = {
9245+
// Facebook / Meta
92459246
fbclid: {
92469247
mappedKey: 'Facebook.ClickId',
92479248
processor: facebookClickIdProcessor
@@ -9251,6 +9252,16 @@ var mParticle = (function () {
92519252
},
92529253
_fbc: {
92539254
mappedKey: 'Facebook.ClickId'
9255+
},
9256+
// Google
9257+
gclid: {
9258+
mappedKey: 'GoogleEnhancedConversions.Gclid'
9259+
},
9260+
gbraid: {
9261+
mappedKey: 'GoogleEnhancedConversions.Gbraid'
9262+
},
9263+
wbraid: {
9264+
mappedKey: 'GoogleEnhancedConversions.Wbraid'
92549265
}
92559266
};
92569267
var IntegrationCapture = /** @class */function () {

0 commit comments

Comments
 (0)