I've been trying to pass this over and it seems like it's automatically splitting "Two-word Term" into two categories namely "Two-word" and "Term". I tried to change the space to %20 and it still doesn't work.
How do i set the tag type through the API? It seems like adding snx:type="tag_type" doesn't work.
<atom:category term="TAG_TERM" snx:frequency="TAG_FREQUENCY" snx:type="TAG_TYPE"></atom:category>
Thanks in advance!