|
| 1 | +# AdditionalCampaignProperties |
| 2 | + |
| 3 | +## Properties |
| 4 | +Name | Type | Description | Notes |
| 5 | +------------ | ------------- | ------------- | ------------- |
| 6 | +**budgets** | [**list[CampaignBudget]**](CampaignBudget.md) | A list of all the budgets that are defined by this campaign and their usage. **Note:** Budgets that are not defined do not appear in this list and their usage is not counted until they are defined. | |
| 7 | +**coupon_redemption_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Number of coupons redeemed in the campaign. | [optional] |
| 8 | +**referral_redemption_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Number of referral codes redeemed in the campaign. | [optional] |
| 9 | +**discount_count** | **float** | This property is **deprecated**. The count should be available under *budgets* property. Total amount of discounts redeemed in the campaign. | [optional] |
| 10 | +**discount_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of times discounts were redeemed in this campaign. | [optional] |
| 11 | +**coupon_creation_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of coupons created by rules in this campaign. | [optional] |
| 12 | +**custom_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of custom effects triggered by rules in this campaign. | [optional] |
| 13 | +**referral_creation_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of referrals created by rules in this campaign. | [optional] |
| 14 | +**add_free_item_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of times the [add free item effect](https://docs.talon.one/docs/dev/integration-api/api-effects#addfreeitem) can be triggered in this campaign. | [optional] |
| 15 | +**awarded_giveaways_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of giveaways awarded by rules in this campaign. | [optional] |
| 16 | +**created_loyalty_points_count** | **float** | This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty points created by rules in this campaign. | [optional] |
| 17 | +**created_loyalty_points_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty point creation effects triggered by rules in this campaign. | [optional] |
| 18 | +**redeemed_loyalty_points_count** | **float** | This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty points redeemed by rules in this campaign. | [optional] |
| 19 | +**redeemed_loyalty_points_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of loyalty point redemption effects triggered by rules in this campaign. | [optional] |
| 20 | +**call_api_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of webhooks triggered by rules in this campaign. | [optional] |
| 21 | +**reservecoupon_effect_count** | **int** | This property is **deprecated**. The count should be available under *budgets* property. Total number of reserve coupon effects triggered by rules in this campaign. | [optional] |
| 22 | +**last_activity** | **datetime** | Timestamp of the most recent event received by this campaign. | [optional] |
| 23 | +**updated** | **datetime** | Timestamp of the most recent update to the campaign's property. Updates to external entities used in this campaign are **not** registered by this property, such as collection or coupon updates. | [optional] |
| 24 | +**created_by** | **str** | Name of the user who created this campaign if available. | [optional] |
| 25 | +**updated_by** | **str** | Name of the user who last updated this campaign if available. | [optional] |
| 26 | +**template_id** | **int** | The ID of the Campaign Template this Campaign was created from. | [optional] |
| 27 | +**frontend_state** | **str** | A campaign state described exactly as in the Campaign Manager. | |
| 28 | + |
| 29 | +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) |
| 30 | + |
| 31 | + |
0 commit comments