-
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
TCFv2 - Fallback to getTCData #5554
Comments
As part of the IAB spec, the CMP is supposed to immediately respond to the addEventListener registration with the current status of the TC Data. If the data was incomplete because the CMP was still partially loading, Prebid would get an idea that something is in the works and (in that case) ignore that temporary data and wait until a proper event is triggered. If the consent data was already loaded (ie in the tcloaded state), then CMP would provide the TC Data using the tcloaded event status in that immediate registration response. This sequence would ideally be near-instant timing-wise and Prebid would go to process that result without the need for further calls to the CMP. So if the CMPs are to spec, I don't see the need to make a separate call using the getTCData in the overall sequence of things here. |
The public libraries never utilize the As far as the |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hi,
Inside #4801 I could read from @harpere comment:
I disagree it is not necessary because the module may not be ready when the event (tcloaded for example) is triggered. getTCData being synchronous, it does not seem to be a big deal to add a call as a fallback.
The text was updated successfully, but these errors were encountered: