Import and export keywords
Use Export CSV to download your current keyword setup, or Import CSV to add multiple keywords at once. Importing is useful when you are setting up a new account, adding a list of competitors, or moving keyword settings between workspaces.Imports create new keywords only. They do not update or delete existing keywords.
Who can use it
- All users with access to the Keywords page can export keywords.
- Only Admin users can import keywords.
Export keywords
- Open Keywords from the sidebar.
- Click Export CSV at the top of the page.
- Threadlytics downloads a file named
keywords-YYYY-MM-DD.csv.
- Keyword term and type
- Tags
- Related keywords
- Context keywords
- Negative keywords
- Target subreddits
- Active or inactive status
Import keywords
- Open Keywords.
- Click Import CSV in the upper-right corner.
- Choose a
.csvfile from your computer. - Review the Import Results window.
- Rows processed. The number of rows read from the file
- Created. The number of new keywords added
- Skipped. Rows that could not be added
- Row-level reasons. Details such as a missing term, duplicate keyword, or plan limit
CSV format
Your CSV must include a header row. Use these column names exactly:term is required. The other columns are optional.
Add multiple values in one field
For any list field (such as tags, context keywords, or target subreddits) separate values with a semicolon (;).
For example:
targetSubreddits, enter the subreddit name without r/, such as cybersecurity or soc2.
What happens during an import
Threadlytics checks each row independently. A problem with one row will not stop other valid rows from importing.Duplicate keywords
Threadlytics skips a keyword if the same term already exists in the selected workspace. Duplicate checks ignore capitalization, soAcme, ACME, and acme are treated as the same keyword.
Missing keyword terms
Rows without a value in theterm column are skipped.
Keyword limits
Your subscription’s keyword limit still applies during an import. If importing additional rows would exceed your limit, Threadlytics imports the rows that fit and skips the rest. The Import Results window will show that the limit was reached.Active and inactive keywords
Keywords are active by default. Usefalse in the isActive column when you want to save a keyword without monitoring it right away. You can activate it later from Keyword Monitor.
Troubleshooting
My file will not import
Make sure that:- The file is saved as a
.csvfile. - The first row contains the column headers.
- The header names use the exact spelling shown above.
- Each row has a value in the
termcolumn. - List values are separated with semicolons, not additional CSV columns.
Some keywords were skipped
Open the Import Results window to see the exact row number and reason. Common reasons are:- The keyword already exists.
- The
termfield is blank. - Your keyword limit has been reached.
- The row contains invalid data.