Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SmartHub: add alias FelixAds #3837

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions static/bidder-info/felixads.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
endpoint: "http://felixads-prebid.smart-hub.io/pbserver/?seat={{.AccountID}}&token={{.SourceId}}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

endpoint is not reachable

% curl -i --location --request POST 'http://felixads-prebid.smart-hub.io/pbserver/?seat=&token='
curl: (6) Could not resolve host: felixads-prebid.smart-hub.io

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This issue are fixed

curl -i --location --request POST 'http://felixads-prebid.smart-hub.io/pbserver/?seat=&token='
HTTP/1.1 200 OK
Server: nginx
Date: Tue, 06 Aug 2024 14:37:36 GMT
Content-Type: application/json
Content-Length: 4
Connection: keep-alive

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URL is reachable

 % curl -i --location --request POST 'http://felixads-prebid.smart-hub.io/pbserver/?seat=&token='
HTTP/1.1 200 OK

aliasOf: "smarthub"
Loading