Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Background

In Sunbird for a logged in user, when he Click the user Clicks on 'Library tab', as of now only the 'Impression' data is generated, the requirement is to generate the telemetry for click ('InteractINTERACT' Event ) on click of Library and Course tabs

Proposed Solution

INTERACT

...

When user Click on the previous / next button of ‘Popular story’ of ‘Resource’ page, generated 'interact' telemetry data :-

{
  "eid":"INTERACT",
  "ets":1534508236954,
  "ver":"3.0",
  "mid":"INTERACT:285dd6ff3ede96de64f83a9501925a5a",
  "actor":{
     "id":"781c21fc-5054-4ee0-9a02-fbb1006a4fdd",
     "type":"User"
  },
  "context":{
     "channel":"b00bc992ef25f1a9a8d63291e20efc8d",
     "pdata":{
        "id":"dev.sunbird.portal",
        "ver":"1.10.",
        "pid":"sunbird-portal"
     },
     "env":"library",
     "sid":"ynAHR-RsQ2h4x_2RjQoJqrE9WGcF_V2j",
     "did":"9b79e40024f6783174d6bc55c2e2b600",
     "cdata":[
     ],
     "rollup":{
        "l1":"ORG_001"
     },
     "uid":"781c21fc-5054-4ee0-9a02-fbb1006a4fdd"
  },
  "object":{ },
  "tags":[
     "ORG_001"
  ],
  "edata":{
     "id":"resource tab",
     "Type":"click left arrow/ click right arrow",
     "Pageid":"learn",
    “section” : “Popular story”
  }
}



Interact data for Webapp exited

Background

In Sunbird portal, on click of logout button, there is no telemetry generated, the requirement is to generate the telemetry for 'INTERACT' event.

Proposed Solution

When user Click on the logout button from any page, the genreated telemetry data is:

...