Skip to main content
RudraChaudhari
Level 2
August 23, 2022
Respondido

Activity reflects in iOS immediately but not on Android, why?

  • August 23, 2022
  • 3 respostas
  • 1252 Visualizações

We have created activities for App and it refelect for iOS users as soon as we push it live but same does not reflect to Android users. They have to wait a lot.

This is happening when we targetting to segment, not when we are deploying to all visitors.

Este tópico foi fechado para respostas.
Melhor resposta por AbuSh1

Can you please check in Mobile SDK implementation if you are generating new impressionID on every request

"requestLocation": {
	"impressionId": "1553229996434",
},

In our case without impressionId we get cached segment

More details -> 

https://shafi.com.au/how-to/frequency-capping-not-working-in-adobe-target-sdk-implementation/ 

3 Respostas

August 23, 2022

@rudrachaudhari 

Is your activity audience using Analytics historical segment?

 

With respect to Target activities there should not be any difference in terms of content delivery on different devices. The issue might be related to specific visitor qualification in place of android/iOS devices. 

RudraChaudhari
Level 2
August 23, 2022

No, its not useing Analytics historical segment. we chekced and found this behaviour in our testing where audience upload done and checked. we also check audicen were qualified for acitvities. yet it was not delivering to Android.

AbuSh1Resposta
Level 4
August 30, 2022

Can you please check in Mobile SDK implementation if you are generating new impressionID on every request

"requestLocation": {
	"impressionId": "1553229996434",
},

In our case without impressionId we get cached segment

More details -> 

https://shafi.com.au/how-to/frequency-capping-not-working-in-adobe-target-sdk-implementation/