In order to track pageviews originating from Explore Feed cards we will need to add the values listed below to tracking event data sent to stream event.ios_article_link_interaction. We will be adding more in-depth Explore Feed event tracking (Clicks, time_spent, etc.) in a separate task but in order for us to get baseline engagement data quickly this will be a first step for measuring Explore Feed activity. See deck for specifics.
iOS Explore Feed Instrumentation - Phase 1 ios_article_link_interaction
Note: The Explore Feed Card 'Picture of the day' does not go to an article, it just shows the Commons image file, so this may not be trackable using the same data structure we use to track article views in event.ios_article_link_interaction, if this can't be included we will have to omit until we get to the bigger Explore Feed tracking event project.
| column 'source' value | SOURCE Name | Explore Card |
|---|---|---|
| 10 | FEED_FEATURED | Featured article |
| 11 | FEED_MOST_READ | Top Read EN |
| 12 | FEED_MOST_READ_MORE | All Top Read |
| 13 | FEED_ON_THIS_DAY | On this day |
| 14 | FEED_ON_THIS_DAY_MORE | |
| 15 | FEED_RANDOM | Random Article |
| 16 | FEED_RANDOM_MORE | Another random articles |
| 17 | FEED_NEWS | In the news |
| 18 | FEED_NEWS_MORE | More Current Events |
| 19 | FEED_CONTINUE_READING | Continue Reading - Date Last Read ? |
| 20 | FEED_CONTINUE_READING_MORE | Continue Reading More |
| 21 | FEED_PICTURE | Picture of the day |
| 22 | FEED_BECAUSE_YOU_READ | Because You Read |
| 23 | FEED_BECAUSE_YOU_READ_MORE | Because You Read More |
| 24 | FEED_PLACES | Places |
| 25 | FEED_PLACES_MORE | Places More Nearby |