It was suggested that we implement Optimizely using the utag.sync.js. After reading two Tealium community articles. It appears utag.sync.js works best with Adobe Test & Target. One article mentions the Optimizely tag to include the Optimizely JavaScript file. I see there are 2 Optimizely tags, one Sync and one Async. Which method would provide the best Optimizely flicker free implementation, utag.sync.js, Optimizely (Sync), or Optimizely (Async)? Second, we will be using Optimizely customTag and Optimizely addToSegment. Traditionally they would be added using the following JavaScript. window['optimizely'].push(["customTag", "article type", "sports"]); optimizely.push(['addToSegment', 'segmentApiIdentifier', 'optionalSegmentValue']); optimizely.push(['removeFromSegment', 'segmentApiIdentifier']); What would be the best way to accomplish this using Tealium?
... View more