Channel_tags

CreateTag

Create channel tag

post/tag/create

Request body

channelIdstring required
<p>The channel ID (can be a string or array of strings).</p>
namestring required
<p>The tag name.</p>
externalIdstring
<p>The external tag ID. Must be unique per channel.</p>
autoAssignPathstring
<p>The auto assign URL path.</p>
autoAssignFunctionstring
<p>The auto assign JS function.</p>
autoAssignSecondsnumber
<p>The auto assign min. seconds.</p>
autoAssignVisitsnumber
<p>The auto assign min. visits.</p>
autoAssignSessionsnumber
<p>The auto assign min. sessions.</p>

Response

Success-Response:

tagIdstring
successboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.