Skip to main content

Offer – Additional notifications

How to configure Offer's additional notifications

J
Written by Jorge Rubia

Additional notifications allow you to configure one or more URLs that will be called each time a conversion is received for this Offer, independently of the Affiliate postback. Both GET and POST methods are supported.

This is useful for forwarding conversion data in real time to third-party platforms (e.g., analytics tools, attribution platforms) or to other internal platforms within the network.


How to access it

Go to the Offer, navigate to General > Main setup, and scroll down to the Additional notifications section.


Configuration

Click + Add item to add a new notification URL. For each notification you can configure:

  • Method — the HTTP method used to send the notification:

    • GET — the notification is sent as a standard GET request.

    • POST — the notification is sent as a POST request with the data in the request body.

  • URL (mandatory) — the endpoint where the notification will be sent. You can include any of the available macros directly in the URL to pass conversion data dynamically.

All standard Aftrad macros are available, including: {affiliate_id}, {affiliate_click_id}, {offer_id}, {payout}, {aggregate_id}, {country_code}, {event_type_name}, {click_timestamp}, {event_timestamp}, and many more.

💡 Tip: You can add multiple notification URLs if you need to notify several platforms simultaneously. Each notification is sent independently.

⚠️ Important: Additional notifications are independent from Affiliate postbacks. Configuring a notification here does not replace or affect the postback sent to the Affiliate.


Related articles

Did this answer your question?