Delivery conversion

Pornworks highly values ❤️ affiliate partners who drive traffic to our platform.

We guarantee conversion delivery for our partners with several types.

Conversion Types

We are able to deliver to you any conversion event for a better understanding of the sales funnel.

For now, we have 2 base events:

  1. Signup.
  2. Purchase.

UTM Parameters

To be able to detect your traffic, you need to pass a 🔥 special utm_source parameter in the URL.

We store this parameter permanently with the users upon registration, even if they clear their browser cache.

Thus, all purchases from your traffic are attributed to your utm_source and thus to you.

https://pornworks.ai/?utm_source=your_site

Please write to [email protected] to reserve your utm_source.

🖼️ Image Pixel

Presents a 1-pixel image from your site, placed on our site (frontend) for a visitor.

This is used to gain access to visitors’ Cookies on your side.

You need to provide us with your image pixel pattern ↓

<img src="https://your-web-site.com/track/1x1?conversion_type={{type}}&utm_campaign={{utmCampaign}}"

We Guarantee

  1. Delivery of conversion even if the user closes the browser and then opens it again.
  2. Prevention of double sending.

📤 Postback Call

We make an HTTP call on the backend.

You need to provide us with your postback pattern in JSON ↓

{
  "method": "post",
  "url": "https://your-web-site.com/api/conversion",
  "params": {
    "site": "pornworks"
  },
  "auth": {
    "username": "pw",
    "password": "xxxYYY"
  },
  "headers": {
    "x-token": "xxxYYY"
  },
  "body": {
    "conversion_type": "{{type}}",
    "utm_campaign": "{{telemetry.utmCampaign}}",
    "utm_term": "{{telemetry.utmTerm}}",
    "sum": "{{order.sum}}"
  }
}

We Guarantee

  1. Delivery of conversions within 5 minutes after the event has occurred.
  2. At least 10 attempts to make a call if your server is not responding.

Available Parameters

Name Type Example
type string signup | purchase
telemetry.utmSource string  
telemetry.utmCampaign string  
telemetry.utmMedium string  
telemetry.utmContent string banner-XYZ
telemetry.utmTerm string  
telemetry.language string RU
telemetry.userAgent string Chrome/120.0.0.0 Mobile Safari/537.36
Signup    
user.registeredAt date  
Purchase    
order.createdAt date  
order.plan string ultimate
order.period string 1y
order.currency string USD
order.price float 14.99

If you have any questions, please write to the support team at [email protected].