Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Mobile app subscribers empty registration token

Avatar

Level 2

Hi,

I have an issue where I can add subscribers to my mobile app defined in ACS but they don't have a registration token.

What could be causing this?

How it's set up:

MainActivity.java

Mainactivity.png

MyFirebaseMessagingService.java

MyFirebaseMessagingService.png

1 Accepted Solution

Avatar

Correct answer by
Employee

Hello Andro,

The demdex call is responsible for generating the registration token in Adobe and since you are getting an error on that step , it could explain the problem.

Ideally , after the dpm.demdex.net call should be followed by :

if this is not happening , then I guess this hostname is not known in google ecosystem and hence the demdex call is not successful.

Probably the app developer can help you in debugging why the demdex call is not working and transferring data to google APIs.

ideally a successful call would look like this.

1827152_pastedImage_0.png

Regards,

Adhiyan

View solution in original post

12 Replies

Avatar

Level 2

Can anybody help me out with this? It's kind of urgent...

Avatar

Community Advisor
Hi, do you mind explaining how this issue was resolved for you?

Avatar

Level 10

Hi both, can you two please kindly take a look?

Adhiyan

Garima Gakhar

Thank you so much!

Avatar

Level 2

Hi Pablo,

Thanks for helping me out!

See screenshot below of the postback I configured.

screencapture.png

Avatar

Level 2

Adhiyan​, Garima Gakhar​, did one of you found the time to look into this?

Your input would be much appreciated!

Avatar

Employee

Hi

There could be two issues in here.

1>. Registration token are updated but with a latency of upto 2 days - please confirm if the tokens are visible after few days

2>. The for the subscribers for whom you have missed tokens , you have the MCID value and profile link present ? Missing either of these two can explain the registration token coming as empty.

Regards,

Adhiyan

Avatar

Level 2

Hi Adhiyan,

1> Not updated after a few days. Why would it take several days?

2> I'm don't think a profile link is mandatory, because the registration happens when the user launches the app for the first time, so there is no further information available. MCID is not the issue

Kind regards,

Andro

Avatar

Level 2

Hi,

You can debug the mobile app using any web debugger tool like charles or fiddler when you launch the app.

In the logs, you can find a demdex call (audience manager) that should have a registration token under of the variable.

ACS gets registration token from demdex call (https://dpm.demdex..net) so check whether demdex call is getting fired and it contains a registration token in a variable (d_cid) when the app is launched.

/Raj

Avatar

Level 2

Hi Raj,

I see a demdex call with d_orgid and d_mid as parameters. The next message I see is the following: ID Service - IOException while sending request (Unable to resolve host "dpm.demdex.net": No address associated with hostname)

Regards

Andro

Avatar

Level 2

androd58052764​ did you find a solution to that problem?

Avatar

Correct answer by
Employee

Hello Andro,

The demdex call is responsible for generating the registration token in Adobe and since you are getting an error on that step , it could explain the problem.

Ideally , after the dpm.demdex.net call should be followed by :

if this is not happening , then I guess this hostname is not known in google ecosystem and hence the demdex call is not successful.

Probably the app developer can help you in debugging why the demdex call is not working and transferring data to google APIs.

ideally a successful call would look like this.

1827152_pastedImage_0.png

Regards,

Adhiyan