id
| string | |
name
| string | Name of the campaign |
description
| string | Description of the campaign |
products
| array string | List of IDs of products (different gift cards, charity, etc.) that are available in this campaign. |
webpage_style
| object | Definition of the webpage style |
|
Show object properties
Property |
Type |
Description |
headline
| string | Headline for the reward page |
message
| string | Message for the reward page |
logo_image_url
| string | URL of a publicly-accessible image (png, jpeg, jpg, gif, or svg). This image will be copied to our storage location. |
logo_image_height_px
| integer | Image height in pixels |
logo_background_color
| string | Logo backgrond color code (hex, rgb, or rgba) |
background_color
| string | Backgrond color code (hex, rgb, or rgba) |
|
email_style
| object | Definition of the email style |
|
Show object properties
Property |
Type |
Description |
sender_name
| string | If sending via email, this is how the email will appear to be sent from |
subject_line
| string | Email subject line |
logo_image_url
| string | URL of a publicly-accessible image (png, jpeg, jpg, gif, or svg). This image will be copied to our storage location. |
logo_image_height_px
| integer | Image height in pixels |
logo_background_color
| string | Logo backgrond color code (hex, rgb, or rgba) |
button_color
| string | Button color code (hex, rgb, or rgba) |
|