consuming_telemetry
Telemetry Exhaust APIs
Using channel ID and API key to request channel telemetry
Standard Telemetry Workflows
Mobile App Workflow
START(type: "app")
...| --> app events such as IMPRESSION, FEEDBACK, etc may happen
START(type: "session")
...
| --> IMPRESSION - For the pages that the user visits
| --> INTERACT --> one of the content is clicked
| --> START(type: "player") --> events generated by specific content
...|
...| --> in-content events such as ASSESS, INTERACT, IMPRESSION, LEVEL_SET etc.
...|
| --> END(type: "player")
| --> IMPRESSION - Returned back to mobile app for content player
...| --> app events such as IMPRESSION, INTERACT, etc. may happen
| --> INTERACT --> one of the content is clicked
| --> START(type: "player") --> events generated by specific content
...|
...| --> in-content events such as ASSESS, INTERACT, IMPRESSION, LEVEL_SET etc.
...|
| --> END(type: "player")
| --> IMPRESSION - Returned back to mobile app for content player
...| --> app events such as IMPRESSION, INTERACT, etc. may happen
END(type: "session")
...| --> app events such as APP_UPDATE, FEEDBACK, etc may happen
END(type: "app")Web Portal Workflow
Content Editor Workflow
Backend-services Workflow
DIAL Code Consumption Workflow
Last updated
Was this helpful?