Campaigns

Campaign Moderation Queue

How admins review, approve, and decline campaign submissions before they go live.

When campaign review is enabled (inzc_require_campaign_review = true, the default), every new campaign submission enters a moderation queue before it becomes visible to influencers.

Screenshot: Influenzic admin Campaigns list filtered to pending_review status showing campaign rows with brief summary and review action buttons

The campaign moderation queue filtered to pending_review status in the admin Campaigns list.

Accessing the Queue

Navigate to Influenzic → Campaigns and filter by status pending_review. The admin dashboard alert tile also shows the current count and links directly here.

Reviewing a Campaign

  1. Click the campaign title to open its detail page.
  2. Review all fields: platform, rate type, brief, deliverables, budget, and any uploaded reference images.
  3. Choose Approve or Decline.

Approving

The campaign status moves to active. It is immediately visible in the influencer campaign browser. A snapshot of the campaign at approval time is saved as a revision for audit purposes. The brand is notified.

Declining

Select one or more problem fields and enter a moderator note for each. Active notes are saved against the campaign and presented to the brand in their wizard when they re-open it for editing.

  • Campaign status → declined
  • Brand receives a notification with a summary of the issues
  • Brand corrects the flagged fields and resubmits → campaign re-enters pending_review
Bypassing review: Set inzc_require_campaign_review = false in Redux to let campaigns go live immediately on submission. Not recommended for public multi-operator deployments where content quality control is needed.

Hook

inzc_campaign_reviewed fires with ($campaign_id, $decision, $admin_feedback) after every review action. Use this to trigger additional notifications or logging in addon plugins.

Was this article helpful?