Back to news
cloud Priority 4/5 8/15/2026, 11:05:15 AM

Amazon SES Click Tracking Adds Custom URL Path Support for Mobile App Deep Linking

Amazon SES Click Tracking Adds Custom URL Path Support for Mobile App Deep Linking

Amazon Simple Email Service has introduced a new attribute to improve the integration of email marketing with mobile application environments. Previously, when click tracking was enabled, Amazon SES would rewrite destination URLs into standard tracking links. This modification often stripped custom path segments required by mobile operating systems like iOS and Android to recognize deep links, forcing users to standard web browsers instead of opening the native application.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#aws#cloud#official

Comparison

AspectBefore / AlternativeAfter / This
Tracking Redirect URLGeneric SES tracking domain structure that strips specific deep link pathsCustomizable URL structure carrying the specified deep link path segment
HTML ConfigurationStandard anchor tag without special tracking attributesAnchor tag configured with the ses:custom-path attribute
Mobile User ExperienceUsers are redirected to a mobile browser instead of the native applicationMobile operating systems successfully intercept the link and open the app

Action Checklist

  1. Identify target links in your email templates that need to trigger mobile deep linking Focus on high-value calls to action destined for native mobile apps
  2. Add the ses:custom-path attribute to your HTML anchor tags Ensure your custom path format aligns with your application's deep linking configuration
  3. Verify mobile operating system deep link associations Ensure your Apple App Site Association or Android App Links files are updated for the SES tracking domain
  4. Test link redirection on both iOS and Android physical devices Verify that click tracking metrics are still captured in the AWS console after native app redirection

Source: AWS What's New

This page summarizes the original source. Check the source for full details.

Related