Tracking new subscribes per form
Hello, is there some way to track subscribers by the form the user signed up on?
If not, could someone guide me on how to do this with google analytics?
Thank you!
This discussion has been closed.
Hello, is there some way to track subscribers by the form the user signed up on?
If not, could someone guide me on how to do this with google analytics?
Thank you!
Comments
Hi,
You can create a Custom Field in your list and call it something like 'Form Type'.
Then build your own subscription form using Sendy's API. When users sign up, pass in the name of the 'Form Type' (eg. 'From website') into the API call.
Thanks.
Best regards,
Ben
Thank you