Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Setup Overview

To setup Snigel AdEngine only two steps are required:

  • Page Head Configuration

  • Page Body Configuration

Your account manager will provide you with a document containing all necessary tags to add to your page, in order to get AdEngine running.
The following steps give an overview of how to setup and add the tags to the page. After reading the overview, follow the detailed integration guide that matches the page setup.

Head Configuration

The head section modifications are the fundamental part of the integration. Without adding AdEngine's script and configuration to the head, the ads won't render.

To have an optimized and effective setup to bid on the site, a few code tags need to be implemented as outlined below.

Configure AdEngine

AdEngine's initial configuration must be defined before its script is loaded. It is used to configure page specific settings, like available ad-tags or publisher ad-tags. If no page specific configuration is required, this section can be skipped.
If your site has different page layouts with a different amount of ad-tags, it is important to declare the ad-tags, that are used in the current page, in the configuration section. If ad-tags are not properly declared, ad units will be auctioned but remain unused. This will lead to a false ad impression, negatively affecting page performance and user experience.
Otherwise, if you use the same ad-tags on every page, an automatic auction without ad-tag declaration is fine.

Load AdEngine script asynchronously

When the page configuration is applied the AdEngine script is loaded and will automatically start the auction and ad delivery.
AdEngine includes and loads AdConsent, the Snigel IAB certified Consent Management Platform (CMP), and will manage consent for the users affected by consent laws like GDPR and CCPA.
AdEngine is compatible and can be used with any IAB certified CMP. If there is already an IAB certified CMP available, it needs to be loaded synchronous before AdEngine and it will be automatically used to process consent.

Body configuration

The body configuration is the easy part. Create ad-tags where the ads should be displayed. It is recommended to reserve the maximum size for the ad to prevent Cumulative Layout Shift.

Use cases

Follow the use case that matches the current setup of the site.

  1. All ads delivered by Snigel with a simple site setup

  2. Mixed setup with Snigel ads and ads delivered in addition through GPT or AdSense

  3. Complex site with ads based on user actions (infinite scroll, interstitial)

  4. AdEngine simple setup on SPA type pages

  • No labels