-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: snapchat conversion introduce missing fields
- Loading branch information
1 parent
4ce47ec
commit 437aa9a
Showing
2 changed files
with
55 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[ | ||
{ | ||
"description": "Test case for Prodcuts Searched event for conversion type offline", | ||
"description": "Test case for Products Searched event for conversion type offline", | ||
"input": { | ||
"message": { | ||
"messageId": "ec5481b6-a926-4d2e-b293-0b3a77c4d3be", | ||
|
@@ -9,7 +9,12 @@ | |
"context": { | ||
"traits": { | ||
"email": "[email protected]", | ||
"phone": "+91 2111111 " | ||
"phone": "+91 2111111 ", | ||
"firstName": "john", | ||
"middleName": "victor", | ||
"lastName": "doe", | ||
"city": "some_city", | ||
"state": "some_state" | ||
}, | ||
"app": { | ||
"build": "1.0.0", | ||
|
@@ -26,7 +31,6 @@ | |
"type": "ios", | ||
"attTrackingStatus": 3 | ||
}, | ||
|
||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
|
@@ -52,7 +56,9 @@ | |
"properties": { | ||
"query": "t-shirts", | ||
"event_conversion_type": "web", | ||
"number_items": 4 | ||
"number_items": 4, | ||
"click_id": "some_click_id", | ||
"description": "Products Searched event for conversion type offline" | ||
}, | ||
"integrations": { | ||
"All": true | ||
|
@@ -88,7 +94,13 @@ | |
"timestamp": "1650625078", | ||
"event_conversion_type": "OFFLINE", | ||
"pixel_id": "dummyPixelId", | ||
"number_items": 4 | ||
"number_items": 4, | ||
"click_id": "some_click_id", | ||
"description": "Products Searched event for conversion type offline", | ||
"hashed_first_name_sha": "96d9632f363564cc3032521409cf22a852f2032eec099ed5967c0d000cec607a", | ||
"hashed_last_name_sha": "799ef92a11af918e3fb741df42934f3b568ed2d93ac1df74f1b8d41a27932a6f", | ||
"hashed_state_sha": "6db488fc98e30afdf67a05a6da916805b02891ce58f03970c6deff79129c5f1c", | ||
"hashed_middle_name_sha": "99bde068af2d49ed7fc8b8fa79abe13a6059e0db320bb73459fd96624bb4b33f" | ||
}, | ||
"JSON_ARRAY": {}, | ||
"XML": {}, | ||
|
@@ -2025,7 +2037,6 @@ | |
"type": "ios", | ||
"attTrackingStatus": 3 | ||
}, | ||
|
||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
|
@@ -2227,7 +2238,6 @@ | |
"type": "ios", | ||
"attTrackingStatus": 3 | ||
}, | ||
|
||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
|
@@ -2331,7 +2341,6 @@ | |
"type": "ios", | ||
"attTrackingStatus": 3 | ||
}, | ||
|
||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
|
@@ -2403,7 +2412,6 @@ | |
"type": "ios", | ||
"attTrackingStatus": 3 | ||
}, | ||
|
||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
|
@@ -2501,7 +2509,6 @@ | |
"type": "ios", | ||
"attTrackingStatus": 3 | ||
}, | ||
|
||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
|