Method to deploy
Now that we are aware of the benefits of using at.js, there
are several methods available to deploy this library on your site. We will
discuss one of the easiest and recommended approach, which is utilizing Adobe
Launch. It's important to note that Adobe Launch only supports at.js and not
mbox.js.
When implementing Target through Launch, ensure that you select the Adobe Target Extension instead of Adobe Target v2. The Adobe Target v2 extension is reserved for at.js (2.x.2.1) and this version is specifically used for Single-Page Applications (SPAs).
What is the difference between at.js 1.x and at.js 2.x
there are a couple of differences between the two versions:
o
at.js 2.x does not have a global mbox request
concept but rather a page-load request. A page-load request can be viewed as a
request to retrieve content that should be applied on the initial page load of
your website
o
at.js 2.x manages a concept called Views, which
are used for Single Page Applications (SPAs). at.js 1.x is not aware of this
concept
Comments
Post a Comment