SDKs and APIs
36 TopicsHow to Use the standard user attribute in the Connected audience object filter
from the API side, I followed the document here to create an audience filter and send a message to the audience after this filter. But the document only mentions using custom attributes: { "custom_attribute": { "custom_attribute_name": (String) the name of the custom attribute to filter on, "comparison": (String) one of the allowed comparisons to make against the provided value, "value": (String, Numeric, Boolean) the value to be compared using the provided comparison } } also can I use standard user attributes, like `country` for example: { "attribute_name": "country", "comparison": "equals", "value": 'VN' }, I think Braze does support this, it's just missed from the document side, right? Thank you sou much59Views0likes6CommentsHow is Your Company Utilizing the Web SDK?
Hello! I'm currently exploring the use of Braze's Web SDK for our financial institution and would love to hear how others, especially those in similar industries, are leveraging it. One concern is that our online banking platform is managed separately, which could limit our ability to track member interactions or trigger personalized communications. Since we can't access their email unless they log into online banking, and it’s unlikely they would log in and then return to the main website, this may impact the effectiveness of our tracking and engagement efforts. For those using the Web SDK, do you primarily focus on tracking anonymous users? What kind of insights are you gathering? Any insights or advice would be greatly appreciated!56Views0likes2CommentsIs 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.68Views0likes3CommentsSpike in monthly active users after SDK update
Hey everyone, we have noticed a huge spike in our monthly active users after we did a web SDK update. We have isolated the channel to be web only, but are unsure what could have caused this. It's almost doubled our MAU in 2 months and we are reaching our user cap! Has anyone experienced anything similar or have suggestions on what could be causing this? Apologies for not much information, we are quite stumped138Views0likes4CommentsGenerate UUIDs in App Group with multiple apps
Hi! Braze documentation says that in recent versions of the SDK, Braze uses custom UUIDs as device IDs. Assume that I have an app group with multiple apps. Does Braze use the same UUID as the device ID for each app on a customer's device? Or is a new UUID generated for each app on the same device? Thanks!40Views1like0CommentsHow would a WooCommerce integration look?
I know that WooCommerce is not a partner. So, I am wondering if anyone has experienced integrating WooCommerce with Braze. Do we build the API integration from scratch or are there platforms or extensions that make it easier? Any input is appreciated!302Views0likes1CommentEmail Capture Form for Web
Hi, Braze hive mind! My team is looking for a way to set up a simple web form on our website for users to sign up to receive marketing emails from our brand. We would like for these names/emails to be sent directly to Braze and merged with our larger list of app users. We do not have the Braze web API set up at this time, and we do not require users to log in to use our website. Basically, we just need a way for these internet users to sign up for our email list with a web capture form that can automatically add them into our Braze base. We recently transitioned our email activity to Braze from Mailchimp, where we had a form like this setup, but I am having trouble finding a way to do this with Braze as the platform appears to be more compatible for mobile apps where the Braze SDK is implemented. So far, I have just been downloading the new signups from Mailchimp on a regular basis and manually uploading them as CSVs to Braze. Appreciate any advice!364Views0likes1Commentwebhook triggered on combination of events
hi everyone! We are trying to send a webhook which should be triggered on a combination of 3 events. I see you can trigger using OR, if this event happens or this event or this other event. However, how could we set a webhook when 3 or more events happens? If anyone has faced this before or has any idea it would be very welcome thank you !78Views0likes1Comment