We implemented push notifications using AC classic. on the app side we can receive the push messages with payload.
Does anybody have a link to a documentation, where the "_bid" (broadlog id) and "_did" (delivery id) comes from? where do I need to look for those ids in AC to get the connection?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Ursboller,
_bid relates to the nms:broadLogAppSubRcp that was created when the push went out. _did is the nms:delivery that is the parent of the broadLog record.
For example, if you push to 100 people, ACC will create one nms:delivery record and 100 nms:broadLogAppSubRcp records that point to that delivery.
Hope that helps!
Hi Ursboller,
_bid relates to the nms:broadLogAppSubRcp that was created when the push went out. _did is the nms:delivery that is the parent of the broadLog record.
For example, if you push to 100 people, ACC will create one nms:delivery record and 100 nms:broadLogAppSubRcp records that point to that delivery.
Hope that helps!
HI @AnthonyGillEpsilon Thanks very much for the fast reply and the details. Do you have any documentation what ACC is sending as payload by default and how to change it?
Views
Replies
Total Likes
Hi @Urs_Boller ,
Not sure below links will help but you can have look at them and some linked pages for integration etc.
HI @minakshis868318 thanks a lot - we will give it a try and play around