Skip to content

Commit

Permalink
update to test new wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
o-pak-ttd committed Jan 16, 2024
1 parent bd5ede6 commit 5c7e17c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pixel/up_loader.1.1.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,11 @@ var ttd_dom_ready = (function () {
})();

//Define the TTDUniversalPixelApi object.
function TTDUniversalPixelApi_Test(optionalTopLevelUrl) {
function TTDUniversalPixelApi(optionalTopLevelUrl) {
_TTDUniversalPixelApi_1_1_4(optionalTopLevelUrl)
}

function _TTDUniversalPixelApi_1_1_4(optionalTopLevelUrl) {
//Make sure this matches with the loader script version and
//corresponding universal_pixel.<upLoaderScriptVersion>.js exists.
var upLoaderScriptVersion = "1.1.4";
Expand Down

0 comments on commit 5c7e17c

Please sign in to comment.