Confirmed users
402
edits
Adamlofting (talk | contribs) No edit summary |
Adamlofting (talk | contribs) |
||
| Line 44: | Line 44: | ||
* Optimizely tests need to track an end conversion point to know which page/design/content variations has the biggest impact. | * Optimizely tests need to track an end conversion point to know which page/design/content variations has the biggest impact. | ||
** If this is a static page view (eg .../thanks.html) we just need to ensure that page includes the Optimizely code shown above. | ** If this is a static page view (eg .../thanks.html) we just need to ensure that page includes the Optimizely code shown above. | ||
** If the goal is an interaction that could happen in multiple locations, or doesn't generate a pageview (for example creating a webmaker account in a modal window) we need to implement a [https:// | ** If the goal is an interaction that could happen in multiple locations, or doesn't generate a pageview (for example creating a webmaker account in a modal window) we need to implement a [https://help.optimizely.com/hc/en-us/articles/200039925 custom conversion tracking goal]. This is done via the webmaker-analytics bower module (TODO, implement and add this). | ||