Ad Accounts

Hide or unhide an ad comment

Hide or restore a TikTok ad comment. Send hidden=true to hide it or hidden=false to make it public again. Identity and video item ID are not required; no identity lookup is performed.

Requires Ads access. The ad is resolved within the caller's accessible profiles. Before moderation, Zernio verifies that the comment belongs to this ad using TikTok's ad-group comment listing. The default search window is the last 30 days. Use since/until for older comments, with at most 30 days between the dates. Lookups scan at most 2,000 ad-group comments; narrow the date window if exceeded. Meta returns 501 feature_not_available with guidance to use the existing inbox comment endpoints and the account/post IDs from GET /v1/ads/{adId}/comments.

post/v1/ads/{adId}/comments/{commentId}/hide

Path parameters

adIdstring required

Internal Zernio ad ID or indexed platform ad ID.

commentIdstring required

TikTok comment ID from the ad comment listing.

Query parameters

sincestring date

Start date of the comment lookup window. Defaults to 30 days before until.

untilstring date

End date of the comment lookup window. Defaults to today in UTC.

Request body

hiddenboolean required

True to hide the comment; false to restore it.

Response

Comment action completed.

status'success' required
commentIdstring required

ID of the created reply or moderated comment.

hiddenboolean

The requested visibility state.

Changes