내 커뮤니티 업적 표시줄을 확대합니다.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AMACTION server call

Avatar

Level 8

Hello Adobe Community !

I've been trying to solve a problem about a custom link called "AMACTION:" . My guess is that this custom link is made by the Apple IOS SDK whenever there is a clic action.

The problem is that it contains 18% of Nones when we breakdown with eVarX ( Click bouton name ) - and we are not sure if it's triggered at all clicks.

Kind regards,

Mario

주제

토픽은 커뮤니티 콘텐츠를 분류하여 관련성 있는 콘텐츠를 찾는 데 도움이 됩니다.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi marion33678522​,

The best way to test this is by QA'ing your app. Most likely there is a call being made to the collection servers that does not have any values sent that define the Custom Link. Here's my suggestion:

1 - use Workspace in order to try to narrow down "when/where" the custom link is called. One idea is to use Flow reporting. Use Custom Link as the dimension being analyzed in the Flow component and find the unpleasant "AMACTION:". Click to see what the previous Custom Link was. Or, switch the previous column to Page to see what screen the Custom Link is getting called from.

2 - use Bloodhound (or Charles Proxy) to QA your app. Here's a primer on Using Bloodhound to Test Mobile Applications and try to replicate the flow that you discovered to find the Custom Link culprit(s).

Hope that helps!

원본 게시물의 솔루션 보기

5 답변 개

Avatar

정확한 답변 작성자:
Employee Advisor

Hi marion33678522​,

The best way to test this is by QA'ing your app. Most likely there is a call being made to the collection servers that does not have any values sent that define the Custom Link. Here's my suggestion:

1 - use Workspace in order to try to narrow down "when/where" the custom link is called. One idea is to use Flow reporting. Use Custom Link as the dimension being analyzed in the Flow component and find the unpleasant "AMACTION:". Click to see what the previous Custom Link was. Or, switch the previous column to Page to see what screen the Custom Link is getting called from.

2 - use Bloodhound (or Charles Proxy) to QA your app. Here's a primer on Using Bloodhound to Test Mobile Applications and try to replicate the flow that you discovered to find the Custom Link culprit(s).

Hope that helps!

Avatar

Level 8

Hello Eric !

Great tips there! Thanks alot !

I'll come back and post what was causing this in order to have an "AMACTION:" regex on the community !

Cheers !

Mario

Avatar

Level 8

Hello !

So after that QA'ing, we discovered that it was the generci AMACTION launched on some app actions.

We managed to find the AMACTION that was not sending infos on the action and we added 'Generic + pageNAme' to it.
Now we know where are this pop'ins coming from. Further more, if we breakdown with our clic Evar we get all the infos !

Great !

But now we discovered another IOS Customlink that we don't know how to make use : "ABDINTERNAL:Lifecycle".

This custom links is launched alot, but to what use ? and from where ?

I'm might open another question on this subject !

Cheers !

Mario

Avatar

Employee Advisor

That's great, glad to hear it. Very good solution!

Those Lifecycle tags are aligned with Lifecycle Metrics

ADBINTERNAL: Lifecycle should align perfectly with tracking "Launches".

Hope that helps!

Avatar

Level 8

Re-bonjour Eric !

Yes ! It does !

Now I know better !

Makes alot of sense, but I could not find anywhere this valuable piece of information you so kindly shared with me !

Kind regards , and cheers to the Adobe community and the staff!  !

Mario