Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
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?