Skip to content

Commit

Permalink
AIDEM adapter: Added use macros library
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabit committed Jan 16, 2024
1 parent c011aa3 commit c8d892d
Show file tree
Hide file tree
Showing 4 changed files with 509 additions and 429 deletions.
2 changes: 1 addition & 1 deletion adapters/aidem/aidem.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ package aidem
import (
"encoding/json"
"fmt"
"github.com/prebid/prebid-server/v2/macros"
"net/http"
"text/template"

"github.com/prebid/openrtb/v19/openrtb2"
"github.com/prebid/prebid-server/v2/adapters"
"github.com/prebid/prebid-server/v2/config"
"github.com/prebid/prebid-server/v2/errortypes"
"github.com/prebid/prebid-server/v2/macros"
"github.com/prebid/prebid-server/v2/openrtb_ext"
)

Expand Down
2 changes: 1 addition & 1 deletion adapters/aidem/params_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"encoding/json"
"testing"

"github.com/prebid/prebid-server/openrtb_ext"
"github.com/prebid/prebid-server/v2/openrtb_ext"
)

// This file actually intends to test static/bidder-params/aidem.json TODO: MUST BE CREATED
Expand Down
Loading

0 comments on commit c8d892d

Please sign in to comment.