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 blog post will show how to write data to Firestore from the server Google Tag Manager container. I’ll also show how to use the Firestore Writer tag and Firestore Lookup variable to enrich server-side data.
This article will discuss how to set cookieless Google Analytics 4 tracking using the server Google Tag Manager.
Discover how to set up Stape's pre-built GTM container templates. Simplify server-side tracking setup and enhance data collection.