AdRankings

The Ad Rankings object is dynamically populated according to the different scenarios described below.

Important
Only the Default Ad Rankings response is currently supported. In the future support will be provided for additional ad rankings.

Default Ad Rankings response

The rankings section of the GetAds response is a Map with, at minimum, a
catch-all "all" ranking key that corresponds to all adIds, and which can be used in any UI section.

{
    "all": ["adId-123", "adId-456", "adId-789"]
}