-
Notifications
You must be signed in to change notification settings - Fork 744
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
Missena: Update params #4057
base: master
Are you sure you want to change the base?
Missena: Update params #4057
Conversation
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
static/bidder-info/missena.yaml
Outdated
url: https://sync.missena.io/iframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&t={{.APIKey}}&redirect={{.RedirectURL}} |
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.
url: https://sync.missena.io/iframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&t={{.APIKey}}&redirect={{.RedirectURL}} | |
url: https://sync.missena.io/iframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&redirect={{.RedirectURL}} |
{{.APIKey}}
is not a supported macro in Prebid Server
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.
fixed
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
url: https://sync.missena.io/iframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&t=YOUR_API_KEY&redirect={{.RedirectURL}} |
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.
Is an api key from Missena now required for user syncing?
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.
yes
adapters/missena/missena.go
Outdated
} | ||
currency, err := getCurrency(request.Cur) | ||
if err != nil { | ||
// TODO: convert unsupported currency on response |
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.
Please resolve the TODO.
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.
I'd actually like to manage it on a next release. is it possible? should I remove the comment and consider some currencies unsupported
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.
fixed
Code coverage summaryNote:
missenaRefer here for heat map coverage report
|
No description provided.