Adds and updates any Optimizely code required to run our experiment of the JumpTo component on Article pages.
Code changes
Wraps the article page in the optimizely provider
Applys the useOptimizelyVariation hook to the jumpTo component
Updates any scrollable_promo references to jump_to
Adds optional optimizelyEventName prop to our eventTrackingMetadata so that we can track click/view events for multiple components are once, rather than using just the hardcoded OPTIMIZELY_CONFIG value
Resolves JIRA 1445
Overall changes
Adds and updates any Optimizely code required to run our experiment of the JumpTo component on Article pages.
Code changes
scrollable_promo
references tojump_to
optimizelyEventName
prop to oureventTrackingMetadata
so that we can track click/view events for multiple components are once, rather than using just the hardcodedOPTIMIZELY_CONFIG
value