Categorizing campaigns into groups based on rewards is an essential feature of the Buzzebees system. The Buzzebees back office provides a user-friendly interface that allows businesses to set up and configure categories according to their requirements.
The categorization feature enables businesses to segment their campaigns into different groups based on rewards, enabling users to filter and find campaigns that match their interests. By organizing campaigns into different categories, businesses can also ensure that their campaigns are effectively promoted to their target audience.
The Buzzebees back office provides businesses with a range of customizable options to set up and configure their categories. These options include setting up new categories, editing existing ones, and deleting categories that are no longer relevant.
The Category object, that's result from API Category list, is a data model that contains CatId, Name, Name_en, and Icon_url properties. It is used to store and retrieve information related to campaign categories, allowing businesses to easily customize their categories and offer their users a seamless experience when filtering and finding campaigns.
curl --location --request GET 'https://buzzebees-dev.azure-api.net/api/campaigncat/menu?config=buzzebees_demo'
--header 'Content-Type: application/x-www-form-urlencoded; charset=utf-8'
--header 'Ocp-Apim-Subscription-Key: {Subscription-Key}'
--header 'Ocp-Apim-Trace: 1 '
--header 'App-Id: {App-Id}'
--header 'Authorization: token {token}'