# Transparent Ads

> The article provides a complete guide on integrating Transparent Ads with AnyTrack, emphasizing the importance of transparency and sustainability. It outlines the setup process, including installing the AnyTrack Tag, configuring postback URLs, and validating the integration using tools like the AnyTrack Pixel Helper. The article also covers troubleshooting common issues, ensuring accurate conversion tracking through AutoTag and manual link adjustments, and highlights the necessity of the `click_id` for successful tracking.

Transparent Ads is an affiliate network that connects advertisers with publishers through transparent tracking and fair commission structures. Integrating Transparent Ads with AnyTrack enables accurate conversion attribution and revenue tracking across your affiliate campaigns.

## Setup Steps

<Prerequisites
  title="Before you begin"
  items={[
    { label: "You have an AnyTrack account with a paid subscription", done: true },
    { label: "You have an active Transparent Ads affiliate account", done: true },
    { label: "The AnyTrack Tracking Tag is installed on your website", done: true },
  ]}
/>

1. **Install the Tracking Tag** — Add the [AnyTrack Tracking Tag](/docs/install-anytrack-tag) to your website's conversion page (thank you page, confirmation page, or checkout success page).

2. **Configure Postback URL in Transparent Ads** . Navigate to your Transparent Ads account settings and add AnyTrack's postback URL to receive conversion data. Your account manager or Transparent Ads support can provide the exact postback URL configuration.

3. **Enable AutoTag or Manual Link Configuration** . Use [AutoTag](/docs/autotag) to automatically append tracking parameters to Transparent Ads affiliate links, or configure links manually with the required click ID parameter.

4. **Validate with Pixel Helper** . Use the [AnyTrack Pixel Helper](/docs/pixel-helper-extension) to confirm that conversions are being tracked correctly on your confirmation page.

## Event Mapping

Map Transparent Ads conversions to AnyTrack events to track revenue, product data, and custom attributes:

- **Conversion Value** . Map the purchase amount or commission value
- **Product Data** . Include product ID, category, and SKU if available
- **Custom Attributes** . Track affiliate source, campaign, and any custom parameters

See [Event Mapping](/docs/event-mapping) for detailed setup instructions.

<FaqAccordion
  title="FAQ & Troubleshooting"
  icon="fa-duotone fa-circle-question"
  items={[
    {
      question: "What happens if the click ID is missing from the conversion?",
      answer: "Without a click ID, AnyTrack cannot attribute the conversion to the original traffic source. Ensure the <code>click_id</code> parameter is appended to all Transparent Ads affiliate links."
    },
    {
      question: "How long does it take for conversions to appear in AnyTrack?",
      answer: "Conversions typically appear in your AnyTrack dashboard within minutes of being tracked. Check the <a href='/docs/attribution-delays'>attribution delays guide</a> for platform-specific timing."
    },
    {
      question: "Can I track different commission types (CPA, percentage, hybrid)?",
      answer: "Yes. Map the conversion value to the actual commission amount earned, regardless of the commission structure. AnyTrack records each conversion's value for accurate ROI calculation."
    },
    {
      question: "Do I need to use AutoTag or can I configure links manually?",
      answer: "You can use either method. <a href='/docs/autotag'>AutoTag</a> automatically appends click IDs to Transparent Ads links, while manual configuration gives you more control over parameter placement."
    }
  ]}
/>

## Related Articles

- [FB Ads Affiliate Marketing](/docs/how-to-do-affiliate-marketing-on-facebook-ads)
- [Google Ads Affiliate Marketing](/docs/how-to-do-affiliate-marketing-on-google-ads)
- [Track Forms and Pass Click IDs](/docs/how-to-track-form-submission-and-pass-anytrack-clickid-to-an-affiliate-offer-link)
---
