catalogs
12 TopicsBraze Catalogs. No Required ID? Personalized Recommendations with MD5 Hashing
Hi there! I recently ran into a snag when launching a personalized recommendations email campaign using Braze Catalogs. Turns out, I was missing the required item IDs! This can be a real headache, but I found a workaround and wanted to share it with you. My guide shows how to use MD5 hashing to create unique identifiers from your item titles, even without those original IDs. {% assign title_to_match = {{event_properties.${items}[0].item_name }} {% assign key = {{title_to_match | md5}} %} full guide here - https://medium.com/@artembratchenko/leveraging-braze-catalogs-for-personalized-item-recommendations-a-guide-without-required-ids-e05ac227c111234Views2likes0CommentsSupport: Localisation for Catalogs content?
Hi everyone, I am integrating the catalog feature and now defining the required fields for my first catalog. And I would like to know is the catalog fields support localisation? As the field ONLY allowed to be typed as String, or I need to create a new field for each language, like name_en, name_fr? https://www.braze.com/docs/user_guide/personalization_and_dynamic_content/catalogs/catalog46Views1like4CommentsSelection Stuck in "Processing" Status via API
Hello everyone, I’m currently facing an issue when creating a Catalog Selection via the Braze API. The selection is successfully created, but it remains stuck in the "Processing" status and never completes. { "selection": { "name": "Test Product Selection", "description": "Random MBB", "results_limit": 1, "filters": [ { "field": "service_provider", "operator": "equals", "value": "Sport Fankhauser" } ] } } The selection is successfully created (message:success), but it remains stuck in"processing" status indefinitely. Do i something wrong ?Solved35Views1like4CommentsUsing Catalog Selections in an Abandoned Carts Canvas
Hi fellows, First, I miss the Slack community. Second, I need help with incorporating Catalog Selections. Any Braze Learning courses that you recommend? My Canvas entry depends on a custom event (add_to_cart) that has a property (product_id). I uploaded my catalog to Braze and I want to personalize the notifications in the canvas to include the product name in the message text. My catalog has id, name, price, and all essential catalog info. Can you help me with your input and recommend resources that can help? Cheers355Views1like1Comment