...
i.e.: https://api-video.hootint.com/vast/1.0/last/296?cb=0000029
We recommend using a timestamp like this:
Code Block | ||
---|---|---|
| ||
In : ('https://api-video.hootint.com/vast/1.0/last/316?cb={CACHEBUSTER}'
.format(CACHEBUSTER=int(time.time() * 100)))
Out: 'https://api-video.hootint.com/vast/1.0/last/316?cb=167999318979' |
2.- Do you want to customize the ClickThrough URL?
...