If you run landing pages outside of TagadaPay (advertorials, custom funnels, partner sites), you can still send your traffic into a TagadaPay checkout with a tiny web integration snippet.
The simplest option. Generate a checkout link in the dashboard and use it as a button URL on any site.
→ See Generate a checkout link in the dashboard guide.
Drop a small <script> tag on your landing page. It exposes a Tagada global that your buttons can call to open checkout, attach products to the cart, and pass tracking IDs.
This is the right choice when:
You need to track external page views before checkout starts
You want to dynamically vary the cart based on user choices on the landing page
You're adding TagadaPay to an existing funnel built outside TagadaPay
Snippet reference, button mapping, dynamic cart, and tracking:
→ docs.tagada.io/developer-tools/web-integration/trigger-checkout-from-website
For the external page tracker (works alongside the trigger):
→ docs.tagada.io/developer-tools/web-integration/external-page-tracker