Content Attribute Targeting is now available in SpringServe. With this feature, clients now have the ability to target their demand and supply relative to the Content Macros specified in the query string of the incoming ad request to SpringServe. As an example, if a supply source wants to ensure that only supply sources that belong to a content genre of Action, Comedy or Thrillers should be eligible to serve ads, this can be achieved by using content targeting and the behavior of this feature is listed in detail below. 

Content Targeting in the UI

Once this feature has been enabled for your account by your Account Manager, you will find a new section on the targeting tab of Supply and Demand Tags called Content as shown below with its default selection:

Once you click on Custom, this will open a new dialog box that looks like in the screenshot below:

The options available to target in the Select Attribute Drop-Down are listed below in alphabetical order which is how they appear in the UI:

The Drop-Down after this is the drop-down to specify whether you want to apply a partial or an exact Allowlist or Blocklist. The options in this drop-down are:

The first two options displayed in the screenshot (“is in”, “not in”) refer to an exact match and the last two refer to a partial match. Here is how these options translate to targeting options in the AdServer:

Param Required Checkbox: If this checkbox is selected, then the incoming ad request must include this parameter. To elaborate, if we were blocking the Language French in the language parameter and this parameter is checked, but this parameter isn’t included in the incoming ad call, then this will fail targeting.

Note that all the content parameters listed above work the exact same way, with the exceptions of Livestream and Production Quality. For each of the other parameters, you need to type in each value and then hit enter and then type in the next value, and this information will be passed to the AdServer appropriately.

As far as Livestream and Production Quality are concerned, here’s how they work:

Livestream:

Livestream is a boolean and thus you need to select either of the two values described below. Additionally, the only targeting options that can be selected for Livestream are:

Production Quality:

Production Quality has a set of pre-defined values and users can select either one or multiple values from the options shown below. Additionally, the only targeting options that can be selected for Production Quality are:

Content Targeting in the AdServer

The content parameters listed above are all macros that are available in the UI when you choose to export a supply tag. For additional information on macros, please refer to this link here. Note that you can pass in multiple values to these parameters in an ad call excluding Livestream and Production Quality. If you want to pass in multiple values, these must be passed as comma separated strings as shown in the example ad call in the AdServing Section.

It is important to note a few things about how this is handled in SpringServe's AdServer. The first thing to note is that because both Supply and Demand Tags are eligible for Content Targeting, this targeting is applied on each applicable tag in each applicable link of the call chain. If there are multiple targeting parameters being set on a single object, we will use AND logic to either allow or block this ad call. Secondarily, targeting is applied after any Macro Overrides for content objects.

Let’s consider an actual example of how this targeting is applied to the content parameters incoming ad call based on the Targeting Settings in the UI. Lets assume that we have the following targeting settings on a Supply Tag:

Consider that for the targeting settings displayed above, we have an incoming ad call as shown below (with the Genre, Network Name and Language Macros highlighted in bold):

https://tv.springserve.com/vast/d/26461?w=1920&h=1080&cb={{CACHEBUSTER}}&ip={{IP}}&ua={{USER_AGENT}}&app_bundle={{APP_BUNDLE}}&app_name={{APP_NAME}}&app_store_url={{APP_STORE_URL}}&content_id=1984,1985,1986,1988,2001&content_episode=baelor&content_series=GameofThrones&content_season={{CONTENT_SEASON}}&content_genre=action,adventure&content_title=hulu&content_livestream=1&rating=universal,mature&network_name=&language=english,french,german&did={{DEVICE_ID}}&us_privacy={{US_PRIVACY}}

Once we get this ad call, the AdServer will check these targeting parameters serially in order in which they are listed in the UI. Given that there are multiple targeters set on this supply tag, we will use AND logic to determine whether this targeting check succeeds or fails. So, in this case,

It is important to note a few things about the values in the targeting settings in the UI:

Content Attributes & Reporting

Additionally, if users want to use reporting to troubleshoot errors in reporting, you can run a Demand Report with the any or all of the content paramters and the appropriate supply and demand tags as filters or dimensions and find demand metrics specific to Content Targeting. For more information on reporting, please refer to this link.