Smart Links Domain Customization¶
To make Smart Links URLs look relevant to your app, GetSocial Dashboard allows you to configure:
- subdomain of our
gsc.im
domain; - or use your domain for the links.
This guide will walk you through both options.
Watch out
When the app is live, changing this configuration will invalidate all previously generated links. Therefore, we strongly recommend finalizing domain configuration before you release your app with GetSocial.
Using a Subdomain with gsc.im¶
When you create an app on the GetSocial Dashboard we automatically generate a subdomain for you from the app name. To customize this:
- Login to the GetSocial Dashboard.
- Go to the User Acquisition section → Link Domain tab.
-
Select Use prefix toggle and choose a new subdomain:
-
If you’d like to test your configuration, simply open your app and a send a Smart Invite, or create a new Smart Link:
Using a Custom Domain¶
Using a custom domain is very similar to the subdomain option, with a few important limitations:
- The domain or subdomain you choose can only be used for GetSocial; you cannot serve other traffic from it.
- If you choose to use a root domain (e.g.,
example.com
) instead of a subdomain (invites.example.com
), the entire domain will be used for GetSocial Smart Invites.
After picking a domain, follow these steps:
-
Go to User Acquisition section → Link Domain tab.
-
Choose Use custom domain toggle and enter your domain.
-
If you have chosen a subdomain for the custom domain, you will have to add a
CNAME
record pointing tocustom.getsocial.im
. -
If you have entered a root domain, you will need to update your DNS configuration to use our nameservers.
-
Note the Fallback URL field. This is an internal fallback URL used for handling some deep linking edge cases. Your users will never see this.
-
Once you have finished your DNS configuration, press Save. Note that it can take several hours for DNS changes to be visible.
-
If you’d like to test your configuration, simply open your app and a send a Smart Invite:
Next Steps¶
- Setup mobile app to receive Smart Links on Android, iOS and Unity.
- Customize the Landing Page.