Activity reflects in iOS immediately but not on Android, why? | Community
Skip to main content
RudraChaudhari
New Participant
August 23, 2022
Solved

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

  • August 23, 2022
  • 2 replies
  • 1222 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by 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/ 

2 replies

AbuSh1Accepted solution
New Participant
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/ 

New Participant
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
New Participant
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.