Skip to content

Instantly share code, notes, and snippets.

{
"couponCodes": [
{
"id": 0,
"image": {
"height": 200,
"width": 200,
"backgroundColor": "#f40707",
"url": "https://rm-goldenmedia.imgix.net/ce235b5a9f34586f34e931487df1f7d4.jpg"
},
@renard314
renard314 / gist:b7979791ea65b68fa9db
Last active July 14, 2016 08:41
Clickstream schema
{
"sentAt": "utc timestamp",
"tracking":{
"referralUrl":"referralUrl by which the app was opened or installed. <optional>"
"session":"redmart session",
"id":"value of advertisingId|idfa|idfv|apiConsumerId",
"type":"advertisingId|idfa|idfv|apiConsumerId",
"adTrackingEnabled":"false, if this is false we are not allowed to link this users advertisingId to a previous advertisingId of this user. Users can reset their advertisingId at any time"
},