-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Impressions Discrepancy with IndexExchange When moved to Prebid 1.11.0 #2690
Comments
We have this issue as well. 50% of loss in revenue and impressions since we switched to 1.x We have our own analytics adapter that tracks bid won events, the numbers are pretty close with DFP. So at least we can be sure that the prebid thinks that the ad has been rendered, but the index doesn't register that. |
@jaiminpanchal27 this is clearly not the same issue
|
@gitsh84 mind if ask you, do you refresh ads? Or mb you have single page application? We see the most severe impact on the units we refresh the most. |
We refresh ads and see the same problem with IX new 1.x adapter. |
@jaiminpanchal27 please read the description of the bug you've mentioned. It has nothing to do with the discrepancy. When media type was omitted Index was ignoring this unit altogether. It did not bid on this unit, it did not win impressions on this unit and therefore there was no basis for the discrepancy. As I've said in the description of the bug "Index excludes this unit from bid request. "Imp" field in https request to cygnus server is empty" |
@dmitriyshashkin Can confirm, our platform has the same discrepancy. 50% difference, Prebid 1.13, Single Page Application, Refreshing turned on. @ix-prebid-support Is this on your radar? |
BTW, we've excluded index from refresh auctions and our discrepancy went back to normal. |
@ix-prebid-support any progress with this? |
we also see this issue with Prebid 1.15 (around 40% discrepancy both in impressions and revenue). We refresh as well. @ix-prebid-support any news on this? |
@rmertens @dmitriyshashkin |
@ix-prebid-support how exactly this update will address the issue? As far as I can tell here is the summary of the changes:
Please correct me if I missed something. But apparently your PR does not address the issue and we'll have to wait another month for indexExchange to actually do something. |
The creative TTL is being used by the Prebid framework to filter out expired bids and what we observed was that due to the current TTL configuration there were often cases where the bids which were already expired in previous auctions were being reapplied and shortening the TTL resolved the issue |
@ix-prebid-support sorry for being too skeptical. Reduction of TTL did in fact solved the issue. Ran a test and discrepancy is down to 3-4%. Thank you! Still, now it seems that there is another issue within prebid's core that allowed bids from previous auctions to participate. Or is it an expected behavior? |
@ix-prebid-support Thanks for your explanation. I didn't know that the TTL parameter is also used by the Prebid framework to filter out expired bids. I agree with @dmitriyshashkin, If the reduction of the TTL solved the issue, it means there is an other issue because Prebid shouldn't use bids from previous auctions since this fix : #2676 What do you think @jaiminpanchal27 ? |
@gitsh84 It would be great if you can let us know if the following update has addressed the refresh issue you observed and we would be able to close this investigation. |
The TTL was the issue for us so it's solved!
…On Sat, Jul 14, 2018 at 3:26 AM, ix-prebid-support ***@***.*** > wrote:
@gitsh84 <https://github.com/gitsh84>
@mercuryyy <https://github.com/mercuryyy>
@Caspervw <https://github.com/Caspervw>
@rmertens <https://github.com/rmertens>
It would be great if you can let us know if the following update has
addressed the refresh issue you observed and we would be able to close this
investigation.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2690 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABE7h-yQxtQzjppOTgHmljJuQgo2iMKRks5uGQJrgaJpZM4UeIdG>
.
|
Following up on the earlier request, we would really appreciate it if you can confirm that this fix has resolved the issue with impression discrepancy |
@ix-prebid-support Yes, this solved it for us. Thanks |
Type of issue
We see a correlation with our deployment of Prebid 1.11.0 (previously 0.29) and a sudden rise in discrepancy in number of impressions (and revenues) counted by our DFP and Index Dashboard.
Description
A few days prior (!) to GDPR we moved all of our sites (not on the same day) from Prebid 0.29 to Prebid 1.11.
Comparing our DFP data with Index data for each site there is a clear correlation between the day of deployment and a sudden rise in discrepancy (around %50 impressions less).
(Note #1 that we are counting both "indexExchange" and "ix" bidders as they switched names in Prebid 1+. As expected we can see that indexExchange impressions have disappeared and ix started.
In other words what I'm saying is that I don't think the name change is related here.)
(Note #2 the discrepancy started a few days before GDPR took effect so I don't think it's related either)
Would appreciate anybody who understand the changes done in Prebid 1+ to maybe help out and shed some light here re what change/feature/bug in the new version could produce such a discrepancy.
Multiple other bidders ? Changes with are related to same page ad refresh ? Auction timeout mechanism
changes ? etc.
Thanks !
The text was updated successfully, but these errors were encountered: