OBJECT

PrimeOfferAssets

Images, videos, gifs, grouped by purposed and used to display the offer content.

link GraphQL Schema definition

1type PrimeOfferAssets {
2
3# Offer ID for which the assets relate to.
4id: ID!
5
6# Screenshots of the offer item or game.
7screenshots: [PrimeOfferAsset!]
8
9# List of pixels to track offer actions
10pixels: [Pixel!]
11
12}