• Resolved simstim

    (@simstim)


    Hi

    I am currently using a different ad plugin, but I am struggling with video ads and clickthroughs. I saw this page regarding Advanced Ads:

    https://wpadvancedads.com/video-ads/#Create_a_new_HTML5_video_ad%E2%80%8B_unit

    Am I correct that this means Advanced Ads will allow both a video advert with controls, as well as clickthrough to the advertiser website from the ad?

    If so, then I will definitely be purchasing the Pro version. With my current solution I cannot create the clickthrough – it simply plays or pauses the video instead.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Henning

    (@henningaa)

    Hi simstim,

    Thanks for reaching out.

    Am I correct that this means Advanced Ads will allow both a video advert with controls, as well as clickthrough to the advertiser website from the ad?

    Correct, in this approach, the HTML5 <video> tag is used to embed the videos through Advanced Ads.

    You can use this code snippet from the manual to test the behavior on your site using the free version of Advanced Ads.

    <a href="https://wpadvancedads.com">
    <video max-width="100%" autoplay playsinline controls muted loop>
    <source src="https://wpadvancedads.com/wp-content/uploads/2021/11/video-ad-example.mp4" type="video/mp4">
    </video>
    </a>

    Please be aware that the behavior might be different in different browsers. You can find additional compatibility parameters for the <video> tag in the mentioned article.

    Please let me know if you have any more questions. For quick reference, you can also browse our other detailed and extensive plugin Knowledge Base, articles and tutorials.

    If you have further questions about Advanced Ads Pro, please reach out to our customer support since questions about paid add-ons are not allowed in this forum.

    Best regards,
    Henning

    Plugin Support Henning

    (@henningaa)

    Hi simstim,

    have had you the chance to try out the wanted behavior?

    I am also interested in your short feedback if all your questions are answered so that I can close this thread.

    Best regards,
    Henning

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Video ads and clickthroughs’ is closed to new replies.