-
public final class RegsThis object contains any legal, governmental, or industry regulations that apply to the request. The coppa flag signals whether or not the request falls under the United States Federal Trade Commission’s regulations for the United States Children’s Online Privacy Protection Act (“COPPA”).
-
-
Constructor Summary
Constructors Constructor Description Regs()
-
Method Summary
Modifier and Type Method Description final IntegergetCoppa()Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes. final UnitsetCoppa(@SerializedName(value = coppa) Integer coppa)Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes. final ObjectgetExtension()Placeholder for bidder-specific extensions to OpenRTB. final UnitsetExtension(@SerializedName(value = ext) Object extension)Placeholder for bidder-specific extensions to OpenRTB. -
-
Method Detail
-
getCoppa
final Integer getCoppa()
Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.
-
setCoppa
final Unit setCoppa(@SerializedName(value = coppa) Integer coppa)
Flag indicating if this request is subject to the COPPA regulations established by the USA FTC, where 0 = no, 1 = yes.
-
getExtension
final Object getExtension()
Placeholder for bidder-specific extensions to OpenRTB.
-
setExtension
final Unit setExtension(@SerializedName(value = ext) Object extension)
Placeholder for bidder-specific extensions to OpenRTB.
-
-
-
-