Skip to content
PartnersMy logo
AffiliatesCampaignsFor companies
EspañolEnglish
Log inSign up
AffiliatesCampaignsFor companies
EspañolEnglish
Log inSign up

Join PartnersMy

The platform where brands and affiliates grow together.

Competitive commissions, real-time tracking and secure payouts. Everything you need to monetize your traffic or scale your affiliate program.

Create free accountBrowse campaigns

PartnersMy

  • About us
  • Careers
  • Promotions
  • News

Affiliates / Advertisers / Agencies

  • Welcome bonus
  • Affiliates
  • Advertisers
  • Agencies

Tools

  • Monetize your traffic

Legal

  • Help Center
  • Legal Notice
  • Terms
  • Privacy
  • Cookies
PartnersMy
© 2018–2026 PartnersMy
  1. Home
  2. Advanced API
  3. Tracking

Advanced API

Tracking

Create links, register S2S conversions and query attributed events.

OverviewAuthenticationProgramsPromotionsTrackingWebhooksErrors
POST/api/v1/tracking-links

{ "programSlug": "brand-demo" } — returns the tracking URL.

GET/api/v1/conversions?from=2026-04-01T00:00:00.000Z

List events. Accepts to, type and status.

POST/api/conversion

Server-to-server (S2S) conversion for advertisers. Requires API key.

Event types

SIGNUP: user registration.

TRIAL: free trial start.

PURCHASE: completed purchase.

UPGRADE: upgrade to a higher plan.

RENEWAL: subscription renewal.

REFUND: purchase refund.

CANCELLATION: subscription cancellation.

S2S conversions (server-to-server)

Advertisers can register conversions from their server with POST /api/conversion.

Useful when the conversion happens outside the normal tracking flow (e.g. own backend).

Requires advertiser API key and the associated partnership data.

Tracking sources

TRACKING_COOKIE: user click captured by PartnersMy cookie.

VENDOR_S2S: conversion reported directly by the advertiser.

SUBSCRIPTION: automatic renewal/plan-change event.

NETWORK_WEBHOOK: conversion reported by the affiliate network (Impact, Awin, etc.).