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:

BannerRequest request = new BannerRequest(null);
request.setGpidExtension("<IDENTIFIER>");
// request infeed banner ad
  • AATKit will forward the specified GPID to networks that support it.

Last updated