Skip to content

Commit

Permalink
Update bidders.go
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Nov 25, 2024
1 parent d9ba103 commit 91b0c9f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions openrtb_ext/bidders.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,8 @@ const (
BidderReservedPrebid BidderName = "prebid" // Reserved for Prebid Server configuration.
BidderReservedSKAdN BidderName = "skadn" // Reserved for Apple's SKAdNetwork OpenRTB extension.
BidderReservedTID BidderName = "tid" // Reserved for Per-Impression Transactions IDs for Multi-Impression Bid Requests.
BidderReservedAE BidderName = "ae" // Reserved for PAAPI Auction Environment
BidderReservedIGS BidderName = "igs" // Reserved for PAAPI Auction Environment
)
BidderReservedAE BidderName = "ae" // Reserved for PAAPI Auction Environment.
BidderReservedIGS BidderName = "igs" // Reserved for PAAPI Interest Group Seller object.

// IsBidderNameReserved returns true if the specified name is a case insensitive match for a reserved bidder name.
func IsBidderNameReserved(name string) bool {

Check failure on line 283 in openrtb_ext/bidders.go

View workflow job for this annotation

GitHub Actions / validate-merge

expected 'IDENT', found 'func'

Check failure on line 283 in openrtb_ext/bidders.go

View workflow job for this annotation

GitHub Actions / validate (1.21.x, ubuntu-20.04)

expected 'IDENT', found 'func'

Check failure on line 283 in openrtb_ext/bidders.go

View workflow job for this annotation

GitHub Actions / validate (1.22.x, ubuntu-20.04)

expected 'IDENT', found 'func'
Expand Down

0 comments on commit 91b0c9f

Please sign in to comment.