Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Custom Macros?


How can I append the value returned by jwplayer().getViewable() to an ad tag?

1 Community Answers

Todd

JW Player Support Agent  
0 rated :

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();
}

This question has received the maximum number of answers.