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

NonLinearClickTracking in vast 4.2 is changed to only occur once #36

Open
iewrer opened this issue Sep 29, 2020 · 0 comments
Open

NonLinearClickTracking in vast 4.2 is changed to only occur once #36

iewrer opened this issue Sep 29, 2020 · 0 comments

Comments

@iewrer
Copy link

iewrer commented Sep 29, 2020

In 4.2 XSD schema, it's changed but the annotation said it could occur many times(unbounded), which is confusing. What's more, current schema could be not backward-compatible due to this change.

Also, the same annotation is found for ClickThrough.

Should we just modify XSD schema to make NonLinearClickTracking and ClickThrough to reflect the annotation?

<xs:element name="NonLinearClickTracking" minOccurs="0" maxOccurs="1">
        <xs:annotation>
          <xs:documentation>URLs to ping when user clicks on the the non-linear ad unit. This can occur zero to many times (unbounded). The XSD syntax can't represent that.</xs:documentation>
        </xs:annotation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant