1
Install OneView Tag template from Google Tag Manager® Gallery
2
Verify the implementation
Introduction
Backend Events are used to send events from your server. You can use whichever method is most convenient for you.Authenticating Requests
First you need to generate an API Key from Settings > API Key, then how you use it depends on the method you choose to send events:| API Key usage | |
|---|---|
| Server-side Tag Manager® | Use the appropriate field in the Tag |
Idempotent Requests
The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. If the request fails, you can retry it with the same key to ensure that the operation is not performed twice.| Idempotency Key usage | |
|---|---|
| Server-side Tag Manager® | Use the appropriate field in the Tag |