# Can I track my conversions on my DTXplatform panel?

Yes, you can track conversions on your DTXplatform Panel by adding our postback URL to your tracker:\
\
[https://xml.dtxplatform.net/conversion?id=**NEW**\&c=**{conversion}**\&count=**{count}**\&value=**{value}**](https://xml.dtxplatform.net/conversion?id=NEW\&c=%7Bconversion%7D\&count=%7Bcount%7D\&value=%7Bvalue%7D)

{conversion} - Represents the conversion token, may also be known as ClickID.

{count} - Represents the number of conversions that occurred. We recommend setting it to 1 by default unless an action equals more than 1 conversion.\ <br>

{value} - Represents the payout value of the conversion. The conversion value would be presented in the reports section under "Goals value".

If you need any further assistance you can contact our Support.


---

# 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://help.dtxplatform.com/advertisers-help-center/can-i-track-my-conversions-on-my-dtxplatform-panel.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.
