You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to get information about the Progress tracking events.
Those Tracking Events in VAST contain an offset attribute, referring to the point of time where the event has to be triggered.
I need to get information about the Progress tracking events.
Those Tracking Events in VAST contain an offset attribute, referring to the point of time where the event has to be triggered.
Some samples:
Result of parsing:
As you can see, the offset gets transformed from time format to seconds:
If its a percentage it remains the same:
Code: parserUtils
It would be great to find a way not to lose the exact offset value.
The text was updated successfully, but these errors were encountered: