data transformation
10 Topicshow to know whether users click in IAM(in app message) without using datapoint
hi, everyone. I would like to know how to include information about which button was clicked in IAM in the Currents data. I believe that when a button is clicked in IAM, the event_name=users.messages.inappmessage.Click data is generated. However, I am looking for a way to include data on which specific button was clicked. I am aware that this can be recorded as a custom event in IAM, but this method consumes data points. Therefore, I am exploring alternative methods. Could you provide any insights or suggestions?Solved136Views2likes10CommentsWebhook 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]" } ] }281Views1like1Comment