OBJECT
JourneyOfferAssets
link GraphQL Schema definition
1 type JourneyOfferAssets { 2 3 # Title of journey offer. 4 String! : 5 6 # Subtitle that describes journey offer. 7 String : 8 9 # Optional header of journey offer that displays custom strings. 10 String : 11 12 # Main journey offer image or video. 13 Media! : 14 15 # Additional images and videos for journey asset. 16 Media!] : [ 17 18 # List of items available in the journey offer. 19 String!] : [ 20 21 # List of pixels to track offer actions 22 Pixel!] : [ 23 24 # Optional URL used to take a user to an external site to claim the offer 25 String : 26 27 }