How to Build Tracking Links

 

Learn about Singular tracking links, how to build them, and deploy them for your business needs.

What is a tracking link?

When a user views or clicks on one of your ads, they activate a tracking link that notifies your MMP. The MMP uses the information in this link to track mobile app installs, re-engagements, and other information. 

What are Singular Links?

Singular Links is an advanced tracking link solution that provides a friendly UI for creating and managing tracking links, as well as several link customization options. They automatically leverage iOS Universal Links and Android intent technology to create deep links wherever possible.

There are two types of Singular Links - Partner and Custom Source.

link_types.png

If you are working with an ad service provider, create a Partner tracking link. If you manage your own email or influencer campaigns, create a Custom Source tracking link. In Singular, go to Attribution > Manage Links to get started.

Important:

  • Tracking links are not supported by SANs. Attribution information is passed directly between Singular and a SAN through our integration. Simply configure them as a partner.
  • Tracking links are for Android and iOS only. To create web links, see Creating Website Links.
  • Most partners offer a single tracking link for Android and iOS platforms. However, some partners only support one platform on a single tracking link.
  • Tracking links will automatically include partner macros that enable the partner to send Singular information about the campaign.

Build a tracking link with Singular Links

To build a tracking link, ensure you've first performed the 4 steps in Set Up Singular.
For partner links, you must have configured the attribution integration as shown in step 3.

  1. Go to Singular > Manage Links.
  2. If you haven't created a subdomain for your links, click Manage Link Domains. Type a subdomain name, click Create, and then click Done. [?]
    • Singular links follow the format:
      https://[SUBDOMAIN].sng.link/[PARAMETERS]
  3. Select your app and click 'Create Link'. A shelf opens.
  4. Select the link type - Partner or Custom Source.
  5. Under the Source Name dropdown, choose your ad network or custom source, and under Tracking Link Name, provide a descriptive title.
  6. More sections are enabled. Choose your options for each and click Save.

After you've created your Singular link, you have the freedom to dynamically override Android, iOS, and Website link re-directs without having to modify them in the dashboard. You can also freely edit link parameters. [?]

Customize your link further

Pass dynamic data to an app

You can make the link do even more work by adding data to it dynamically as you display your ads. Your app can then read and use this data if a user engages with one of the ads and then arrives into your app.

To add dynamic data, append the _p parameter and any value to the end of your Singular Link. _p stands for "passthrough," and you can give it a URL-encoded JSON value or an unstructured string value. 

Example: You have a shopping app and you show dynamic banner ads of different shoes on a mobile website. You have created a Singular Link:
https://myshoppingapp.sng.link/A59c0/nha7

When you display the ad, the specific pair of shoes shown has a product ID, e.g., "Shoes123". You append the product ID to your Singular Link using the "_p" parameter. The result:
https://myshoppingapp.sng.link/A59c0/nha7?_p=Shoes123

Whenever a user engages with that banner and then installs and opens the app, your app can read the product ID using the Singular SDK. Your app team can use this information to personalize the user's first app experience.

JSON example: You can build a JSON object as follows:

{
“productid”:”Shoes123”,
“qty”:1
}

Then you URL encode it and append it to the _p parameter in your Singular tracking link:

https://myshoppingapp.sng.link/A59c0/nha7?_p=%7B%22productid%22%3A%22Shoes123%22%2C%22qty%22%3A1%7D
Customize your link with granularity parameters

It's easy to append parameters to already generated links. For a full list of parameters, see Tracking Link Parameters.

Note: If you need just one tracking link, you can add your parameters to it in the dashboard under “Link Parameters” itself.

Let's say you've built a custom (shortened) tracking link, e.g. You now want to now add Campaign Name (pcn parameter) and Campaign ID (pcid parameter). Your Campaign Name is "New Deals 2023" and your Campaign Id is "4868298".

  1. Create your parameters.
    In this example, they are "pcn=New Deals 2023" and "pcid=4868298".
  2. Combine your parameters with an &.
    "pcn=New Deals 2023&pcid=4868298".
  3. Encode spaces and special characters.
    "pcn=New%20Deals%202023&pcid=4868298".
  4. Append the string to your link with a ?.
    https://seteam.sng.link/A15ru/5ybz/wz7t?pcn=New%20Deals%202023&pcid=4868298

If your link already has a "?" and additional parameters, use “&” to add your parameters to the existing ones.

Create multiple tracking links

If you need multiple tracking links for tracking influencers or other social media sources, you can create a single tracking link and use granular parameters to distinguish between users. See Customize your link with granularity parameters above.

Example: Let's say you need 5 tracking links to share with influencers. The first step is to create one custom tracking link naming Influencers.
e.g. https://seteam.sng.link/A15ru/5ybz/wz7t

Now, we use a granular parameter to differentiate the source of each install. We'll use Campaign Name (pcn parameter). You could use Campaign ID (pcid parameter) or another available parameter.

Assign the Campaign Name to the tracking link with different values to differentiate where the users are coming from. Your links would look like this.

https://seteam.sng.link/A15ru/5ybz/wz7t?pcn=user1
https://seteam.sng.link/A15ru/5ybz/wz7t?pcn=user2
https://seteam.sng.link/A15ru/5ybz/wz7t?pcn=criticalrole
https://seteam.sng.link/A15ru/5ybz/wz7t?pcn=gmm
https://seteam.sng.link/A15ru/5ybz/wz7t?pcn=sortedfood

Remember: When using Singular reports, you will see the same source name for 1 tracking link you duplicated and modified, so you need to choose  to include the parameter used in the tracking link to see the different influencer names, i.e., Campaign Name in this example.

Validate parameters in a tracking link

Load the tracking link in your Chrome browser. Use the keyboard shortcut Ctrl+Shift+I or Cmd+Option+I to open Chrome Developer Tools.

Select the Network tab and then the Payload tab (see image below). If all the query parameters are displayed correctly, the implementation is good.

validate_parameters.png

Your link is ready! Now is a good time to test your link. See How to Test a Tracking Link.

FAQ and Troubleshooting

See the entire list of FAQs.

Why is the "Enable re-engagement tracking" toggle disabled?

Some partners do not support retargeting/re-engagement campaigns.

If a partner supports these campaigns, but the option is not available on Singular's Create Link/Edit Link page, contact Singular so we can update the integration.

Screen_Shot_2020-11-03_at_13.39.01.png

» Learn more about re-engagement in the Re-engagement FAQ.