Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

Added reporting empty ad or vpaid if it's not allowed #64

Merged
merged 1 commit into from
Feb 12, 2019

Conversation

VladyslavAnokhin
Copy link
Contributor

Changes

Report ad which doesn't contain media files or contains not allowed VPAID

@VerizonAdPlatforms/video-partner-sdk-developers: Please review.

AndriiMoskvin
AndriiMoskvin previously approved these changes Feb 11, 2019
} else if case .wrapper(let wrapper) = result.vastModel {
switch result.vastModel {
case .inline(let vast):
let isModelContainAd = (isVPAIDAllowed && !vast.vpaidMediaFiles.isEmpty) || !vast.mp4MediaFiles.isEmpty
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@vvp-sdk-bot
Copy link

1 Warning
⚠️ This PR does not have any reviewers yet.

Current coverage for PlayerCore.framework is 54.71%

No files affecting coverage found


Current coverage for VerizonVideoPartnerSDK.framework is 36.47%

Files changed - -
VVPSDK.swift 0.00% 💀
FinishVRMGroupProcessingController.swift 38.46% 🚫
AdEngineResponseDetector.swift 78.57% ⚠️
VRMProcessingController.swift 80.49%

Powered by xcov

Generated by 🚫 Danger

@VladyslavAnokhin VladyslavAnokhin merged commit eb97070 into master Feb 12, 2019
@VladyslavAnokhin VladyslavAnokhin deleted the OMSDK-2238/fix-for-vpaid branch February 12, 2019 12:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants