Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

i.e.: https://api-video.hootint.com/vast/1.0/last/296?cb=0000029

We recommend using a timestamp like this:

Code Block
languagepy
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?

...