let setCookie = (name, value, domain, days = null) => { let expires = "" if (days !== null) { const d = new Date() d.setTime(d.getTime() + (days * 24 * 60 * 60 * 1000)) expires = "expires=" + d.toUTCString() + ";" } document.cookie = name + "=" + value + ";" + expires + "path=/;domain=" + domain } let getCookieDomain = () => { let arr = window.location.hostname.split('.') return arr.length >= 2 ? `.${arr[arr.length - 2]}.${arr[arr.length - 1]}` : arr[0] } let affiliateConnectorId, affiliateType const urlParams = new URLSearchParams(window.location.search) if (urlParams.get('tid')) { affiliateConnectorId = urlParams.get('tid') affiliateType = 'everflow' } else if (urlParams.get('irclickid')) { affiliateConnectorId = urlParams.get('irclickid') affiliateType = 'impact' } else if (urlParams.get('fbclid')) { affiliateConnectorId = urlParams.get('fbclid') affiliateType = 'facebook-ads' } else if (urlParams.get('gclid')) { affiliateConnectorId = urlParams.get('gclid') affiliateType = 'google-ads' } if (affiliateConnectorId && affiliateType) { let days = 7 if (["facebook-ads", "google-ads"].includes(affiliateType)) { days = 28 } if (affiliateType === "facebook-ads") { affiliateConnectorId = "fb.1." + Date.now() + "." + affiliateConnectorId; } setCookie('affiliate_connector_id', affiliateConnectorId, getCookieDomain(), days) setCookie('affiliate_type', affiliateType, getCookieDomain(), days) } // // const acceptedUtmTags = ['utm_id', 'utm_source', 'utm_campaign', 'utm_medium', 'utm_term', 'utm_content'] const utmTags = {} let hasUtmTags = false for (const tagName of acceptedUtmTags) { const tagValue = urlParams.get(tagName) if (tagValue) { utmTags[tagName] = tagValue hasUtmTags = true } else { utmTags[tagName] = null } } if (hasUtmTags) { setCookie('utm_stored_data', JSON.stringify(utmTags), getCookieDomain(), 365) } // -->
TikTok Ads Manager provides a fantastic way to showcase your products or services to a broad and engaged audience. While setting up an account might seem complicated at first, it’s actually a very simple process. This guide will take you through the steps to ensure your account is ready to launch an ad campaign.
To get started, go to the TikTok Ads Manager website. You can find the link on TikTok’s official page or through recommended sources. Once there:
Although you can link this to an existing TikTok account, creating a separate account for advertising is generally better.
After verifying your email, TikTok will guide you to a page where you need to fill in your business details. Here’s what you need to complete:
If you intend to use the account for various projects or stores in the future, keep these details broad for versatility.
TikTok offers two types of payment methods for running ads:
Automatic payment is ideal if you value convenience. However, manual payment is a good alternative if you prefer tighter control over your spending.
Once your account is set up, you’ll access the TikTok Ads Manager dashboard. Here’s what you’ll find:
The dashboard also includes an Updates Area, where TikTok provides insights, feature announcements, and advertising tips.
Creating a TikTok Ads Manager account is a straightforward process that unlocks exciting advertising opportunities. By following the steps outlined here, you’ll be ready to launch your first campaign and reach your target audience effectively.
If you have additional questions or need guidance, leave a comment below. For more advanced strategies and campaign tips, check out the next guide in this series. Good luck, and happy advertising!