IAB Global Privacy Platform
Gpp provides an Elixir implementation of GPP string decoding.
Supports TCF (v1.1 & v2), USPCA, USPCO, USPCT, USPNAT, USPUT, and USPVA.
Installation
The package can be installed by adding gpp to your list of dependencies in mix.exs:
def deps do
[
{:gpp, "~> 0.1"}
]
endThe docs can be found at https://hexdocs.pm/gpp.