public class ViewabilityProvider extends Object
Company of Type VIEWABILITY_PROVIDER. It contains all of the
data needed to capture viewability metrics.
Java class for ViewabilityProvider complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ViewabilityProvider">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vendorKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="verificationScriptUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="verificationParameters" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="verificationRejectionTrackerUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
vendorKey |
protected String |
verificationParameters |
protected String |
verificationRejectionTrackerUrl |
protected String |
verificationScriptUrl |
| Constructor and Description |
|---|
ViewabilityProvider() |
| Modifier and Type | Method and Description |
|---|---|
String |
getVendorKey()
Gets the value of the vendorKey property.
|
String |
getVerificationParameters()
Gets the value of the verificationParameters property.
|
String |
getVerificationRejectionTrackerUrl()
Gets the value of the verificationRejectionTrackerUrl property.
|
String |
getVerificationScriptUrl()
Gets the value of the verificationScriptUrl property.
|
void |
setVendorKey(String value)
Sets the value of the vendorKey property.
|
void |
setVerificationParameters(String value)
Sets the value of the verificationParameters property.
|
void |
setVerificationRejectionTrackerUrl(String value)
Sets the value of the verificationRejectionTrackerUrl property.
|
void |
setVerificationScriptUrl(String value)
Sets the value of the verificationScriptUrl property.
|
protected String vendorKey
protected String verificationScriptUrl
protected String verificationParameters
protected String verificationRejectionTrackerUrl
public String getVendorKey()
Stringpublic void setVendorKey(String value)
value - allowed object is
Stringpublic String getVerificationScriptUrl()
Stringpublic void setVerificationScriptUrl(String value)
value - allowed object is
Stringpublic String getVerificationParameters()
Stringpublic void setVerificationParameters(String value)
value - allowed object is
Stringpublic String getVerificationRejectionTrackerUrl()
StringCopyright © 2018. All Rights Reserved.