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

Want to use different tracking url by mediafile #49

Open
kyungtae opened this issue Jul 2, 2024 · 0 comments
Open

Want to use different tracking url by mediafile #49

kyungtae opened this issue Jul 2, 2024 · 0 comments

Comments

@kyungtae
Copy link

kyungtae commented Jul 2, 2024

In DSP side, I want to know what mediafile was played among multiple files.
ChatGPT 4o replied below as an answer. Is it valid method?
If not, is there any other method ?


<VAST version="3.0">
  <Ad id="12345">
    <InLine>
      <Creatives>
        <Creative>
          <Linear>
            <Duration>00:00:30</Duration>
            <TrackingEvents>
              <Tracking event="start">
                <![CDATA[http://tracking.example.com/start?file=video1]]>
              </Tracking>
              <Tracking event="start">
                <![CDATA[http://tracking.example.com/start?file=video2]]>
              </Tracking>
            </TrackingEvents>
            <MediaFiles>
              <MediaFile id="video1" delivery="progressive" type="video/mp4" bitrate="1500" width="640" height="360">
                <![CDATA[http://example.com/video1.mp4]]>
              </MediaFile>
              <MediaFile id="video2" delivery="progressive" type="video/mp4" bitrate="1500" width="1280" height="720">
                <![CDATA[http://example.com/video2.mp4]]>
              </MediaFile>
            </MediaFiles>
          </Linear>
        </Creative>
      </Creatives>
    </InLine>
  </Ad>
</VAST>
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