View Source OpenRtbEcto.V2.BidRequest.Regs (OpenRtbEcto v0.6.5)

This 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”).

Summary

Types

@type t() :: %OpenRtbEcto.V2.BidRequest.Regs{
  coppa: term(),
  ext: term(),
  gdpr: term(),
  gpp: term(),
  gpp_sid: term(),
  us_privacy: term()
}

Functions

Link to this function

changeset(regs, attrs \\ %{})

View Source