Back to Frontend

Special Ad Units

admin/app/views/commercial/specialAdUnits.scala.html

latest581 B
Original Source

@(specialAdUnits: Seq[(String, String)])(implicit request: RequestHeader, context: model.ApplicationContext) @import tools.DfpLink @admin_main("Commercial", isAuthed = true, hasCharts = true) {

Special Ad Units

Special Ad Units do NOT inherit ads from their parents. You will have to target them specifically.

Debugging Note:
If a line item isn't serving to an ad unit,
it may be because the ad unit is hierarchically below one of these ad units,
which must be targeted explicitly.

@for((id, path) <- specialAdUnits) { 1. @path (@id) } }