OBJECT
JourneyAssets
Assets for a Journey.
link GraphQL Schema definition
1 type JourneyAssets { 2 3 # Title of the journey. 4 String! : 5 6 # Subtitle describing the journey. 7 String! : 8 9 # Longer description of the journey. 10 String! : 11 12 # Legal disclaimer text for journey. 13 String : 14 15 # Main asset for the journey 16 Media! : 17 18 # Alerts to be shown to the customer to inform them about a status of the campaign 19 Alert!] : [ 20 21 # Instructions for claiming offers in the journey 22 String : 23 24 # Image or video showing customers how to claim offers in the journey 25 Media : 26 27 # Instructions for purchasing a game 28 String : 29 30 # The URL to the third party's (e.g. Riot's) technical support page 31 String : 32 33 # A URL to the page where users can manage and remove their third party account 34 # link 35 String : 36 37 # The platforms supported by the game e.g. "Available on Xbox, PC, Switch" 38 String : 39 40 # Publisher name of the journey 41 String : 42 43 }