Push payload | Community
Skip to main content
Urs_Boller
Community Advisor
Community Advisor
September 23, 2021
Solved

Push payload

  • September 23, 2021
  • 1 reply
  • 1790 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AnthonyGillEpsilon

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!

1 reply

AnthonyGillEpsilonAccepted solution
Level 2
September 23, 2021

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!

Urs_Boller
Community Advisor
Community Advisor
September 24, 2021

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?