Creatives History
Creatives history is supported only in AATKit version 3.10.x and later.
Integration Steps:
Enable creative history by calling the following method:
placement.enableCreativeHistory(size: 5)
Retrieve the creative history for a specific banner placement:
The method returns an array of
AATPlacementHistoryInfo
objects.
Last updated