-
Notifications
You must be signed in to change notification settings - Fork 750
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
bliink: iframe added to usersync #3243
Conversation
feat: bliink bidder parameters added
fix: tagId field set to required
feat: add frame loading to synchronize partners user ids
iframe: | ||
url: "https://tag.bliink.io/usersync.html?gdpr={{.GDPR}}&gdprConsent={{.GDPRConsent}}&uspConsent={{.USPrivacy}}&redirect={{.RedirectURL}}" | ||
userMacro: "$UID" |
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.
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.
@LouisBillaut iframe url doesn't redirect back with UID
@LouisBillaut requesting to address comment
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 Hi, the redirect is loaded directly into the iframe
is it ok ?
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 Hi, the redirect is loaded directly into the iframe is it ok ?
UUID was not populated in rediect url inside iframe html tag.
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.
Hi @onkarvhanumante, we have solved the issue. Is it ok now ?
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.
https%3A%2F%2Fib.adnxs.com%2Fprebid%2Fsetuid%3Fbidder%3Dbliink%26gdpr%3D%26gdpr_consent%3D%26f%3Di%26uid%3D%24UID
@LouisBillaut tested out above url. UID is not replaced in redirect url. Could you check above url. HTML doesn't include iframe for above url
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.
@LouisBillaut requesting to address above comment
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.
@LouisBillaut requesting to address above comment
Hi @onkarvhanumante,
we've done a fix, now it should work.
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.
@LouisBillaut requesting to address above comment
Hi @onkarvhanumante, we've done a fix, now it should work.
fix seems to be working
Co-authored-by: louisbillaut <[email protected]> Co-authored-by: samous <[email protected]> Co-authored-by: nowfeel <[email protected]>
iframe added to usersync