Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom targeting can be configured using AdEngine Declarative Configuration.
Setting an integer from 1-100 in the snigelPubConf.adengine.targeting.key1 associate that value to all the units served by AdEngine on this page.

Code Block
<script data-cfasync="false" type="text/javascript">
  window.snigelPubConf = {
    "adengine":{
      "targeting": {
        "key1": Number
      }
    }
  };
</script>
<script data-cfasync="false" async src="https://cdn.snigelweb.com/adengine/**site.domain**/loader.js" type="text/javascript"></script>COPYscript>

Note:

  • "key1" must always have a single number (1-100) associated, eg: "key1": 54.

  • Please let your account manager know in case you you need more key-value pairs.

  • Replace **site.domain** with the actual site domain