Oktopost
Account

Conversion Tags

View conversion types configured in your account for tracking campaign performance.

A conversion tag defines a specific action that counts as a conversion in your social media campaigns. Conversion tags enable you to track users who click on your social links and then complete valuable actions on your website, such as form submissions, downloads, purchases, or demo requests. Each conversion tag represents a distinct conversion type (e.g., "Whitepaper Download", "Demo Request") and can be tracked across all your campaigns.

This endpoint is read-only. Conversion tags must be created and configured in the Oktopost platform. Use this endpoint to retrieve tag definitions so you can send conversion events with the correct tag identifiers.

Example Request

curl -i https://api.oktopost.com/v2/conversion-tag

Example Result

{
    "Result": true,
    "Items": [
        {
            "Id": "029000000000000",
            "Tag": "Contact Us",
            "Value": "0.00",
            "Status": "active",
            "Conversions": 0
        }
    ],
    "Total": 1
}