We track unique user actions in the Actions table. We need to expose an api endpoint that returns total counts filtered by the utm_* and url_source fields in our Actions table. This would be used by JS on the frontend to manage volunteer counts and funds raised for different specific actions.
We track unique user actions in the Actions table. We need to expose an api endpoint that returns total counts filtered by the utm_* and url_source fields in our
Actionstable. This would be used by JS on the frontend to manage volunteer counts and funds raised for different specific actions.