OBJECT
ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainer
Structure containing the marketing title to display in the e-marketing spot.
link GraphQL Schema definition
1 type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainer { 2 3 # Number of click actions of the marketing content. : "None", "Single"(URL) or 4 # "Multiple"(Image Map). 5 : String 29 6 # Unique ID of the type of the marketing content. 7 : String 29 8 # Name of the type of the marketing content. 9 : String 29 10 # Unique ID of the marketing content. 11 : String 29 12 # Name of the marketing content. 13 : String 29 14 # Identifier of the store associated with the marketing content. 15 : String 29 16 # Description of the marketing content. 17 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerMarketingContentDescriptionContainer] 29 18 # Image map definition for the image with clickable areas. 19 : [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainerMarketingContentImageMapContainer] 29 20 # The unique identifier of the activity that returned the data to be displayed in 21 # the e-marketing spot. 22 : String 29 23 # Type of data displayed in the marketing content. 24 : String 29 25 # Unique ID for the marketing content. 26 : String 29 27 # Name of the marketing content. 28 : String 30 31 }