data transformation
8 TopicsIs there a way to export audience data from a campaign?
Hello everyone! Is there any way to export the data of the Audience Settings from a campaign such as highlighted in the screenshot bellow? I would like to access this information for all campaigns using the Braze API. I found information about the campaigns (https://www.braze.com/docs/api/endpoints/export/campaigns/get_campaign_details) and segments (https://www.braze.com/docs/api/endpoints/export/segments/get_segment_details), but neither of these endpoints provide any information about the audiences or the relations between segments and campaigns.61Views0likes3CommentsStoring Percentags
Whats the best pracctices for storing percentages against a user's profile. Eg. I have a use case where I want to store the interest rate applied to a customer's loan on their profile. Is it best practice to store it as a decimal eg. 0.05 or as a percentage 5.0%?60Views0likes3CommentsHave a date format in user update step
Hello, I have a canvas in which users enter after performing a custom event (Action-based canvas). In this canvas, I have a User Update step that is updating the object of a custom attribute via the UI editor. This object is named "date" and I want the value of this object to be a date. However, it seems that the value I'm retrieving has a string format, not a date format. Do you know what should I do to have this value indeed considered as a date? So that I don't need in my content to use liquid to convert this string into a date to play with it. Thank you!93Views0likes3CommentsApple & Google Login Feature
Hello people, We are considering implementing social logins in our app (Google & Apple) to simplify and facilitate user login. However, this generates issues with our customer profiles and everything related to them (segmentation, campaign targeting, discounting, etc.) as a user could hide their email through Apple or use another email more easily to generate a new account. Does anyone have by any chance any data regarding what % of users use it and if you have any best practices for user identification?49Views0likes1CommentBest First party data.
We work with first-party data. But what is the best way to get this first-party data? Paid Ads? Newsletters / Surveys? Clients? All of the above? What has been your experience in the best way to get data that is also most usable for braze strategies + integration?166Views0likes0CommentsDo Legal Requirements Prevent You From Storing Personal Data in Braze? Let's Talk!
Do legal requirements at your company prevent you from storing personally identifiable data (such as email addresses or phone numbers) in Braze? If so, using Braze’s full personalization capabilities may pose a challenge. We’d like to speak to customers facing this challenge, so we can help you solve this problem. We can offer you $50 for your time. If you’re interested in speaking to us for 30 minutes about your requirements, please fill out the following form and we’ll reach out to you to schedule! If you have any questions, please reach out to Audra Wingard at audra.wingard@braze.com. https://forms.gle/iyvQkGWWpm5GzZTr8154Views0likes0CommentsWebhook Issues - Writing New Array Custom Attribute to Users Profile
Hi all, I was wondering if anyone could help me with my Braze to Braze webhook custom attribute update issue I am having with an array attribute. Long story short, I have setup the webhook like you normally would for a custom attribute update but when I try and test with the array custom attribute it never writes to the test users profile even when I get a 201 message. I don't have the issue with non-array attributes. I have added the json code below i am using [minus actual API key and the real attribute name). Is there something wrong with it? Anyone's help here would be much appreciated! POST https://rest.iad-02.braze.com/users/track Content-Type: application/json Authorization: Bearer [API KEY] { "attributes": [ { "external_id": "{{${user_id}}}", "[Array Custom Attribute Name]": "[Data To Add to Array Attribute]" } ] }259Views1like1CommentBulk Assigning Email Subscription Groups
Can I "bulk assign" users to a subscription group using the Braze CSV import tool? For instance, if I wanted to assign 250k of our users to a specific subscription group, is that something I can do myself without a) using the API, or b) manually going to each user’s profile and switching their subscription status? I'm hoping this would work the same way as bulk assigning users a specific Custom Attribute value, which is very simple via CSV import. Thanks!Solved321Views0likes1Comment