# Dual End Card

A Dual End Card is a personalized extension of the ad campaign that gives users a final opportunity to engage with it. The DT Exchange generates it from the bundle information from the open RTB bid, which includes the app name and icon.

DSPs can implement this feature and set the `dualendcard` attribute in the `BidResponse.seatbid.bid.ext`, which sends it for eligible traffic.

### BidRequest.imp.video.ext

| ATTRIBUTE     | DESCRIPTION                                                                                                                                             | TYPE    |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `dualendcard` | <p>Indicates whether the inventory is eligible for a Dual End Card.<br>(<code>1</code> = true, <code>0</code> = false; default: <code>1</code>)<br></p> | Integer |

### BidResponse.seatbid.bid.ext

| ATTRIBUTE     | DESCRIPTION                                                                                                                                | TYPE    |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------ | ------- |
| `dualendcard` | <p>Indicates whether DTX renders the Dual End Card.</p><p>(<code>1</code> = true, <code>0</code> = false; default: <code>1</code>)<br></p> | Integer |

### FAQ

<details>

<summary>How will DT Exchange know which store product to show?</summary>

To enable a Dual End Card, DSPs must provide the store listing ID of the app under the `BidResponse.seatbid.bid.bundle`.

</details>

<details>

<summary>In which cases will the Dual End Card be displayed?</summary>

DT Exchange displays the Dual End Card when the user does not click on an ad video or completion.

</details>

<details>

<summary>How are click tracking and destination handled?</summary>

DT Exchange uses `CompanionClickThrough` and `CompanionClickTracking` from the displayed creative end card to track clicks and destinations.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digitalturbine.com/dt-exchange/advertisers/dt-exchange-openrtb-2.5-specs/dual-end-card.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
