Fetch Metadata In-Game by Tags
Last updated
Last updated
In this How-to, we will fetch all metadata on a specific leaderboard by using tags.
A LootLocker account and a created game
When fetching metadata by tags, you need to provide 3 things:
A ulid
: (can be retrieved through the or in the depending on the feature) of the item to fetch metadata for
For example: 01J96M0BX1GGTPP2QDRCBV3FW2
The tags: of the desired metadata
For example: warrior, global
A source type
One of the following: , , ,
When fetching metadata by tags, a key can be added, but will supersede the tag, so if you want to search by tags itβs best to avoid using keys and vice versa. When fetching metadata by tags you will get all metadata on that object with the same corresponding tag(s).
Check out our for more ways of handling the received metadata entries.
In this How-to weβve fetched multiple metadata entries that were created in the by using tags. Metadata also provides the possibility to fetch a in game or Fetch metadata in game from .