-
Notifications
You must be signed in to change notification settings - Fork 749
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
New Alias: Epsilon (Conversant) #2781
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
endpoint: "http://api.hb.ad.cpe.dotomi.com/cvx/server/hb/ortb/25" | ||
maintainer: | ||
email: "CNVR_PublisherIntegration@conversantmedia.com" | ||
email: "PublisherIntegration@epsilon.com" | ||
gvlVendorID: 24 | ||
capabilities: | ||
app: | ||
|
@@ -15,4 +15,4 @@ userSync: | |
redirect: | ||
url: "https://prebid-match.dotomi.com/match/bounce/current?version=1&networkId=72582&rurl={{.RedirectURL}}" | ||
userMacro: "" | ||
# conversant appends the user id to end of the redirect url and does not utilize a macro | ||
# epsilon appends the user id to end of the redirect url and does not utilize a macro | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this info is related to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Conversant Media doesn't exist anymore, we've merged with Epsilon so this works is to try and start moving our branding in that direction. However to avoid confusion, it is good to reference our legacy name until we are 100% sure we want to remove it completely. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
endpoint: "http://api.hb.ad.cpe.dotomi.com/cvx/server/hb/ortb/25" | ||
maintainer: | ||
email: "[email protected]" | ||
gvlVendorID: 24 | ||
capabilities: | ||
app: | ||
mediaTypes: | ||
- banner | ||
- video | ||
site: | ||
mediaTypes: | ||
- banner | ||
- video | ||
userSync: | ||
redirect: | ||
url: "https://prebid-match.dotomi.com/match/bounce/current?version=1&networkId=72582&rurl={{.RedirectURL}}" | ||
userMacro: "" | ||
# epsilon/conversant appends the user id to end of the redirect url and does not utilize a macro |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "Conversant Adapter Params", | ||
"description": "A schema which validates params accepted by the Conversant adapter.", | ||
"title": "Epsilon (formerly Conversant) Adapter Params", | ||
"description": "A schema which validates params accepted by the Epsilon (Conversant) adapter.", | ||
"type": "object", | ||
"properties": { | ||
"site_id": { | ||
"type": "string", | ||
"description": "A Conversant specific ID which identifies the site." | ||
"description": "An Epsilon (Conversant) specific ID which identifies the site." | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this info is related to conversant. Any specific reason to mention epsilon here There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Conversant Media doesn't exist anymore, we've merged with Epsilon so this works is to try and start moving our branding in that direction. However to avoid confusion, it is good to reference our legacy name until we are 100% sure we want to remove it completely. |
||
}, | ||
"secure": { | ||
"type": "integer", | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-04/schema#", | ||
"title": "Epsilon Adapter Params", | ||
"description": "A schema which validates params accepted by the Epsilon adapter.", | ||
"type": "object", | ||
"properties": { | ||
"site_id": { | ||
"type": "string", | ||
"description": "An Epsilon specific ID which identifies the site." | ||
}, | ||
"secure": { | ||
"type": "integer", | ||
"description": "Override http/https context on ad markup." | ||
}, | ||
"bidfloor" : { | ||
"type": "number", | ||
"description": "Minimum bid price that will be considered." | ||
}, | ||
"tag_id": { | ||
"type": "string", | ||
"description": "Identifies specific ad placement." | ||
}, | ||
"position": { | ||
"type": "integer", | ||
"description": "Ad position on screen." | ||
}, | ||
"mimes": { | ||
"type": "array", | ||
"description": "Array of content MIME types. For videos only.", | ||
"items": { | ||
"type": "string" | ||
} | ||
}, | ||
"maxduration": { | ||
"type": "integer", | ||
"description": "Maximum duration in seconds. For videos only." | ||
}, | ||
"api": { | ||
"type": "array", | ||
"description": "Array of supported API frameworks. For videos only.", | ||
"items": { | ||
"type": "integer" | ||
} | ||
}, | ||
"protocols": { | ||
"type": "array", | ||
"description": "Array of supported video protocols. For videos only.", | ||
"items": { | ||
"type": "integer" | ||
} | ||
} | ||
}, | ||
"required": ["site_id"] | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AaronColbyPrice
Thank you for your contribution to the Prebid server. An email is sent from prebid team to verify
[email protected]
email address. Please respond back with "received" message to complete verificationThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AaronColbyPrice email has bounced back with following message. Please fix it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@onkarvhanumante excellent catch, we are testing now and it works internally, but not externally. We are fixing now and I'll follow up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AaronColbyPrice let us know when to verifiy email again
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Email verification is completed!