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

Add error macro replacement section #227

Open
ryanthompson591 opened this issue Mar 13, 2019 · 1 comment
Open

Add error macro replacement section #227

ryanthompson591 opened this issue Mar 13, 2019 · 1 comment

Comments

@ryanthompson591
Copy link
Collaborator

We should add to section 8 a description of how to fire error tracking urls with macro replacement.

I suggest we add a new macro (this would be a SIVIC macro and not a VAST macro). SIVIC_ERROR_CODE

The section could read like this:

When firing error tracking pixels SIVIC errors should be of type 409 and SIVIC_ERROR_CODE should be replaced with the error code number.

For example:
If the player had the wrong SIVIC version (error code 1103) and the error tracking url was:
https://www.example.com/tracking?code=[ERRORCODE]&sivic_code=[SIVIC_ERROR_CODE]

Then the player would ping the tracking url:
https://www.example.com/tracking?code=409&sivic_code=1103

Note: 409 could be replaced with 902 if we can get that added to the VAST spec.

@ryanthompson591 ryanthompson591 added the discuss-at-meeting Discuss this topic at the next group meeting label Mar 13, 2019
@ryanthompson591
Copy link
Collaborator Author

There is a suggestion to add to the VAST spec a generic INTERACTIVE_ERROR. This would require communication with the VAST working group.

@mimidden mimidden added VAST macro and removed discuss-at-meeting Discuss this topic at the next group meeting labels Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants