Store is a Stape’s built-in database that allows you to write, read, sync, and manage data within the server Google Tag Manager hosted on Stape. The store is available for Pro plan users and higher.
The functionality and design of the Stape Store are highly similar to Firebase. You can store JSONs of data organized in documents. 1mb - the maximum size of one document.
Three templates help to operate with data in the Stape Store:
Would you like to set up your interactions with Stape Store (write to it, read from it, etc.) directly via API instead of utilizing Stape’s interface and/or tags? We prepared comprehensive documentation to help your developers integrate the Stape Store API in your environment. To access it, click Stape Store API in the Stape Store menu, and you will be redirected to the database.
Simple setup - there’s no need for complicated integrations or third-party credentials. Stape Store is ready to use immediately within your account, right away.
Centralized data management - manage all essential data (e.g., API keys, user details, product information) directly in one place. Fewer errors, faster and more consistent data access, and no need to switch between multiple tools.
Advanced functionality - Stape Store offers features designed for flexibility and control. You can combine multiple files into collections, apply filters to search through your data, define a TTL (time-to-live) for records that you wish to make temporary, and more.
Built-in and cost-efficient — Stape Store is included in all plans, so you don’t need to pay for separate hosting or third-party database services. You only pay for requests, just like with other Stape features.
Save user data. Stape Store keeps details like email, user ID, or phone number to use across sessions and improve event tracking.
Cache data. You can temporarily keep info from third-party APIs (like product details or currency rates) to streamline your setup.
Keep setup settings. You can store campaign parameters, tracking rules, or other configuration data in one easy-to-manage place.
Handle temporary info. You can use Time-to-Live (TTL) to automatically delete short-term data like consent choices, promo codes, or session info.
Share data between tags. You can write data with one tag and read it with another to keep everything consistent inside your sGTM container.
Connect with other systems. You can use the Stape Store API to send or pull data from your CRM, backend, or analytics platforms.
Organize and manage data. You can group related documents into collections, and edit or delete them in bulk for easier data management.