Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Push payload

Avatar

Community Advisor

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?

1 Accepted Solution

Avatar

Correct answer by
Level 2

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!

View solution in original post

4 Replies

Avatar

Correct answer by
Level 2

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!

Avatar

Community Advisor

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?

Hi @Urs_Boller ,

 

Not sure below links will help but you can have look at them and some linked pages for integration etc.

https://experienceleague.adobe.com/docs/campaign-classic/using/sending-messages/sending-push-notific...

 

 

Avatar

Community Advisor

HI @minakshis868318 thanks a lot - we will give it a try and play around