I know that there are two ways of Download Launch Library. One is to directly localize the relevant libraries that need to be loaded on the website, and the other is to use the downloadable .zip provided by Adobe Launch. This method can only be used for Development environment.
localize the relevant libraries
Download Launch Library is actually downloading the content in this link,
let’s open and see what’s in this?
Here you can see when it was developed and released.
We copied the code from the http://assets.adobedtm.com/launch-EN99fa89b6ca784ce2a1059a50312ca941-development.min.js opened earlier to the service and saved it to launch.js, We also need to localize all the referenced js files in this js. The number is very large:
Then add this js to the location where Adobe Launch code was deployed before.
This method is difficult, there should be a lot of js needs localization, this method is not recommended.
downloadable .zip
This is provided by Launch, but only in the development environment. But it can be applied to the Production environment.
Create a development environment in the environment and do the following configuration:
Deploy the newly created environment js to your website, pay attention to the need to replace your-host inside with your own
You can see that there is a Download lasest Archive. If you click Download, the prompt will be empty because the library has not been generated in the development environment.
The deployment after replacement is as follows:
Then return to Launch to generate a Library in development
Then go back to the newly created environment to zip the file now:
Get this download link:
Then go to the root directory of your server to create a download folder, download and unzip the zip:
Finally open the blog, use Ghostery to detect, Adobe Analytics has taken effect.
If you want to Download Launch Library, the second method is recommended.