Skip to content

Commit

Permalink
chore(build): Generate latest bundle [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Dec 11, 2024
1 parent 3df8d84 commit 08fe024
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
6 changes: 4 additions & 2 deletions dist/mparticle.common.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions dist/mparticle.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion dist/mparticle.js
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ var mParticle = (function () {
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
};

var version = "2.30.4";
var version = "2.31.0";

var Constants = {
sdkVersion: version,
Expand Down Expand Up @@ -9242,6 +9242,7 @@ var mParticle = (function () {
return "fb.".concat(subdomainIndex, ".").concat(_timestamp, ".").concat(clickId);
};
var integrationMapping = {
// Facebook / Meta
fbclid: {
mappedKey: 'Facebook.ClickId',
processor: facebookClickIdProcessor
Expand All @@ -9251,6 +9252,16 @@ var mParticle = (function () {
},
_fbc: {
mappedKey: 'Facebook.ClickId'
},
// Google
gclid: {
mappedKey: 'GoogleEnhancedConversions.Gclid'
},
gbraid: {
mappedKey: 'GoogleEnhancedConversions.Gbraid'
},
wbraid: {
mappedKey: 'GoogleEnhancedConversions.Wbraid'
}
};
var IntegrationCapture = /** @class */function () {
Expand Down

0 comments on commit 08fe024

Please sign in to comment.