Asked by domiq3 on November 5, 2024
Can I retrieve website visitor information and send it to Google Sheets? What visitor information is available?
Answered by Twidget
You can capture request header information such as User‑Agent, device, browser, country, and other values available from the HTTP request. You can then write that data to Google Sheets via their API or using Twidget’s connector commands.
Simple authentication with a single secret key
Twidget supports token‑based authentication and provides tutorials on usage. You must first generate an authentication token (via a login request); once issued, that token can be reused for subsequent requests. There is no way to bypass the initial token generation step entirely.
See tutori...
Querying by custom columns (e.g., age)
Yes. Generate an endpoint for the table and update the commands/inputs to use your custom field (e.g., age), or create a custom endpoint and query the table filtering by that field.
Using Twidget to replace automation tools and act as a database
Yes. Using Twidget’s HTTP Request and connector commands you can integrate with Airtable and Google Sheets/Google Contacts. Twidget also includes a built‑in database suitable for storing and managing your data.
Building an e‑commerce backend
Yes — you can build an e‑commerce backend with Twidget.
Programming language used by Twidget
Twidget is a no‑code development platform, so you do not need to know a programming language to use it.