Campaign

Campaign

new Campaign(external_values,, input_config,, output_config,, item_short_texts)

Parameters:
Name Type Description
external_values, Object
input_config, spv.ds.Config
output_config, spv.ds.Config
item_short_texts Object.<string, string>
Source:

Members

external_values :Object

This property contains the original data from the campaign feed.

Type:
  • Object
Source:

input_config :spv.ds.Config

Input config used to validate this campaign

Type:
Source:

item_short_texts :Object.<string, string>

Extra information for this campaign

Type:
  • Object.<string, string>
Source:

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.

Type:
Source: