• Resolved igobybus

    (@igobybus)


    Hi, When we add ADs after an image or Paragraph, we have options to after how many paragraphs like %2, for after every two paragraphs ad inserted. I am adding ADS after an HTML element BLOCKQUOTE. Is there any way I can set , after 2 or 3.. or particular BLOCKQUOTE (html element) ? Now, the ADs inserted in all the BLOCKQUOTE html element. I want to add after every 2 or 3 html element? is that possible?

    • This topic was modified 1 month, 2 weeks ago by igobybus.
    • This topic was modified 1 month, 2 weeks ago by igobybus.

    The page I need help with: [log in to see the link]

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

    (@spacetime)

    Sure.

    If the insertion type is server-side then you can set Filter (needs Output buffering enabled):
    https://adinserter.pro/documentation/additional-block-settings#filter

    Otherwise you need to define element selectors according to your needs:
    https://adinserter.pro/documentation/insertion-before-inside-after-html-element#define-insertion-positions

    Thread Starter igobybus

    (@igobybus)

    okay. thank you. two scenarios.. 1. i want to display ads on 1st and 2nd elements. that is.. 1,2 and then from 3 onwards.. every 2 elements.. 1,2, 4, 6, 8 … how to achive this? %2@2 .. ???

    if thats not possible next scenario..

    i want to display at 1st element after that.. every 2 elements.. so ads on, 1, 3, 5,, 7 like that.

    to achive that, can i use %N@S. that is %2@1 ??

    • This reply was modified 1 month, 2 weeks ago by igobybus.
    Thread Starter igobybus

    (@igobybus)

    Also, clarify will this work? Filter insertions : 1,2,%2@4 combination like this? – 1,2,4,6,8, ..

    Also, Filter insertions : 1,2,4, 6, 8, 10 — suppose that page doesn’t have a html element at the 6th, 8th position, it does have only 5 html elements. then what will happen? because the html elements can vary each page.

    • This reply was modified 1 month, 2 weeks ago by igobybus.
    Plugin Author Spacetime

    (@spacetime)

    Using server-side insertion – make sure filter is set to paragraph counting:

    1. 1, 2, %2@4
    2. %2
    3. Yes.
    4. If the element doesn’t exist then nothing can be inserted there.
Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.