Pornworks highly values ❤️ affiliate partners who drive traffic to our platform.
We guarantee conversion delivery for our partners with several 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:
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
.
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 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}}"
}
}
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].