


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
MyFirebaseMessagingService.java
Adhiyan
Employee
Adhiyan
Employee
04-09-2019
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.
Regards,
Adhiyan
rajdeepk7439790
rajdeepk7439790
08-02-2019
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
Adhiyan
Employee
Adhiyan
Employee
05-02-2019
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
androd58052764
androd58052764
26-01-2019
Hi Pablo,
Thanks for helping me out!
See screenshot below of the postback I configured.
raultorga
raultorga
29-08-2019
androd58052764 did you find a solution to that problem?
androd58052764
androd58052764
28-02-2019
rajdeepk74397904 Any feedback?
androd58052764
androd58052764
15-02-2019
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
androd58052764
androd58052764
05-02-2019
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
androd58052764
androd58052764
03-02-2019
Adhiyan, Garima Gakhar, did one of you found the time to look into this?
Your input would be much appreciated!
pablo_rosero1
pablo_rosero1
25-01-2019
androd58052764
androd58052764
22-01-2019
Can anybody help me out with this? It's kind of urgent...