Rails analytics for Firebase
The following events are modified/added to the list of base events that clients report to Firebase. See the ION documentation for details of the base reporting.
Screen engagement |
CODE
{
loop all_rails:
ID of the rail, ( rail_id ) : Depth of interaction (depth)
vertical_interaction_depth : Depth of vertical interaction
template_ref_id: ID of the template where rails existed.
}
|
CODE
{
"Strip_1":7,
"Strip_2":7,
"Strip_3":7,
"Strip_4":7,
"Strip_5":7,
"template_ref_id":"discover_template_id",
"vid":5
}
|
Content playback | | select_promotion
CODE
{
"creative_name": "April Beier 26",
"creative_slot": "(1,27)",
"items": [
{
"item_category": "live-stcu-event",
"item_category2": "BBC News HD",
"item_id": "435d4165-fddb-4150-9f3b-4fdbdc69e3de",
"item_location_id": "(1,27)",
"item_name": "April Beier 26",
"item_variant": "en_GB"
}
],
"location_id": "Strip_1",
"promotion_id": "435d4165-fddb-4150-9f3b-4fdbdc69e3de",
"promotion_name": "April Beier 26"
}
|
View | | view_promotion
CODE
{
"items": [
{
"item_category": "live-stcu-event",
"item_category2": "BBC News HD",
"item_id": "435d4165-fddb-4150-9f3b-4fdbdc69e3de",
"item_location_id": "(1,27)",
"item_name": "April Beier 26",
"item_variant": "en_GB"
}
],
"location_id": "Strip_1",
"promotion_id": "435d4165-fddb-4150-9f3b-4fdbdc69e3de",
"promotion_name": "April Beier 26"
}
|