Skip to content

Instantly share code, notes, and snippets.

@lukashavrlant
Created January 24, 2018 08:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lukashavrlant/805c550fc137ccf97e66c6cd95b07842 to your computer and use it in GitHub Desktop.
Save lukashavrlant/805c550fc137ccf97e66c6cd95b07842 to your computer and use it in GitHub Desktop.
/* 1 */
{
"_id" : "e9f73773-b7b0-49fe-913a-27a503b7be13",
"lastModificationTime" : ISODate("2018-01-19T13:43:14.547Z"),
"record" : {
"type" : "banner",
"state" : "inUse",
"id" : "e9f73773-b7b0-49fe-913a-27a503b7be13",
"mediumId" : "0bd9dd89-c7e8-4cc3-b9a6-c69a5f8d5797",
"name" : "name",
"bannerPosition" : "Unspecified"
},
"checkpoint" : {
"transactionId" : 3,
"eventIndex" : 4
}
}
/* 2 */
{
"_id" : "33cc998c-8e80-4f8a-9a9b-e520fdb3047a",
"lastModificationTime" : ISODate("2018-01-19T13:43:15.078Z"),
"record" : {
"type" : "banner",
"state" : "inUse",
"id" : "33cc998c-8e80-4f8a-9a9b-e520fdb3047a",
"mediumId" : "0bd9dd89-c7e8-4cc3-b9a6-c69a5f8d5797",
"name" : "name",
"zone" : "zone",
"backfill" : "<script>DoStuff</script>",
"bannerPosition" : "Unspecified"
},
"checkpoint" : {
"transactionId" : 4,
"eventIndex" : 6
}
}
/* 3 */
{
"_id" : "be6ba620-72f0-48c8-942b-1e62db163845",
"lastModificationTime" : ISODate("2018-01-19T13:43:15.975Z"),
"record" : {
"type" : "banner",
"state" : "archived",
"id" : "be6ba620-72f0-48c8-942b-1e62db163845",
"mediumId" : "0bd9dd89-c7e8-4cc3-b9a6-c69a5f8d5797",
"name" : "best name ever",
"zone" : "Default",
"backfill" : "<script>DoSomething</script>",
"bannerPosition" : "Top Right"
},
"checkpoint" : {
"transactionId" : 11,
"eventIndex" : 1
}
}
/* 4 */
{
"_id" : "a4b06520-4675-4042-9797-ade37af2b62e",
"lastModificationTime" : ISODate("2018-01-19T13:43:17.180Z"),
"record" : {
"type" : "banner",
"state" : "archived",
"id" : "a4b06520-4675-4042-9797-ade37af2b62e",
"mediumId" : "71c31b19-d3fa-46e9-a14d-14741d9e6112",
"name" : "changed-name",
"zone" : "Naboo",
"backfill" : "<script>DontDoStuff</script>",
"bannerPosition" : "Unspecified",
"format" : [
{
"dimensions" : {
"width" : 42,
"height" : 69
},
"name" : "leaderboard"
}
]
},
"checkpoint" : {
"transactionId" : 20,
"eventIndex" : 1
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment