Stape
Stape benefit

Stape Store

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 Business 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.

stape store solution for server gtm

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

Host your GTM server at Stape