AdSurvey

AdSurvey

data class AdSurvey(val uri: String?, val type: String?)

URI to any resource relating to an integrated survey. Specified in InLine.Survey in the VAST response.

Constructors

AdSurveyconstructor(uri: String?, type: String?)

Properties

NameSummary
typeval type: String?
The MIME type of the resource being served.
urival uri: String?
A URI to any resource relating to an integrated survey.