Good day everyone, I have received help from support but would like to know if the way to track where my subscribers are coming from is to paste the relevant strings such as this. Thank you didn't want to bother support cause been asking too many questions. I am using API not the embed form of behiiv
Yes Source and Campaign help you where the subscriber are coming in..as long as you are passing them through API
Thank Keyur you so I should just paste this as code in my website.
Good day Keyur I tried copying the 3 strings but it doesn't copy the code. Would you mind if I ask where the code to be copy is located?
Not sure how your set up is, but if you are using the API to send the data to your beehiiv, these are the fields that you need to send with the value against each field.
how are you sending the data into beehiiv?
Right so there is a setting if I remember which will take UTM values automatically and pass it on to beehiiv.
Yes, but it's not showing anything only API
(Optional) Check Collect UTM parameters to automatically include all detected UTM parameters. The following parameters will be included if detected: UTM Source, UTM Medium, and UTM Campaign.
if you are following this part, (https://carrd.co/docs/forms/setting-up-a-beehiiv-signup-form) then should work as long as the people are ending up on your carrd co site with UTM
Hey been a while Keyur, how do I add the strings in my links?
Is it like this? ? www.theimprovementletter.comutm_source{{url.utm_source}}&utm_medium={{url.utm_medium}}
you can use this to generate a specific UTM per source if you like
Thank you