> ## Documentation Index
> Fetch the complete documentation index at: https://docs.adrop.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Managing Ad Products

> Learn how to edit or delete created ad products.

***

## Ad Product Status

You can check the current status of each product in the ad product list. Campaign booking availability depends on the status.

| Status        | Description                                                           | Campaign Booking |
| ------------- | --------------------------------------------------------------------- | :--------------: |
| **Preparing** | Some units in the creative set have not yet completed SDK integration |         ✅        |
| **On Sale**   | All units have completed SDK integration                              |         ✅        |
| **Deleting**  | Waiting to be completely deleted after deletion request               |         ❌        |

<Note>
  Ad requests must occur at least once from all units included in the creative set. Display the ad unit screen at least once after integrating the SDK into your app to automatically transition to On Sale status.
</Note>

***

## Editing

### Edit Procedure

1. Select the product to edit from the **Ad Products** menu.
2. Click the **\[...]** button in the top right of the detail page.
3. Select **Edit**.
4. Make changes and click **Create Product**.

### Editable Items

| Item                           | Description                                                        |
| ------------------------------ | ------------------------------------------------------------------ |
| **Ad Product Name**            | Product name displayed to advertisers                              |
| **Billing Type**               | CPM, CPC, CPP                                                      |
| **Sales Info**                 | Unit price, product discount rate, minimum execution amount/period |
| **Sales Metrics**              | Daily impressions, expected CTR                                    |
| **Targeting Settings**         | Targeting categories, required selection settings                  |
| **Advanced Settings**          | Frequency cap, video skip delay                                    |
| **Creative Set Configuration** | Add/separate/remove units, rename sets, change set composition     |

<Note title="Changing discount rate">
  You can change the product discount rate for promotions or seasonal events. Enter the discount rate (%) in the <strong>Sales Info</strong> section of the edit screen. Changed discount rates apply to newly booked campaigns.
</Note>

### Cautions

<Warning title="Units needing modification">
  If the creative set contains units in "needs modification" status, you cannot edit the ad product. First remove those units from the set or revert the unit settings.
</Warning>

If the creative set contains units in "needs modification" status, you cannot edit the ad product. First remove those units from the set or revert the unit settings.

Changes apply to new campaigns only. Live campaigns continue operating with their original booking settings.

***

## Deleting

### Delete Procedure

1. Select the product to delete from the **Ad Products** menu.
2. Click the **\[...]** button in the top right of the detail page.
3. Select **Delete Product**.
4. Enter the product name to delete and click the **Delete** button.

### Cautions

<Warning title="Permissions">
  Deletion requires **Owner** permission or higher.
</Warning>

<Warning title="Deletion waiting period">
  Products are not deleted immediately after request—they enter **Deleting** status.

  * If no live campaigns: completely deleted 3 days after request
  * If live campaigns exist: completely deleted 3 days after the last campaign ends

  New campaign bookings and product edits are not possible while in Deleting status.
</Warning>

### Canceling Deletion

Products in Deleting status can be restored before complete deletion.

1. Select the product in Deleting status from the **Ad Products** menu.
2. Click the **\[...]** button in the top right of the detail page.
3. Select **Cancel Deletion**.

<Note>
  When deletion is canceled, the product immediately restores to its previous status (On Sale or Preparing).
</Note>

<Warning title="Cannot recover">
  Completely deleted ad products cannot be recovered. Cancellation is only possible during the deletion waiting period.
</Warning>

***

## List Management

### Changing Display Order

You can change the order of ad products displayed to advertisers.

1. Click the **Change Order** button in the **Ad Products** menu.
2. Drag and drop to adjust product order.
3. Click **Save Changes**. (Click **Cancel** to discard changes)

<Note>
  Placing popular or recommended products at the top can guide advertiser choices.
</Note>

### Filtering Lists

Filter the ad product list by various conditions to quickly find desired products.

* **Filter by status**: Preparing, On Sale, Deleting
* **Filter by billing type**: CPM, CPC, CPP

### Checking Targeting Info

In the **Targeting** section of the product detail page, you can check:

* Estimated target size
* Targeting options to display on the product
* Required selection targeting options

***

## Next Steps

<Card title="Testing Ad Products" icon="flask" href="/ad-product/testing">
  Verify ad products work correctly with test campaigns
</Card>

***

## FAQ

<AccordionGroup>
  <Accordion title="Do edits affect live campaigns?">
    No. All product settings including targeting and surcharge rates are applied as a snapshot at the time of campaign booking (or modification). Live campaigns continue operating with their original booking settings.
  </Accordion>

  <Accordion title="Can I create a new product with the same name after deletion?">
    Yes. after deletion completes, you can create a new ad product with the same name.
  </Accordion>

  <Accordion title="The status isn't changing from Preparing to On Sale.">
    Ad requests must occur at least once from all units included in the creative set. Integrate the SDK into your app and display the screen containing the ad unit at least once.
  </Accordion>
</AccordionGroup>
