🆕6.06 (July, 2024)

  1. Adding an alt Attribute for Pixel Images: Although our pixel is hidden and doesn't display anything, we've added an alt attribute to comply with Taboola's suggestion. This attribute provides text if the image fails to load.

  2. Handling Empty Data from the Server: Previously, empty strings or objects received from the server caused errors for partners expecting an object with an eids array. We've updated the logic to ensure that any empty data is saved as an object with an empty eids array inside, like { eids: [] }.

  3. Removing Passive Mode: Passive mode has been removed as it was redundant. All checks are now based on the B group.

  4. Refresh User Ids Function: We've observed that the Prebid's refreshUserIds function can occasionally cause significant delays. This issue has been addressed, significantly reducing the delay.

Last updated