Request delay power-up allows you to delay requests from 15 minutes to 1500 minutes.
To create a delay for the request, you should send a request to the URL with the following structure https://ss.example.com/stape/delay/15/ where:
- https://ss.example.com is your tagging server URL
- /stape/delay/ - is a required field
- 15/ - number of minutes requests should be delayed. It can be any number of 15 to 1500.
Example:
- Delay request by 15min: https://ss.example.com/stape/delay/15/
- Delay request by 30 min: https://ss.example.com/stape/delay/30/
By default, the request is just sent to the server container, so you usually need to specify some path where the request should be sent. For example, for a request to be processed by the Data Client, you need to send the request to /data. To make this happen with the delay you want, use a URL like this:
https://ss.example.com/stape/delay/15/data
Comments
0 comments
Please sign in to leave a comment.