When you submit your very first deal as a new partner on MOGL, it goes through an AI-assisted review before entering the standard campaign workflow. This process is designed to get your deal approved faster by catching common issues early, suggesting improvements, and — when everything looks good — approving your deal automatically without a manual wait.Documentation Index
Fetch the complete documentation index at: https://developer.mogl.online/llms.txt
Use this file to discover all available pages before exploring further.
What to expect when you submit your first deal
As a new partner, your first deal submission is treated differently from subsequent ones. Instead of immediately entering the standard review queue, MOGL’s AI evaluates your deal’s structure, completeness, and quality right away.Submit your deal
Fill out and submit your deal as normal. Once you submit, you’ll see a message letting you know that MOGL AI is reviewing your submission. This typically takes only a few moments.
Receive AI feedback or approval
One of three outcomes follows the review:
- Auto-approved — Your deal meets all requirements. You’ll receive a notification that your deal has been approved and is moving forward.
- AI suggestions available — The AI identified specific improvements that could strengthen your deal. You’ll be shown the suggestions and asked whether you’d like to apply them.
- Routed to manual review — In some cases (see below), the AI cannot complete the review and a MOGL team member will review your deal instead.
How to respond to AI suggestions
When the AI identifies improvements, you’ll see them displayed alongside your original deal details. Suggestions may cover your deal title, description, deliverables, or other structural elements.- Accept suggestions
- Decline suggestions
Applying the AI’s recommended edits updates your deal automatically. This is the fastest path to approval — deals that incorporate AI suggestions typically proceed without further manual review.The relevant API endpoint for applying AI edits to your deal:
| Field | Description |
|---|---|
id | The ID of the deal to update (required) |
addTitleAndDescription.job_name | Updated deal title |
addTitleAndDescription.jobDescription | Updated deal description (HTML) |
When deals go to manual review
The AI is designed to handle most first-deal reviews automatically, but your deal will be sent to a MOGL team member in these situations:- The AI could not confidently evaluate the deal’s content
- The deal flagged specific compliance or policy considerations that require human judgment
- A technical issue prevented the automated review from completing
Manual review does not mean your deal was rejected. A MOGL team member will review it and follow up with next steps. You’ll receive a notification when the review is complete.
Checking your deal’s review status
You can retrieve the current AI review status and any feedback for your deal at any time:| Parameter | Description |
|---|---|
jobId | The ID of the deal you submitted |
Notifications
MOGL sends you notifications at key points in the review process:| Event | What you receive |
|---|---|
| AI feedback is ready | Notification prompting you to review AI suggestions |
| Deal auto-approved | Confirmation that your deal has been approved |
| Manual review required | Notification that a team member will review your deal |
The first-deal AI review only applies to your first deal submission. All subsequent deals follow the standard MOGL review process.