in src/main/scala/com/gu/commercial/display/AdTargetParam.scala [178:182]
def from(item: Content): Option[ShortUrlParam] =
for {
fields <- item.fields
shortUrl <- fields.shortUrl
} yield ShortUrlParam(SingleValue(shortUrl))