Skip to content

Commit

Permalink
Add request.ext.prebid.trace flag (not used by now) (#1287)
Browse files Browse the repository at this point in the history
  • Loading branch information
schernysh authored May 28, 2021
1 parent 8436f86 commit b0d9fd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public class ExtRequestPrebid {
@JsonDeserialize(using = IntegerFlagDeserializer.class)
Integer debug;

/**
* Defines the contract for bidrequest.ext.prebid.trace
*/
TraceLevel trace;

/**
* Defines the contract for bidrequest.ext.prebid.aliases
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package org.prebid.server.proto.openrtb.ext.request;

public enum TraceLevel {

basic, verbose
}

0 comments on commit b0d9fd2

Please sign in to comment.