Creatives History
Integration Steps:
Enable creative history by calling the following method:
placement.enableCreativeHistory(size: 5)
Retrieve the creative history for a specific banner placement:
bannerPlacement.getCreativeHistory { histories in // Use the histories array }
The method returns an array of
AATPlacementHistoryInfo
objects.
Last updated