Versions Compared

Key

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

...

argument name

type

optional

value

description

command

string

'getVendorList'

version

integer

✔️

null|2

The TCF API version to use. Can be null instead.

callback

function

function(gvl:GlobalVendorList, success:boolean)

The callback function that is called with the function call result.

parameter

integer or string

✔️

vendorListVersion | null | 'LATEST'

The vendor list version ID, null to fetch the consented version or 'LATEST'

Description

Fetch the vendor list to find more information about vendors and purposes. It can be used to map consent information to human readable information.

...