> For the complete documentation index, see [llms.txt](https://help.dollarlabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.dollarlabs.io/dollarback-store-credit/earning-cashback-programs/set-up-social-follow-rewards.md).

# Set up social follow rewards

{% embed url="<https://dollarlabs.neetorecord.com/watch/ff0b68b9575d33f79d52>" %}

*This article's section starts at 3:33 in the video.*

A social follow reward credits customers who visit your off-store page (Instagram, TikTok, YouTube, anywhere with a URL) through a trackable short link. When done you'll have a link you can share in email, link-in-bio, or the widget, with clicks credited automatically.

## Prerequisites

* The floating widget active, so customers have a place to find the link and see their credit ([Activate widgets in your theme](/dollarback-store-credit/getting-started/activate-widgets-in-your-theme.md))

## Step 1: Create the program

1. Open **DollarBack admin → Cashback** and choose the **Social follow** type.
2. Set the credit amount and optional dates.
3. In the **Social link** section, enter the off-store URL customers should land on (e.g. `https://instagram.com/yourpage`) and the label they'll see in their account. Any platform works; it's only a destination URL.

## Step 2: Generate the trackable short link

Click **Generate short link**. DollarBack creates a **Trackable short link** on the `link.dollarlabs.io` domain that redirects to your destination URL.

Share this link anywhere off-store: email campaigns, link-in-bio, QR codes. It also appears to customers inside the widget's "ways to earn" area.

## How click attribution works

* When a **signed-in** customer clicks the short link anywhere on your storefront, DollarBack automatically appends their customer ID to the link, so the click is attributed and the credit is issued, with no manual verification step.
* Clicks from customers who aren't signed in can't be attributed; the visitor is still redirected, but no credit is issued. The widget prompts customers to sign in first.
* Each customer is credited once per social program; repeat clicks don't earn again.

{% hint style="info" %}
DollarBack rewards the **click**, not the follow itself. No platform can confirm to a third party that someone tapped "Follow". If you need a stricter flow (for example, verifying follows yourself), grant the reward from your own server with `POST /api/v1/merchant/social`; see [Merchant API: keys & endpoints](/dollarback-store-credit/developer-tools/merchant-api-keys-and-endpoints.md).
{% endhint %}

## Verify it works

1. Sign in to the storefront as a test customer.
2. Open the widget, find the social reward, and click the link. You should land on your social page.
3. Back in the widget, the balance should include the reward (it can take a few seconds to land).
4. Check the grant in **DollarBack admin → Analytics → Activity**, and the click against the program.

## Common issues

* Clicked but no credit: the customer probably wasn't signed in when they clicked; have them sign in and click again. See [A customer didn't receive cashback](/dollarback-store-credit/troubleshooting-and-faq/customer-didnt-receive-cashback.md).
* The reward doesn't appear in the widget: check the program is enabled and inside its dates; see [A widget isn't showing on my store](/dollarback-store-credit/troubleshooting-and-faq/widget-isnt-showing.md).
* Credit issued twice for one customer: it shouldn't be; each customer/link pair is deduped. If you see it, contact support with the two log rows.

## Related articles

* [Cashback program types at a glance](/dollarback-store-credit/earning-cashback-programs/cashback-program-types-at-a-glance.md)
* [Custom rewards via API](/dollarback-store-credit/earning-cashback-programs/custom-rewards-via-api.md)
* [Set up signup & newsletter rewards](/dollarback-store-credit/earning-cashback-programs/set-up-signup-and-newsletter-rewards.md)
* [The floating cashback widget](/dollarback-store-credit/widgets-and-storefront/the-floating-cashback-widget.md)
