Skip to content

Commit

Permalink
Remove priority and add additional edge cases for transmit ufpd
Browse files Browse the repository at this point in the history
  • Loading branch information
osulzhenko committed Apr 28, 2023
1 parent 31e53b8 commit 630f22a
Show file tree
Hide file tree
Showing 4 changed files with 249 additions and 462 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package org.prebid.server.functional.model.bidderspecific

import com.fasterxml.jackson.databind.PropertyNamingStrategies
import com.fasterxml.jackson.databind.annotation.JsonNaming
import groovy.transform.ToString

@ToString(includeNames = true, ignoreNulls = true)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
package org.prebid.server.functional.model.request.auction

import com.fasterxml.jackson.annotation.JsonValue
import org.apache.commons.text.CaseUtils

enum ActivityType {
SYNC_USER, FETCH_BIDS, ENRICH_UFPD, REPORT_ANALYTICS, TRANSMIT_UFPD, TRANSMIT_PRECISE_GEO


String getMetricValue() {
CaseUtils.toCamelCase(name(), false, '_' as char)
}
Expand Down

This file was deleted.

Loading

0 comments on commit 630f22a

Please sign in to comment.