Custom Domain Setup Guide
Customers can configure a custom domain for their account. All Parmonic-hosted landing pages (in the web tab, email tab, and sales enablement) use this custom domain.
Steps to Set up a Custom Domain
- Decide on a subdomain you wish to use. Example:
videos.acme.com
- Set a
CNAME
record to update your DNS records for this subdomain to point toparmonic.ai
Example:
Record Type: CNAME Record Name: videos.acme.com Record Value: parmonic.ai
- Contact Parmonic support with the subdomain. After DNS propagation, Parmonic's IT team will configure your account to use the new subdomain.
Notes
- The custom domain setting is an account-level setting that all customers share in the account.
- Only subdomains are supported. Apex domains like
acme.com
are not supported. - Customers who want to use an apex domain can:
- use CNAME flattening if their provider supports it,
- or use a
www
subdomain instead, and configure a redirect fromacme.com
towww.acme.com
- Once the custom domain is configured on an account, the slug must not be changed.
- For existing customers using
parmonic.ai
URLs,parmonic.ai
URLs do not automatically redirect to the custom domain. This can be manually set up on a per-customer basis.
There are two aspects to the custom domain setup:
- Making
parmonic.ai/acme/*
URLs accessible atvideos.acme.com/*
. This is configured by the customer & Parmonic IT. - Making the new custom domain (
videos.acme.com
) URLs available in the product. This is configured from the admin area, in the account's Manage tab.
Verifying DNS updates
Note: DNS propagation can take up to 48 hours.
To verify if a customer has updated their DNS:
- Go to Google's DNS lookup tool.
- Select "CNAME" and type the domain the customer wanted to set up. Example
moments.netgear.com
. - If the "Target" value matches the CNAME value provided to the customer, the CNAME record has been set up correctly. If the values do not match, or you see a "Record not found!" message, the CNAME was not set up correctly or hasn't been set up yet.