GET (Suggested Tags)

Retrieves the suggested tags for social contacts in a specific campaign. Up to ten tags are returned based on how recent and how often a tag has been used in this campaign.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/campaign/<publicId>/suggestedtags

For more information about <publicId>, see ID Variables.

HTTPS method:

GET

Example XML response:

The first 10 suggested tags are returned.

<SuggestedTags>
	<tags>
		<tag>tag1</tag>
		<tag>tag2</tag>
		<tag>tag3</tag>
	</tags>
</SuggestedTags>