Store is a Stape’s built-in database that allows you to write, read and sync 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 extremely similar to Firebase. You can store JSONs of data organized in documents. 1mb - maximum size of one document.
Three templates help to operate with data in the Stape Store:
Stape store API endpoints:
1. Add/update documents.
PUT /v1/store/{key}
PATCH /v1/store/{key}
2. Get documents.
GET /v1/store/{key}
3. Delete documents.
DELETE /v1/store/{key}
4. List documents.
POST /v1/store
This article will discuss how to set cookieless Google Analytics 4 tracking using the server Google Tag Manager.
Check out why you need to track Profit on Ad Spend and how to set it up in a few simple steps using Stape Store.