Versions Compared

Key

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


Info
titleThis Article Is For:
  • Clients who are already registered with SoCast Ad Extension

...

Info
titleRequirements:
  • Must have already spoken with an Ad Sales representative (if you are interested in Ad Extension, please reach out to adsales@socastdigital.com)

Step-By-Step Guide

These are the Instructions for SoCast Clients participating in SoCast Ad Exchange (DSP)

...

After adjusting the pixel key, copy the entire code below and paste it into the Raw JS widget at the bottom of the contest page then update the contest page.

<script type="text/javascript"> $(document).ready(function(){ $('#submitBtn').click(function(){var pixelKey ='5520331730565689344';try{var script = document.createElement("script"); script.src ='https://acuityplatform.com/Adserver/pxlj/'+pixelKey+'?'; script.async =true; document.getElementsByTagName("body")[0].appendChild(script); console.log("Acuity tracking key fired", pixelKey);}catch(e){};});});</script>