
Custom Macros?
How can I append the value returned by jwplayer().getViewable() to an ad tag?
How can I append the value returned by jwplayer().getViewable() to an ad tag?
You can use Javascript to append the getViewable() response directly to your ad tag:
advertising: {
client: 'vast',
tag: 'https://playertest.longtailvideo.com/vast-30s-ad.xml?viewable='+jwplayer().getViewable();
}