Skip to content
Open
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
17 changes: 17 additions & 0 deletions static/bidder-info/harion.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
aliasOf: "teqblaze"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there any relation of harion with teqblaze?

Copy link
Collaborator

Choose a reason for hiding this comment

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

@karwaankit32 TeqBlaze is a technology provider and white-labeling solution. You'll see that static/bidder-info/teqblaze.yaml has the whiteLabelOnly annotation which indicates that TeqBlaze does not bid but can be aliased.

endpoint: "https://east-api.harion-ma.com/pserver"
Copy link
Contributor

Choose a reason for hiding this comment

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

curl -s -X POST "https://east-api.harion-ma.com/pserver" -H "Content-Type: application/json" -d '{"id":"1234","imp":[{"id":"imp1234"}]}' -w "\n\nHTTP_STATUS=%{http_code}\n"

HTTP_STATUS=204

Was able to successfully hit the endpoint

Copy link
Contributor

Choose a reason for hiding this comment

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

Was also able to start-up the server and hit a dummy auction request

Request -
{ "id": "some-request-id", "test": 1, "site": { "publisher": { }, "page": "prebid.org" }, "imp": [ { "id": "some-impression-id", "banner": { "format": [ { "w": 600, "h": 500 }, { "w": 300, "h": 600 } ] }, "ext": { "harion": { "placementId": "123" } } } ], "device": { "ip": "1.1.1.1" }, "regs": { "ext": { "gdpr": 0 } }, "user": { "id": "my-user-id", "buyeruid": "my-buyer-uid" }, "tmax": 500 }

Response :
{ "id": "some-request-id", "ext": { "debug": { "httpcalls": { "harion": [ { "uri": "https://east-api.harion-ma.com/pserver", "requestbody": "{\"id\":\"some-request-id\",\"imp\":[{\"id\":\"some-impression-id\",\"banner\":{\"format\":[{\"w\":600,\"h\":500},{\"w\":300,\"h\":600}]},\"secure\":1,\"ext\":{\"bidder\":{\"type\":\"publisher\",\"placementId\":\"123\"}}}],\"site\":{\"page\":\"prebid.org\",\"publisher\":{},\"ext\":{\"amp\":0}},\"device\":{\"ua\":\"bruno-runtime/2.15.1\",\"ip\":\"1.1.1.1\"},\"user\":{\"id\":\"my-user-id\",\"buyeruid\":\"my-buyer-uid\"},\"test\":1,\"at\":1,\"tmax\":500,\"source\":{\"tid\":\"cb6fc951-772b-4444-94ff-2293773c7efe\"},\"regs\":{\"ext\":{\"gdpr\":0}},\"ext\":{\"prebid\":{\"server\":{\"externalurl\":\"http://localhost:8000\",\"gvlid\":0,\"datacenter\":\"\"}}}}", "requestheaders": { "Accept": [ "application/json" ], "Content-Type": [ "application/json;charset=utf-8" ], "X-Prebid": [ "pbs-go/unknown" ] }, "responsebody": "", "status": 204 } ] }, "resolvedrequest": { "id": "some-request-id", "imp": [ { "id": "some-impression-id", "banner": { "format": [ { "w": 600, "h": 500 }, { "w": 300, "h": 600 } ] }, "secure": 1, "ext": { "prebid": { "bidder": { "harion": { "placementId": "123" } } }, "tid": "5eec224e-727c-40dd-bf4b-e567e57a1edb" } } ], "site": { "page": "prebid.org", "publisher": {}, "ext": { "amp": 0 } }, "device": { "ua": "bruno-runtime/2.15.1", "ip": "1.1.1.1" }, "user": { "id": "my-user-id", "buyeruid": "my-buyer-uid" }, "test": 1, "at": 1, "tmax": 500, "source": { "tid": "cb6fc951-772b-4444-94ff-2293773c7efe" }, "regs": { "gdpr": 0 }, "ext": { "prebid": { "server": { "externalurl": "http://localhost:8000", "gvlid": 0, "datacenter": "" } } } } }, "responsetimemillis": { "harion": 261 }, "tmaxrequest": 500, "prebid": { "auctiontimestamp": 1771219165429 } } }

maintainer:
email: "adtech@markappmedia.site"
gvlVendorID: 1406
capabilities:
site:
mediaTypes:
- banner
- video
- native

app:
mediaTypes:
- banner
- video
- native
Loading