-
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.
- Loading branch information
1 parent
732fbf4
commit e6a3dbb
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
test/__tests__/data/user_transformation_input_credentials.json
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 |
---|---|---|
@@ -0,0 +1,57 @@ | ||
[ | ||
{ | ||
"message": { | ||
"channel": "web", | ||
"context": { | ||
"app": { | ||
"build": "1.0.0", | ||
"name": "RudderLabs JavaScript SDK", | ||
"namespace": "com.rudderlabs.javascript", | ||
"version": "1.0.0" | ||
}, | ||
"traits": { | ||
"email": "[email protected]", | ||
"anonymousId": "12345" | ||
}, | ||
"library": { | ||
"name": "RudderLabs JavaScript SDK", | ||
"version": "1.0.0" | ||
}, | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36", | ||
"locale": "en-US", | ||
"ip": "0.0.0.0", | ||
"os": { | ||
"name": "", | ||
"version": "" | ||
}, | ||
"screen": { | ||
"density": 2 | ||
} | ||
}, | ||
"type": "track", | ||
"messageId": "ec5481b6-a926-4d2e-b293-0b3a77c4d3be", | ||
"originalTimestamp": "2019-10-14T11:15:18.300Z", | ||
"anonymousId": "00000000000000000000000000", | ||
"userId": "12345", | ||
"event": "test track event GA3", | ||
"properties": { | ||
"user_actual_role": "system_admin, system_user", | ||
"user_actual_id": 12345 | ||
}, | ||
"integrations": { | ||
"All": true | ||
}, | ||
"sentAt": "2019-10-14T11:15:53.296Z" | ||
}, | ||
"destination": { | ||
"Config": { | ||
"trackingID": "UA-149602794-1" | ||
}, | ||
"Enabled": true | ||
}, | ||
"credentials": { | ||
"key1": "value1", | ||
"key2": "value2" | ||
} | ||
} | ||
] |
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