INPUT_OBJECT

eventTriggerInput

Marketing event trigger. Note : all parameters specified beyond the schema are sent to the marketing event.

link GraphQL Schema definition

1input eventTriggerInput {
4
2# Activity identifier.
3activityId: String!
7
5# Base marketing spot activity identifier.
6baseMarketingSpotActivityID: String!
10
8# Marketing spot data type. Example : "MarketingContent".
9baseMarketingSpotDataType: String!
13
11# Category identifier.
12categoryId: String
16
14# Requested command.
15dMReqCmd: String
19
17# Marketing spot identifier.
18eMarketingSpotId: String!
22
20# Experiment result identifier.
21experimentResultId: String!
25
23# Experiment result test element identifier.
24experimentResultTestElementId: String!
28
26# Personalization identifier.
27personalizationID: String!
31
29# Product identifier.
30productId: String
34
32# Search term. Stored in a comma-separated list of search strings.
33searchTerm: String
35}

link Required by