Symptom
For example, a keyword cannot be created with the ampersand in the Rank Tracker. After adding the keyword "Tim & Struppi", it is displayed in the list as "Tim 261 Struppi".
Cause
Keywords with the characters # , $ , & cannot be created in the Rank Tracker by the XOVI Suite.
Solution
Add the keyword using the API command.
Replace the special characters with the URL-encoded percent notation.
For example, to add the keyword "Tim & Struppi" in the Rank Tracker, the following API command can be used:
https://suite.xovi.net/api/monitor/addKeywords/<API-KEY>?projhash=<PROJ_HASH>&domains=>DOMAIN-HASH>&searchengines=1&devices=1&checkdays=mo&keywords=Tim%20%26%20Struppi
Additional information
XOVI API reference
Description and reference of the percent notation on Wikipedia URL encoding