@import common.dfp.LiveBlogTopSponsorshipReport @import tools.{CapiLink, SiteLink, DfpLink} @(report: LiveBlogTopSponsorshipReport)(implicit request: RequestHeader, context: model.ApplicationContext) @admin_main("Commercial Live Blog Top Sponsorships", isAuthed = true, hasCharts = false) {
Last updated: @if(report.updatedTimeStamp) { @{report.updatedTimeStamp} } else { never }
Pages will show a live blog top slot if you set up a line item in GAM with the following parameters:
liveblog-topslot
culture,
tv-and-radio,
sportor
footballsection
liveblogcontent type
mobilebreakpoint
If you are unsure please contact the commercial dev team first.
Line items that match the above targeting:
@if(report.sponsorships.isEmpty) {None
} else { @for(sponsorship <- report.sponsorships) {@section@if(section != sponsorship.sections.last) {, } }
@keyword@if(keyword != sponsorship.keywords.last) {, }}} @if(sponsorship.targetsAdTest) {
@sponsorship.adTest} @if(!sponsorship.editions.isEmpty) {
@edition@if(edition != sponsorship.editions.last.id) {, }}}