Skip to content
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

Add TTL Validation for Suppressing Expired Ads #12521

Open
pm-azhar-mulla opened this issue Nov 29, 2024 · 0 comments
Open

Add TTL Validation for Suppressing Expired Ads #12521

pm-azhar-mulla opened this issue Nov 29, 2024 · 0 comments

Comments

@pm-azhar-mulla
Copy link
Contributor

Type of issue

Feature

Description

Currently, the ttl (Time-to-Live) property is not utilized when rendering an ad. This results in ads being displayed even after they are technically expired. By leveraging the ttl property, we can determine whether an ad has expired and suppress its rendering if needed.

Proposed Enhancement:

Introduce functionality to validate the ttl property before rendering an ad. If the ad has exceeded its ttl value and the suppressStaleRender property is enabled, the system should suppress the rendering of the expired ad. This would function similarly to the adId validation mechanism.

Publishers can enable the suppressStaleRender property to prevent expired ads from being displayed, ensuring a better user experience and avoiding potential compliance or quality issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant