Get Interpretable Values with the Metadata API

The Monetate Metadata API allows you to retrieve interpretable values for experiences, page events, and custom targets. Monetate provides unique IDs because they never change, whereas you can change the name of experience variants and page events in the platform. You can send a request to the API with an experience ID, page event ID, or target ID to return a set of interpretable values.

Access and References

Your application must identify itself every time it sends a request to the Monetate Metadata API. The Monetate Auth API allows you to manage tokens on a per-user key basis. With this API, you can request a token that has a fixed expiration, that is associated with a public key you uploaded to Monetate, and that may be revoked by deactivating that key.

Code Example

The following example script, in version 3 of Python, demonstrates how to look up metadata for unique IDs found in Session Stream.

Python




Updated 29 Aug 2024