-
Notifications
You must be signed in to change notification settings - Fork 19
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
<Impression> tags are not extracted from a parent wrapper #24
Comments
Somewhere around 578 sounds good. You should have access to the parent's impressions using |
+1 on that PR 👍 |
I started my PR and got to look into the code the tests. It seems that whoever integrated the library in my project, did not not use the So this means I should parse the wrapper tags out myself instead of adding it to the I'll skip this PR, but it was a great way to understand the library, which is quite brilliant! |
Great, thank you! |
@shlomitc @jonhoo, I also run into an inability to use the |
@sterpe: it should be possible to add some error tracking to the |
Causes the wrapping VAST provider to not be notified when the inner-vast impression is sent.
I think this is quite a simple fix and I will open a PR for that, but I just wanted to know where is the right place to do it.
No doubt it should inside the
VASTAd
function flow.At first look I thought it should be where you copy tracking and creatives from parent (line 578).
But since
parentAd.impressions
is an array of string, you don't need to copy the same way you extract TrackingEvents (companions/nonlinears/...)Any other thoughts?
The text was updated successfully, but these errors were encountered: