Skip to content
  • There are no suggestions because the search field is empty.

Position in page feature

With this option, you can dynamically specify the placement of your ad unit within your web page by using either a specific or random HTML element. You have two distinct choices:

1. Inside Element: This will render the unit inside the selected HTML element.

2. After Element: This will render the unit immediately after the chosen HTML element.

For both of these options, you can define a selector to instruct the ad unit where to dynamically render on your page. You can use any of the supported selectors, which are detailed here.

For instance, to have the unit consistently display within a particular div, choose the Inside Element option and input #myDivId into the field.

Similarly,  to target an element using a class, you would input .myClass.

To illustrate, if you want the unit to appear inside every second paragraph on a page, you would input p:nth-of-type(2).