Q: Can a user/member add/modify leadmagnets and collect the leads?
The use case is to offer a Subpage account/organization to my clients. Using my main account, I create a new organization for the client, and add him as a member. Can he do everything with his member access? Is this possible?
Q: Hey Andrei, This looks like a really good tool. Can we embed a chatbot as a lead magnet
from another platform that has the ability to be embeded as an iframe into subpage? If so, can I have multiple tabs with one embed per tab or even multiple embeds per tab? Secondly, is there a limit on the number of leads we can collect? And finally, do the number of invited users represent internal users? Thanks Jay
Q: How to add Meta Events like fbq('track', 'CompleteRegistration');
I couldn´t find the way to add tracking codes like fbq('track', 'CompleteRegistration') to tell Meta I generated a lead. It would be great idea to implement tracking code in the lead form or make Head Scripts section independent for every TAB.
Q: Can a user/member add/modify leadmagnets and collect the leads?
The use case is to offer a Subpage account/organization to my clients.
Using my main account, I create a new organization for the client, and add him as a member.
Can he do everything with his member access?
Is this possible?
subpageco
Mar 8, 2025A: Hello,
Yes, all the invited users can do everything.
Thanks
Share Subpage
Following
Q: Do you have an ETA for the "Buttons" translations / tracking analytics for each lead / GDRP compliancy? ?
subpageco
Mar 4, 2025A: Hello,
These should be done in the next release - end of March.
For the GDPR - please check our terms and policies:
https://subpage.co/terms-and-conditions/
https://subpage.co/privacy-policy/
Thanks!
Share Subpage
Q: Hey Andrei, This looks like a really good tool. Can we embed a chatbot as a lead magnet
from another platform that has the ability to be embeded as an iframe into subpage? If so, can I have multiple tabs with one embed per tab or even multiple embeds per tab?
Secondly, is there a limit on the number of leads we can collect?
And finally, do the number of invited users represent internal users?
Thanks
Jay
subpageco
Mar 3, 2025A: Hello,
Yes, our editor is block-based, you can use the HTML block from our editor and embed it as IFRAME.
There isn't a limit to the number of leads collected for the premium accounts.
There is a limit of 20 invited users per organization.
Thanks!
Share Subpage
Q: Is it possible to track for each lead? Document opening, how many times, pages views... ?
subpageco
Feb 25, 2025A: Hello,
We don't have these analytics currently, but they are on our roadmap.
Thanks for understanding!
Share Subpage
Verified purchaser
Do you have an ETA for this? 60 days?
Q: How to add Meta Events like fbq('track', 'CompleteRegistration');
I couldn´t find the way to add tracking codes like fbq('track', 'CompleteRegistration') to tell Meta I generated a lead. It would be great idea to implement tracking code in the lead form or make Head Scripts section independent for every TAB.
subpageco
Feb 25, 2025A: Hello,
You can try to add t he following script on the page custom scripts:
document.addEventListener("DOMContentLoaded", function () {
document.addEventListener("click", function (event) {
if (event.target.type === "submit") {
fbq('track', 'CompleteRegistration');
}
});
});
Enter on a specific page and click on "Page Scripts & CSS" in the...
Share Subpage
Thanks a lot for the fast response.
I am going to give it a try.
Cheers. Regards.