# Conversion Tracking

Enter a **Conversion Tracking URL** on the Payment, Tax & Disclaimers settings page of your BDP account.

After an order is placed, the customer will be returned to your chosen URL with a "data" parameter appended. &#x20;

### Example URL:

<https://www.yourdomain.com/your-order-complete-page/?data=%7B%22orderTotal%22%3AXXX%2C%22transactionId%22%3A%22XXXX%22%2C%22receiptUrl%22%3A%22https%3A%2F%2Fyouraccount.bulkdelivery.app%2Forder%2FXXXX%2FXXXX22%22%7D>

*This "data" is an encoded JSON object that includes the following information:*

### Encoded JSON Object:

{% code lineNumbers="true" %}

```
{ 
    "orderTotal":XXX, 
    "transactionId":"XXXX", 
    "receiptUrl":"https://youraccount.bulkdelivery.app/order/XXXX/XXXX" 
}
```

{% endcode %}

You, or your developer, can parse the URL 'data' parameter, decode the data, and then use this information to provide conversion tracking details in the platform of your choosing.

Please [Contact BDP Support](mailto:support@bulkdelivery.pro) if you have any remaining questions, or need more information.&#x20;

*Learn more about Conversion Tracking with Google Ads:*

{% embed url="<https://support.google.com/google-ads/answer/1722022?hl=en>" %}
