Closed Bug 679899 Opened 14 years ago Closed 14 years ago

Create report for Webify Me quiz completion drop off

Categories

(Websites :: Web Analytics, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: williamr, Assigned: brad.gross)

References

()

Details

We set up custom tracking events (bug 651654) to see how many quizzes are started and completed for Webify Me, and we'd like to create a report to those start/complete values. Bug 651654 comment 4 includes the tracking code that was set up. As mentioned in our phone call, it would also be nice to see the number of starts and completes for each locale, but we don't need to have that information. Let us know if that can be added to the report as well. Locale/language can be determined by the URL the user viewed the page from. For example, webifyme.org/fr/quiz is the French version of the site. Thanks!
any progress on this? the further away we get from the roll out of the campaign the harder it is to get value out of the metrics.
I'm shooting for EOD today :)
I'm shooting for EOD today :)
In things.Quiz = function () {...} you dynamically populate an anchor tag. Please modify this code to include the following call: <a href="#" onclick="dcsMultiTrack('DCS.dcssip', 'webifyme.org', 'DCS.dcsuri', '/quiz/', 'WT.ti', 'Webify Me', 'WT.z_quiz_qst_num', <include a variable to track the question number>, 'WT.z_quiz_answer', <include a variable that tracks the answer value>, 'WT.z_quiz_is_complete', <include a boolean that evaluates to true upon completion>, 'WT.z_quiz_lang', <include a var that tracks the lang -regex it out of document.URL>);"> ... </a>
Thanks Brad! I'll close this then, as implementation will be handled in bug 681770.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Component: Webtrends → Web Analytics
You need to log in before you can comment on or make changes to this bug.