Deploy an Analytics implementation to a development environment

Once you have created and configured a tag property, the libraries are ready to be deployed and code implemented on your site.

Prerequisites

Create and configure a tag property for Adobe Analytics: Access the tool and create a space for your Analytics implementation.

Create adapters and environments

Tags accommodates many organizational workflows in deploying code. Follow these steps to create the minimum necessary components for an Analytics implementation. As a tag admin, you can work within your organization to establish the correct workflow for deploying Adobe solutions.

  1. Log in to Adobe Experience Platform Data Collection using your AdobeID credentials.
  2. Click the tag property that you intend to implement on your site.
  3. Click Hosts, then click Add Host.
  4. Name it "Adobe managed", and select Managed by Adobe in the type drop-down list. Click Save.
  5. Navigate to Environments, then click Add Environment.
  6. Select Development, name it "Dev Environment", then select the Adobe managed host from the drop-down list. Click Save.
  7. A modal window appears showing Web Install Instructions. We will return to this window at a later time; click Close for now.
  8. Click Add Environment, select Staging, name it "Staging Environment", then select the Adobe managed host. Click Create, then close the install instructions modal window.
  9. Click Add Environment again, select Production, name it "Production Environment", then select the Adobe managed host. Click Create, then close the install instructions modal window.

Build a dev library

Despite all the changes and configurations made so far, no code has actually been published. Creating a library, roughly translated as a collection of changes, allows the publishing of code to be used on your site.

  1. Log in to Adobe Experience Platform Data Collection using your AdobeID credentials.
  2. Click the tag property that you intend to implement on your site.
  3. Click the Publishing Flow tab, then click Add Library. See Publishing overview in the Tags documentation for more information around this page.
  4. Name the library 'Initial changes', and select your development environment.
  5. Click Add All Changed Resources, which automatically lists Adobe Analytics, Identity Service, and Core.
  6. Click Save.
  7. Back on the publishing workflow screen, click the drop-down list next to your new library, and click Build for Development. After a few seconds, the yellow dot on the library turns green, indicating that the build was successful.
  8. Navigate to Environments, then click the install icon to the right of your development environment. This action brings up the Web Install Instructions modal window again.
  9. Copy the code block(s) and provide them to your organization’s website owners.

Install tags on your website’s development environment

If you control your website’s code, implement each block of code in their respective location:

  • The main tag belongs in the <head> tag on your site.
  • If you choose to load tags synchronously, you must also include a second code block just below the closing </body> tag on your site. You can choose to load library tags synchronously by toggling the Load Library Asynchronously option in the Web Install Instructions.

Tag code is typically placed in the site’s overarching template. A blank page only containing implementation code would look like the following:

<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <title>Example page</title>
  <script src="//assets.adobedtm.com/launch-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-development.min.js"></script>
</head>
<body>
   <p>This is a test page.</p>
   <!-- Only include this extra code if you load tags synchronously -->
   <script type="text/javascript">_satellite.pageBottom();</script>
</body>
</html>

Troubleshooting

Attempting to build fails.

A common reason is because elements already exist in other libraries pushed to staging or production. When initially creating libraries, ensure only changed resources are added to the library.

Next Steps

Validate your Analytics implementation and publish to production: Start getting value out of Adobe Analytics.

recommendation-more-help
b4f6d761-4a8b-4322-b801-c85b9e3be690