• Resolved deejpark

    (@deejpark)


    Is it possible to setup Prebid through Advanced Ads? If so, is there a guide to setting it up? Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Thomas Maier

    (@webzunft)

    Hi deejpark,

    thanks for that interesting question.

    Since Prebid header bidding consists of two parts of code, one for the head and one to show the ad, you can set it up like Google DoubleClick. I have a tutorial for this on this page.

    It is basically like this:

    * put the head code into an ad and publish it using the head placement
    * put the ad unit codes in individual ads in Advanced Ads and publish them where you want them to show.

    Let me know if this helps.

    Thomas

    Thread Starter deejpark

    (@deejpark)

    Thanks for the tip Thomas!
    Another question related to Prebid. I’ve downloaded the prebid.js file from the prebid website, but I’m not sure what to do with this file. Do you know what I do with file/code? Do I copy the code from it and paste it into my site’s header? Or does the actual file get placed on my site’s server? Thanks again!

    • This reply was modified 6 years, 1 month ago by deejpark.
    Plugin Author Thomas Maier

    (@webzunft)

    I have no experience with integrating Prebid, but they have a good documentation. Following the example on this page, I would say that you download the file, upload it to your server and adjust the path to it.

    E.g., upload the file to the /wp-content folder.
    The final path might look like this:

    <script async src="//example.com/wp-content/prebid.js"></script>
    

    That part goes into a “plain text and code” ad in Advanced Ads > Ads and should be injected using the HEAD placement.

    Good luck!

    Thomas

    Thread Starter deejpark

    (@deejpark)

    Thanks again Thomas. That makes sense. Will give that a shot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Setting up Prebid?’ is closed to new replies.