@@ -1109,6 +1109,7 @@ describe('Rokt Forwarder', () => {
11091109 null ,
11101110 {
11111111 confirmationRef : 'previous-order' ,
1112+ conversionType : 'purchase' ,
11121113 PaymentServiceProviderAttribute : 'cached-provider' ,
11131114 totalPrice : '10.00' ,
11141115 couponCode : 'SAVE10' ,
@@ -1156,6 +1157,7 @@ describe('Rokt Forwarder', () => {
11561157 identifier : 'test-placement' ,
11571158 attributes : {
11581159 confirmationRef : 'current-order' ,
1160+ conversionType : 'purchase' ,
11591161 paymentServiceProviderAttribute : 'current-provider' ,
11601162 totalPrice : '10.00' ,
11611163 couponCode : 'SAVE10' ,
@@ -1170,6 +1172,7 @@ describe('Rokt Forwarder', () => {
11701172 attributes : {
11711173 loyaltyTier : 'gold' ,
11721174 confirmationRef : 'current-order' ,
1175+ conversionType : 'purchase' ,
11731176 paymentServiceProviderAttribute : 'current-provider' ,
11741177 totalPrice : '10.00' ,
11751178 couponCode : 'SAVE10' ,
@@ -3112,6 +3115,7 @@ describe('Rokt Forwarder', () => {
31123115 getAllUserAttributes : function ( ) {
31133116 return {
31143117 confirmationRef : 'previous-order' ,
3118+ conversionType : 'purchase' ,
31153119 currency : 'USD' ,
31163120 paymentServiceProvider : 'test-provider' ,
31173121 'test-attribute' : 'test-value' ,
0 commit comments