🛑 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.
Go to Reporting > Sales Tracking and click on the Offer name.
Click the download icon to export a CSV with your members’ links.
Copy the member’s link from the “Unique Link” column.
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=
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.
Make a copy of this Google Sheet template.
This template contains formulas to help you append the
transaction_id
and encode the deep link.
Within Aspire, go to Reporting > Sales Tracking and click on the Offer name.
Click the download icon to export a CSV with your members’ links.
Copy the member’s link from the “Unique Link” column.
Paste the link into Column B of the Google Sheet.
Copy the destination URL (where you want the link to redirect to) and paste it into Column C of the Google Sheet.
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:
If you have already generated a deep link for a member within the platform, you'll need to remove the previous deep link before following the steps above. For example, when you generate a deep link in the platform, it will look something like this:
https://aspireiq.go2cloud.org/aff_c?offer_id=13395&aff_id=43337&url=https%3A%2F%2Fwww.sephora.com%2Fproduct%2Fle-monster-lip-crayon-lipstick-P500284%3Ficid2%3Dbestsellers_us_skugrid_ufe%253Ap500284%253Aproduct%26transaction_id%3D{transaction_id}
You'll need to remove everything afteraff_id
before you paste it into the Google Sheet.
Using the example above, the link to paste in Column B would end up looking like this: https://aspireiq.go2cloud.org/aff_c?offer_id=13395&aff_id=43337