Expand my Community achievements bar.

SOLVED

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

Avatar

Level 2

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.

1 Accepted Solution

Avatar

Correct answer by
Level 5

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/ 

View solution in original post

3 Replies

Avatar

Level 1

@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. 

Avatar

Level 2

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.

Avatar

Correct answer by
Level 5

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/