Back to Frontend

DFP Key-Values Report

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

latest920 B
Original Source

@(customTargetings: Seq[_root_.common.dfp.GuCustomTargeting])(implicit request: RequestHeader, context: model.ApplicationContext) @import tools.DfpLink @admin_main("Key Value Targeting", isAuthed = true, hasCharts = false) {

DFP Key-Values Report

These keys and values are obtained from DFP. Click-through a row for an individual csv report.

@if(customTargetings.isEmpty) {

None

} else {

Targeting KeyDisplay NameIDValues
@for(targetingKey <- customTargetings) {@{targetingKey.name}@{targetingKey.displayName}@{targetingKey.keyId}
@{targetingValue.name} @{targetingValue.displayName} (@{targetingValue.id})
}
}
} }