Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Temyk

    (@webtemyk)

    Hi,

    In these services, you will be given the ad unit code that you must insert into the snippet (for example, Universal or JavaScript snippet) and configure the display of this snippet.

    You can read more in the documentation

    Thread Starter capri914

    (@capri914)

    In this case, which snippet do I use? Text or something else?

    And, are there any specific settings or will it work automatically?

    Plugin Support Temyk

    (@webtemyk)

    Depends on what kind of AD code you are given. Probably JavaScript. But Universal will suit you too

    Thread Starter capri914

    (@capri914)

    Thanks. I’ve selected the js snippet and pasted this code below:

    I still don’t see the in-content ads appearing after I clicked publish??

    <!–300×250–>
    <script type=”text/javascript”>
    window._mNHandle = window._mNHandle || {};
    window._mNHandle.queue = window._mNHandle.queue || [];
    medianet_versionId = “3121199”;
    </script>
    <script src=”//contextual.media.net/dmedianet.js?cid=8CUWOKP52″ async=”async”></script>
    <!– put the above code in head –>
    <!– put the below code in body –>
    <div id=”774485705″>
    <script type=”text/javascript”>
    try {
    window._mNHandle.queue.push(function () {
    window._mNDetails.loadTag(“774485705”, “300×250”, “774485705”);
    });
    }
    catch (error) {}
    </script>
    </div>

    Plugin Support Temyk

    (@webtemyk)

    Hi,

    Try this code:

    <!–300x250–>
    <script type="text/javascript">
    window._mNHandle = window._mNHandle || {};
    window._mNHandle.queue = window._mNHandle.queue || [];
    medianet_versionId = "3121199";
    </script>
    <script src="https://contextual.media.net/dmedianet.js?cid=8CUWOKP52" async="async"></script>
    <!– put the above code in head –>
    <!– put the below code in body –>
    <div id="774485705">
    <script type="text/javascript">
    try {
    window._mNHandle.queue.push(function () {
    window._mNDetails.loadTag("774485705", "300x250", "774485705");
    });
    }
    catch (error) {}
    </script>
    </div>
    Plugin Support Temyk

    (@webtemyk)

    Hi,

    Your problem is solved?

    Plugin Support Temyk

    (@webtemyk)

    I’ve selected the js snippet

    It is better to select the HTML snippet for that code

    Write, has if the problem is solved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Instructions for how to insert AD code?’ is closed to new replies.