File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,6 +148,12 @@ var constructor = function () {
148148 window . Rokt . createLauncher ( {
149149 accountId : accountId ,
150150 sandbox : sandboxMode ,
151+ integrationName :
152+ 'mParticle_' +
153+ 'wsdkv_' +
154+ window . mParticle . getVersion ( ) +
155+ '_kitv_' +
156+ "1.1.0" ,
151157 } )
152158 . then ( function ( launcher ) {
153159 // Assign the launcher to a global variable for later access
Original file line number Diff line number Diff line change @@ -147,6 +147,12 @@ var RoktKit = (function (exports) {
147147 window . Rokt . createLauncher ( {
148148 accountId : accountId ,
149149 sandbox : sandboxMode ,
150+ integrationName :
151+ 'mParticle_' +
152+ 'wsdkv_' +
153+ window . mParticle . getVersion ( ) +
154+ '_kitv_' +
155+ "1.1.0" ,
150156 } )
151157 . then ( function ( launcher ) {
152158 // Assign the launcher to a global variable for later access
You can’t perform that action at this time.
0 commit comments