Skip to main content

Click-Through

Clicking anywhere on a creative will open the landing page or click tracker URL. In /banner/config.json, this can be edited; it is set to www.example.com by default. Please note that values set in this json file are only used as a fallback. In most cases, the click-through URL is set by our Ad-ops team at the hosting stage or on the DSP when booking the campaign.

There are two HTML attributes that alter the default click-through behaviour.

jp-noClick

Prevents the element from clicking-out to the landing page URL. This attribute will not affect the element's children.

<!-- This element will not click-out -->
<p class="class-name" jp-noClick>Some text</p>

jp-url

Makes the element link to a different URL. This attribute will not affect the element's children.

<!-- This element will click-out to google.com -->
<p class="class-name" jp-url="https://www.google.com">Some text</p>
caution

To ensure accurate tracking and reporting, please do not use <a href=""> or any other method for opening links.