OBJECT
PrimeOfferAssets
Images, videos, gifs, grouped by purposed and used to display the offer content.
link GraphQL Schema definition
1 type PrimeOfferAssets { 2 3 # Offer ID for which the assets relate to. 4 : ID! 5 6 # Screenshots of the offer item or game. 7 : [PrimeOfferAsset!] 8 9 # List of pixels to track offer actions 10 : [Pixel!] 11 12 }