/gpp

IAB Global Privacy Platform string decoding in Elixir

Primary LanguageElixir

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.

Spec

Golang Implementation

Installation

The package can be installed by adding gpp to your list of dependencies in mix.exs:

def deps do
  [
    {:gpp, "~> 0.1.0"}
  ]
end

The docs can be found at https://hexdocs.pm/gpp.