Closed
Bug 1059947
Opened 11 years ago
Closed 11 years ago
Update Universal Analytics tracking codes for tracking Feed events
Categories
(Marketplace Graveyard :: General, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-03-17
People
(Reporter: dbialer, Assigned: kngo)
References
Details
(Whiteboard: [qa-])
Advice for how to do this better in tracking, instead of doing what we do now, track events from feed as follows:
For Example, on click, set the following event:
ga('send', 'event', 'Marketplace Feed Interactions', element, elementName);
where element could be:
Collection Elements (such as mega collections)
Featured App
Branded Editorial
Operator Shelf Elements
and elementName is a child of element such as:
collection-name:id
AppName:id
branded-editorial-name:id
operator-shelf name:id
Show less
Gareth Cull
12:23 PM Aug 15
One thing I am currently wondering about is how do we capture impressions of each of these elements. I'm thinking we could store the elementName (referenced in my comment above) in its own separate custom dimension. So when the page view gets sent to GA, we could send along a series of custom dimensions which tell us which elements are on the page. Perhaps one custom dimension for each elementName or Type.
Show less
Gareth Cull
12:23 PM Aug 15
Knowing both impressions and clicks on each element type will allow us to understand what elements are the most engaging within the feed and allow us to calculate conversions for each element.
Updated•11 years ago
|
Priority: -- → P2
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → kngo
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
Target Milestone: --- → 2015-03-17
You need to log in
before you can comment on or make changes to this bug.
Description
•