# Coupons

> For the complete documentation index, see [llms.txt](https://docs.talon.one/llms.txt).

The **Coupons** page of your campaign allows you to
[create](/docs/product/campaigns/coupons/create-coupons.md), [view][view], and
[manage](/docs/product/campaigns/coupons/manage-coupons.md) all the codes generated for [a
campaign](/docs/product/campaigns/overview).

The <Coupons className="icon"/> **Coupons** menu item is visible on the left-side menu of a campaign if:

- The coupons feature is [enabled][enabled].
- The integration is configured to [support coupons](/docs/dev/tutorials/create-custom-coupons.md).

<Button variant="primary" size="l" href="https://www.talon.one/coupons" target="_blank">
  Discover coupons <ExtLinkIcon style={{ marginLeft: '2px', verticalAlign: 'middle', width: '15px', marginBottom: '3px' }} />
</Button>

## List coupon codes and gift cards

To list the coupon codes and gift cards in a campaign:

1. Open a campaign of your choice.
1. On the left-side menu, click <Coupons className="icon"/> **Coupons**.

The page displays all the codes created for the campaign, with the most recently created ones
appearing at the top. It contains the following information for each code:

{

  
    
      
          Column
      
      
          Description
      
    
    
      
          Code
      
      
          Name of the gift card or coupon code, including the custom prefix, suffix, and segmentation
          elements, if they exist.
      
    
    
      
          Redemptions
      
      
          Number of times a code has been successfully redeemed out of the total redemption
          limit.&nbsp;
      
    
    
      
          Created
      
      
          Date of creation of the code.
      
    
    
      
          Valid from
      
      
          Date from which the code can be used. It appears empty if no start date was
          set during the coupon creation process.&nbsp;
      
    
    
      
          Valid until
      
      
          Expiration date of the code. It appears empty if no expiration date was set
          during the coupon creation process.
      
    
    
      
          Customer integration ID
      
      
          The Customer integration ID associated with the code. This information
          is only available for personal codes. If the code was not created for a specific customer,
          this element shows the message No profile.&nbsp;
      
    
    
      
          Batch ID
      
      
        
          Identifier of the batch the code belongs to. Each code creation process provides
           you with a unique Batch ID. You can use the Batch ID to:
        
        
          
            Export a group of codes.
          
          
            Filter for codes created at a specific time.
          
          
            Edit all the coupons in the batch at the same time.
          
        
        You can click a Batch ID to copy it.
        
          
            <Admonition type="note">
              Coupon codes created through the Create coupon code effect do not have an associated Batch ID.
            </Admonition>
          
        
      
    
    
      
          Attributes
      
      
          Coupon attributes defined in your account together with the values added during the coupon creation
          process. Attributes are used to build custom logic inside your rules and
          allow you to create advanced coupon campaigns.&nbsp;
      
    
  

}

If you do not see any codes, start by [creating some](/docs/product/campaigns/coupons/create-coupons.md).

## Edit coupon format

If the coupons feature is [enabled][enabled], you can edit the default format
of the coupon codes generated by the rules of your campaign.

To edit the default format of coupon codes:

1. Open your desired campaign.
1. Click <Settings className="icon"/> **Settings** > **Coupon Codes**.
1. On the **Coupon Code Generator** page, edit the format as needed.
1. Click **Save Changes**.

## Related topics

- [Create a gift card campaign](/docs/product/tutorials/coupons/giftcard.md)
- [Redeem a coupon code to issue a discount](/docs/product/tutorials/coupons/basic-coupon.md)
- [Use coupon wallets](/docs/dev/tutorials/use-coupon-wallets.md)

[view]: #list-coupon-codes-and-gift-cards
[enabled]: /docs/product/campaigns/settings/manage-campaign-features.md
