OBJECT

ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainer

Data to display in the e-marketing spot.

link GraphQL Schema definition

1type ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainer {
2
3# Base e-marketing spot activity data.
4baseMarketingSpotActivityData: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerBaseMarketingSpotActivityDataContainer]
24
5# The current caching behavior of the e-marketing spot.
6behavior: String
24
7# Sequence values of the default content to display in the e-marketing spot.
8defaultContentDisplaySequence: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerDefaultContentDisplaySequenceContainer]
24
9# The e-marketing Spot name.
10eSpotName: String
24
11# The store identifier.
12eSpotStoreId: String
24
13# Result that was filtered from display in the e-Marketing Spot.
14filteredResult: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerFilteredResultContainer]
24
15# Marketing title to display in the e-marketing spot.
16marketingSpotDataTitle: [ComIbmCommerceRestMarketingHandlerESpotDataHandlerESpotContainerMarketingSpotDataContainerMarketingSpotDataTitleContainer]
24
17# The unique identifier of the e-marketing spot.
18marketingSpotIdentifier: String!
24
19# The number of seconds from now to the earliest start date or end date of
20# activities scheduled to the e-Marketing Spot.
21nextTimeLimit: String
24
22# Information about the activity evaluation.
23previewReport: [String]
25
26}