new Campaign(external_values,, input_config,, output_config,, item_short_texts)
- Source:
Parameters:
Name | Type | Description |
---|---|---|
external_values, |
Object
|
|
input_config, |
spv.ds.Config
|
|
output_config, |
spv.ds.Config
|
|
item_short_texts |
Object.<string, string>
|
Members
external_values :Object
This property contains the original data from the campaign feed.
- Source:
Type:
-
Object
item_short_texts :Object.<string, string>
Extra information for this campaign
- Source:
Type:
-
Object.<string, string>
output_config :spv.ds.Config
Output/result config from validation
If the input_config and output_config is not identical the server could not load this campaign properly and the campaign should not be presented to the user.
- Source: