From d5e01a83ea714a8c20862e24d1ad43b896e429ae Mon Sep 17 00:00:00 2001 From: Gurbir Date: Wed, 3 Jul 2024 12:24:27 -0400 Subject: [PATCH] Update universal_links.md highlighted in emailgeeks: https://emailgeeks.slack.com/archives/CDARB4LBS/p1720021295885149 the open-in-app template language was called incorrectly --- _docs/_help/help_articles/email/universal_links.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_help/help_articles/email/universal_links.md b/_docs/_help/help_articles/email/universal_links.md index d9b94c97d67..e6722f3bcc7 100644 --- a/_docs/_help/help_articles/email/universal_links.md +++ b/_docs/_help/help_articles/email/universal_links.md @@ -258,7 +258,7 @@ This custom path allows you to selectively treat URLs with that value as a unive For example: ```html - + ``` Then, make sure your app is set up to handle the custom path properly. Refer to SparkPost's article on [Using SparkPost click tracking on deep links](https://support.sparkpost.com/docs/tech-resources/deep-links-self-serve#preferred-solution-using-sparkpost-click-tracking-on-deep-links). This article contains example code for [iOS](https://support.sparkpost.com/docs/tech-resources/deep-links-self-serve#ios-swift-forwarding-clicks-to-sparkpost) and [Android](https://support.sparkpost.com/docs/tech-resources/deep-links-self-serve#forwarding-clicks-from-android-to-sparkpost).