-
Notifications
You must be signed in to change notification settings - Fork 2.2k
LiveYield Analytics Adapter DfP Support #3506
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
Conversation
SRTA-399 Minor reformats impression value fixed changed path to rta params corrections resolveSlot fixed postprocess() param fixed docs update imprVal(), imprPartner() impl added SRTA-399 Docs, no console.log
I tried testing this with the test params from #3443 but I'm getting the following error: Could you add a comment with everything I need to get this to run? |
Sure thing... you can find the code snippet that you are looking for in the correspnding .md file. Here it is: <script>
(function(i,s,o,g,r,a,m,z){i['RTAAnalyticsObject']=r;i[r]=i[r]||function(){
z=Array.prototype.slice.call(arguments);z.unshift(+new Date());
(i[r].q=i[r].q||[]).push(z)},i[r].t=1,i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://tracker.liveyield.com/pubocean-tracker.min.js',
'rta');
</script> after that enable analytics using:
Let me know if you need anything more. |
Thank you for this @mike-chowla - master merged to our branch, fix applied. Tests are passing. Please retest. Cheers |
Type of change
Description of change
Prebid.js quite often (:)) is being used with DfP and as such the final ad impression/revenue reporting shall take this under consideration. This PR allows one to pass DfP level details back to the LiveYield analytics server.