Skip to main content

How to Manually Generate Deep Links

How to manually generate additional deep links for your members

Ana Lopez avatar
Written by Ana Lopez
Updated over 2 months ago

🛑 Important: You can easily generate deep links within your Aspire account's Sales Tracking Dashboard by following the steps in this article.

Creators also have the ability to generate deep links through their Aspire Creator Portal by following this guide.

How to Manually Generate Deep Links

The guide below will walk you through the steps of manually generating additional deep links for your members. The directions will vary based on the Conversion Tracking method you're using for your Link Tracking Offer, so please be sure to follow the appropriate steps.

Pixel Tracking

If you’re using an Image Pixel or iFrame Pixel as your conversion tracking method, follow the steps below to manually generate additional deep links for your members.

  1. Go to Reporting > Sales Tracking and click on the Offer name.

  2. Click the download icon to export a CSV with your members’ links.

  3. Copy the member’s link from the “Unique Link” column.

  4. Add &url= to the end of the unique link you copied so it looks like this:
    http://aspireiq.go2cloud.org/aff_c?offer_id=1&aff_id=1001&url=

  5. Then, copy the destination URL (where you want the link to redirect to) and paste it at the end of the URL.

    Example: If I wanted to link to https://www.aspire.io/blog/new-tiktok-campaigns, I would add that URL so the final link would look like this:

    http://aspireiq.go2cloud.org/aff_c?offer_id=1&aff_id=1001&url=https://www.aspire.io/blog/new-tiktok-campaigns


Notes:

  • If you have generated a deep link for a member within the platform, their unique link will already contain &url=. In this case, you can simply replace the URL after &url= with a different URL to create another deep link.

  • You can create as many deep links as needed by replacing the URL after &url= with different links.


Server Postback Tracking

If you’re using Server Postback w/Transaction ID as your conversion tracking method, follow the steps below to manually generate additional deep links for your members.

  1. Make a copy of this Google Sheet template.

    1. This template contains formulas to help you append the transaction_id and encode the deep link.

  2. Within Aspire, go to Reporting > Sales Tracking and click on the Offer name.

  3. Click the download icon to export a CSV with your members’ links.

  4. Copy the member’s link from the “Unique Link” column.

  5. Paste the link into Column B of the Google Sheet.

  6. Copy the destination URL (where you want the link to redirect to) and paste it into Column C of the Google Sheet.

  7. Copy the final link in Column F to share with the member

💡 Important: Column D must contain the variable {transaction_id} and your store’s parameter for transaction id. The query parameter name is going to depend on your implementation. Please confirm what the query parameter will be by checking your Offer URL.

Also, if your Destination URL includes query parameters, you must use & instead of ? before the transaction id in Column D.

Notes:

Did this answer your question?