Global Placement ID (GPID)
AATKit supports the Global Placement ID (GPID), a consistent identifier used to uniquely track and identify individual ad placements.
AATKit automatically creates an identifier for each placement. This feature is enabled automatically.
You can pass a specific identifier per request to the infeed banner placement:
let request = AATBannerRequest(delegate: self)
request.gpidExtension = "<IDENTIFIER>"
bannerPlacement?.requestAd(request: request, completion: {[weak self] bannerView, error in
...
})
AATKit will forward the specified GPID to networks that support it.
Last updated