-
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
SpotX: Set ad_mute correctly. #5486
Conversation
In the SpotX Prebid adapter, data-spotx_ad_mute was being set to '0' isntead of '1', in scenarios where the user passed in 'ad_mute'.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@nathan-lapinski -- Please add a unit test for this scenario |
once unit tests are added, we can approve and merge this |
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. |
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. |
Sorry I missed the last commit. This is good to go now that there's a test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Set ad_mute correctly. In the SpotX Prebid adapter, data-spotx_ad_mute was being set to '0' isntead of '1', in scenarios where the user passed in 'ad_mute'. * Updates unit test to ensure ad_mute is set correctly Co-authored-by: Nate Lapinski <nlapinski@spotx.tv>
This reverts commit 5199955.
In the SpotX Prebid adapter,
data-spotx_ad_mute
was being set to'0' instead of '1', in scenarios where the user passed in 'ad_mute'.
Type of change
Description of change
In the SpotX Prebid adapter, data-spotx_ad_mute was being set to
'0' instead of '1', in scenarios where the user passed in 'ad_mute'.
Other information