justinhelmer
7/11/2017 - 9:17 PM

productView.js

return {
  postRender: function () {
    // ...

    TealiumScript.load().then(() => {
      this.constructTealiumDataLayer();
    });
    
    // ...
  }
};