How to Book a Political Campaign

This page takes you through the steps of creating a political campaigns, focusing on the details that separates it from another campaign booking.

There are four steps to creating a political campaign:

  1. Create an Advertiser (if you haven't created it before).

  2. Create an Order (if you haven't created it before).

  3. Create a line item.

  4. Create one or more creatives.

Before we Begin: Purpose

The Transparency and targeting of political advertising regulation (TTPA) is essentially about providing information to consumers, so the unique steps to political ads booking is about ensuring that this information is presented to users. This information is presented to users on two main objects:

  1. The label hovering over the creative when it is shown to the user. This label may contain:

    1. The name of the Advertiser (sponsor, the controlling entity and entity paying for the campaign).

    2. The name of the political event or election (considered mandatory in some countries).

    3. The date of the political event or election (considered mandatory in some countries).

    4. The link to more information about the political event or election (considered mandatory in some countries).

  2. The information page that displays if the user clicks on the label. This page contains:

    1. The name of the Advertiser, and the address.

    2. Any targeting used. If no user data is used we will state that "this ad is randomly selected due to it having no specific targeting in relation to information about you or the page you are visiting".

    3. The campaign's name, start/end date, budget and delivery (impressions and clicks).

    4. The election information (name, type and website link for more information).

    5. A link to a reporting form where the user can report the ad.

Currently we require that the sponsor, the controlling entity and party paying for the campaign is the same entity (meaning, there is only one object where you can specify the Advertiser information).

The name and address of the Advertiser will be fetched from the Advertiser in Adnuntius. The campaign's start/end date, budget, delivery and information political event or election, will be fetched from the Line Item in Adnuntius.

Example of a label hovering over the creative.
Example information page displaying if the user clicks on the creative's label.

The following guide shows you how to add this information.

1 Create an Advertiser

If you cannot find your Advertiser under https://admin.adnuntius.com/advertisers, click on the "New" button in the upper right corner and fill in the information as you would with a normal Advertiser (as instructed here).

Here are the fields that are mandatory in order for a political ad to be served:

  • Advertiser name.

  • Advertiser URL.

  • Legal name.

  • Contact name and email address.

  • Address line 1, city, postcode and country.

2 Create an Order

There are no mandatory fields on the Order; just create one as usual as described here.

3 Create a Line Item

When creating a line item, follow the process described here. Here are the extra details to be aware of.

  • Marketplace buyers: When creating a new line item, select the product "political ads" from the initial selection list where you choose products and countries in which to advertise.

  • On the line item page, you must choose an election from the dropdown list. You will find this right above the line item's delivery status. When you choose an election we will use a public service, or a proprietary list, to also fetch the election category and link to more information.

  • Targeting will be restricted to alternatives using non-personal data. There are therefore some targeting criteria that will not be available when creating political advertising campaigns.

  • Frequency capping will not work, because we cannot use cookies in political advertising. This prevents us from accurately counting the number of impressions or clicks per user.

If you cannot find the election or political event you look for in the dropdown list, tell us what you need on [email protected]. We fetch a list of elections from a public service, but we are also able to quickly add more on request.

4 Create One or more Creatives

Lastly, create a creative by following the steps described here. The only limitation to be aware of is that you will only be able to choose from creatives that are designed for political advertising. For customers able to create their own Layouts, this is what needs to be present on the render template in order for the creative to be considered a political layout.

<script src="https://assets.adnuntius.com/render-dsa.js" 
        data-network="{{network}}" 
        data-line-item-id="{{lineItemId}}"
	data-advertiser-name="{{advertiser.legalName}}" 
        data-advertiser-url="{{{advertiser.url}}}" 
        data-user-tracking="{{hasUserTargeting}}"
	data-location-tracking="{{hasLocationTargeting}}"
	data-contextual-tracking="{{hasContextualTargeting}}" 
        data-political="true">
 </script>

Other Details

If a user chooses to report the ad, they can do so from the information page (please see the button the bottom right). This report can be sent to Adnuntius for a first look, or it can be sent to an email address of your choice.

Last updated