AB Tasty hosted tag implementation

The Tag Implementation Page supports two hosting methods:

  1. AB Tasty Hosted – Default

  2. AB Tasty Delegated

This article helps you implement a Tag hosted by AB Tasty. If you want to delegate the Tag, please read Tag domain delegation implementation article.

To know how to select a domain and check your implementation, please read the full procedure on How to implement Generic Tag.

  1. Make sure your domain is selected.

  2. On the Implement the AB Tasty Tag field, select Standard.

  3. Copy the content of the synchronous tag code.

  4. Open your website code.

  5. Paste the synchronous tag code between the </head> tags of your pages.

  6. Go back to The Tag Implementation Page.

  7. To finalize, click I’m done.

  8. Once your account tag is installed, there's no need for further action: it's not a testing tag. For verification, refer to our How to QA the Generic Tag article.

Good to know:

We recommend that you place the code in the </head> section of your pages so changes are displayed more quickly. Otherwise, a

flickering effect may occur: your visitors may see the original page for a fraction of a second before they see the modified page. By calling our tag as high as possible in the source code of your page, our script can apply the changes before the content is displayed.

Custom Implementation

You can inject our tag using any Tag Management System (TMS). Ensure you follow best practices to prevent flickering:

  • Choose Synchronous Tag

  • Paste it within the <head> section.

Last updated

Was this helpful?