Install the CHEQ Library Tag
To find your tag, log into your account to access your Dashboard. In the top-right of your user interface, click on your [Account Name] > Account Settings:
Copy the Invocation tag to your clipboard.
Now open your Adobe Launch property, navigate to Rules, and click Add Rule.
In the rule creation interface, click the + Add button below Events and add an Event to load on Library Loaded (Page Top).
| Field | Description | Example |
| Extension | Core Extension in Launch. | Core |
| Event Type (Recommended) | Tells Launch when/where the tag should be triggered. | Library Loaded (Page Top) |
| Name (Recommended) | Some name that makes sense. This doesn't impact functionality. | Page Top |
Click Keep Changes in the top-right.
While we recommend loading our tag as the highest priority and Page Top (Library Loaded), we also understand that there could be reasons that this isn't possible. This recommendation mitigates certain race conditions, but is not always required.
Next, click on the + Add button below Actions and add HTML.
| Field | Description | Example |
| Extension | Core Extension in Launch. | Core |
| Event Type | Sets the type of action that will be executed. | Custom Code |
| Name (Recommended) | Some name that makes sense. This doesn't impact functionality. Use all caps if you're really excited. | CHEQ Tag |
Next, click Open Editor and copy/paste the <script> tag.
Click Save, then click Keep Changes in the top-right. Finally, Save the rule. That's it!
What about the <noscript> tag?
Adobe Launch is exclusively a JavaScript-based tag and, as such, does not support <noscript>tags (the tag that detects users with JavaScript disabled). If your business use case requires capturing these users, consider deploying the <noscript> tag immediately after the opening of the <body> tag.