-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MOB-7218] impression tracking rework #650
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"placements": [ | ||
{ | ||
"placementId": "0", | ||
"placementId": 411, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We should have a really long value here for testing purpose. I worry if there will be some data loss in json conversion or when requests are to be made and we loose the precision of the long There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hm true since the json does not allow for longs. We will have to keep this in mind. Merging for now. Will revisit later. |
||
"embeddedMessages": [ | ||
{ | ||
"metadata": { | ||
"messageId": "doibjo4590340oidiobnw", | ||
"placementId": "mbn8489b7ehycy", | ||
"placementId": 411, | ||
"campaignId": 2324, | ||
"isProof": true | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I hope this 'L' doesnt cause much trouble in future. If it does, it will be wise to typecast all placementId into string.