Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion documentation/orchestrate/campaign-maintenance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ From the dashboard, you can:

You can modify certain campaign settings after launch without affecting issued codes.

<Note>

Campaign edits update campaign-level settings, not an individual voucher or standalone code directly. In standalone campaigns, the shared standalone code is still a voucher that belongs to the campaign. If you want to update only that code, edit the voucher directly instead.

</Note>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is misleading. This could be understood that changes to campaigns don't affect the vouchers, while they can. In general, the sentence that Pioter quoted from the API docs is correct:

This method will update vouchers aggregated in the campaign. It will affect all vouchers that are not published or redeemed yet.

I'd remove this Note and leave this info split into what you can/can't change.

Go to **Campaign hub** > **Campaigns** and select the campaign. Click the edit button in the upper right corner to open the campaign builder.

### What you can change
Expand All @@ -48,7 +54,7 @@ You can change the following campaign settings. They may affect codes differentl

| Setting | Impact on existing codes |

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a line specific for discount campaigns as discount settings (amount for example) have their own behaviour.

Check it out please.

|---------|-------------------------|
| Metadata | Applies to all codes if **Use the voucher's metadata schema** is selected in the campaign builder's **Metadata (optional)** step|
| Metadata | Campaign metadata is updated at the campaign level. Voucher metadata changes apply only to vouchers that haven't been published or redeemed yet. |
| Start and end dates, other time limits | Affects all codes that haven't been published or redeemed yet <br/> <Warning>Vouchers that are already published or redeemed keep their existing settings. To change their settings, update the voucher directly.</Warning>|
| Validation rules | Affects all codes, even the published or redeemed ones <br/> <Warning>Changes to validation rules affect all future redemption attempts, including codes already issued to customers.</Warning>|
| Category assignment | Affects all codes that haven't been published or redeemed yet |
Expand Down
6 changes: 6 additions & 0 deletions documentation/orchestrate/voucher-maintenance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ You can update a single voucher manually by editing it.

Go to a given voucher and click the pencil icon in the top right corner to edit it.

<Note>

If you want to update one voucher or standalone code, edit the voucher directly. Editing the campaign changes campaign-level settings and can affect vouchers that belong to the campaign.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please elaborate the conditions: vouchers that haven't been redeemed or published yet.


</Note>

Depending on the voucher type, you can modify different details. The details edited in the voucher override the settings set up for its campaign. For example, you can change the time frame of a discount coupon, so that it's active at different times than the campaign.

Additionally, for gift and loyalty cards, you can add or subtract their credits or loyalty points by clicking the **Adjust credits** or **Adjust points** button in the top right corner of a card view.
Expand Down
Loading