Skip to content

Overview

Subscriptions was a simple idea where we have a public facing end point which accepts hits that follow our SubscriptionsSchema and eventually gets inserted into attrib_external_event.
The idea was to allow client's internal (or third party) payment systems to be able to ping us during subscription renewals. If they pass us the same transaction_id that was originally used, and or a customer_id, then we could attribute this revenue back to the original on-site Visitor.

This is potentially very powerful, though not used in a long time. I do not know if it still works, but the code appears to follow all our best practises.

Warning

This has not been moved to Positive and so this URL end point does NOT do anything. It would need to be developed and tested locally, then deployed to their servers similar to our other DPS projects.