[Adobe SDK] Deep Link Tracking | Community
Skip to main content
November 16, 2017
Solved

[Adobe SDK] Deep Link Tracking

  • November 16, 2017
  • 1 reply
  • 3660 views

It's not clear how to set context data onto a deep link within Adobe Mobile SDK. How is it structured?

For example, I tried:

app://home/promo?a.deeplink.id=test-deep-link1

But the context data isn't showing up in a debugger or Adobe Analytics reports. Any help would be appreciated.

If you can't help what is the best practice to track deep links?

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 jhammons-1

Here is an example of a deep link with context data:

app://home/promo?a.deeplink.id=test-deep-link1&a.launch.campaign.trackingcode=promo1&a.launch.campaign.source=promo1source&a.launch.campaign.medium=promo1medium

It looks to me like your structure is OK. For debugging, mobile hits are sent using POST so you need to make sure your debugger can see those hits. To see this data in reports, use Analysis Workspace and drag the Launch Name dimension to a freeform table. You should have instances of test-deep-link1.

Mobile Services also maps the other context data in the example deep link to dimensions, filter the dimension list by "launch" and you'll see them.

1 reply

jhammons-1Adobe EmployeeAccepted solution
Adobe Employee
November 21, 2017

Here is an example of a deep link with context data:

app://home/promo?a.deeplink.id=test-deep-link1&a.launch.campaign.trackingcode=promo1&a.launch.campaign.source=promo1source&a.launch.campaign.medium=promo1medium

It looks to me like your structure is OK. For debugging, mobile hits are sent using POST so you need to make sure your debugger can see those hits. To see this data in reports, use Analysis Workspace and drag the Launch Name dimension to a freeform table. You should have instances of test-deep-link1.

Mobile Services also maps the other context data in the example deep link to dimensions, filter the dimension list by "launch" and you'll see them.