You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a specific problem?
Fides-js already exposes a two events: FidesInitialized and FidesUpdated. We likely need at least one more (something like FidesOverlayDisplayState) which can drive the CMP API required cmpuishown event. We need to additionally expose the CMP API events per the spec.
Luckily the iabtcf-es library's cmpapi module should be able to help us do most of this work, so this ticket will mostly be about integrating that library.
The ping function will have to figure out how to access its data, which will be covered by this ticket: #3812
Describe the solution you'd like
Integrate with the CMP API module!
Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Is your feature request related to a specific problem?
Fides-js already exposes a two events:
FidesInitialized
andFidesUpdated
. We likely need at least one more (something likeFidesOverlayDisplayState
) which can drive the CMP API requiredcmpuishown
event. We need to additionally expose the CMP API events per the spec.Luckily the iabtcf-es library's cmpapi module should be able to help us do most of this work, so this ticket will mostly be about integrating that library.
The
ping
function will have to figure out how to access its data, which will be covered by this ticket: #3812Describe the solution you'd like
Integrate with the CMP API module!
Describe alternatives you've considered, if any
A description of any alternative solutions or features you've considered.
Additional context
Design doc: https://ethyca.atlassian.net/wiki/spaces/EN/pages/2737111165/2023-07-07+TCF+frontend+planning
The text was updated successfully, but these errors were encountered: