Expand my Community achievements bar.

SOLVED

How to install Launch on non-AEM Site

Avatar

Level 4

Hello,

Having trouble finding basic information for installing Launch outside of AEM 6.4 and not migrating from DTM.  I've looked through the technical documents, getting started, etc. and none of them answer two fairly basic questions - 1) where do I download the Launch JS libraries and 2) how to call Launch from the head of your page.

In this simple HTML example below:

<html>

<head>

<title>My Page</title>

<script>

  var dataLayer = {

    "page": {

        "pageName" : "My Page",

        "pageURL" : "/mypage.html"

    }

  }

</script>

// Where do I download the Launch JS files

<script src="??? Where ???" async></script>

// Is this script call all I need to do client-side to connect to Launch, everything else - like scrapping dataLayer is done server side???

  

</head>

1 Accepted Solution

Avatar

Correct answer by
Level 2

The online help and documentation doesn't necessarily link to it very well, but you should probably start here:

Adobe Launch Official Documentation - Getting Started Video Series

https://docs.adobelaunch.com/getting-started/videos

Upon going through those videos, you will have a bit more of a grasp on the overall pieces and initial setup tasks.  For further demos and walkthroughs, I would recommend watching one of the past recorded sessions posted here:

Adobe Launch: Ask the Expert Series - Recorded Sessions

Upcoming Ask the Community Expert: Launch by Adobe

My recommended video from that list: 03/01/18 @ 2:00PM EST - Recording

Happy watching!  Hopefully it helps fill in the blanks for you and can set the foundation of a Web Property in Launch you can play around with

View solution in original post

2 Replies

Avatar

Level 4

Not sure why the code doesn't appear in this question.  I can see the HTML in edit mode but not in preview.

Avatar

Correct answer by
Level 2

The online help and documentation doesn't necessarily link to it very well, but you should probably start here:

Adobe Launch Official Documentation - Getting Started Video Series

https://docs.adobelaunch.com/getting-started/videos

Upon going through those videos, you will have a bit more of a grasp on the overall pieces and initial setup tasks.  For further demos and walkthroughs, I would recommend watching one of the past recorded sessions posted here:

Adobe Launch: Ask the Expert Series - Recorded Sessions

Upcoming Ask the Community Expert: Launch by Adobe

My recommended video from that list: 03/01/18 @ 2:00PM EST - Recording

Happy watching!  Hopefully it helps fill in the blanks for you and can set the foundation of a Web Property in Launch you can play around with