Routes
| Route | Description |
|---|---|
/campanas | Marketing campaigns list |
/campanas-crear | Create a new campaign |
The campaign list and create form share the same parent component (
MarketingList). Navigating to /campanas-crear renders the creation form inline on the same page, while /campanas shows the table of existing campaigns.What a campaign contains
Each marketing campaign request captures:- Servicio — The type of marketing service requested.
- Red Social — The social network where the campaign will run.
- URL — A link to the relevant social media profile or content page.
- Ubicaciones — One or more geographic targets, each with a country and a list of cities.
- Público Objetivo — The intended audience, defined by minimum age, maximum age, and gender.
- Status — The review state of the request (see Campaign statuses).
Available services
When creating a campaign, select one of the following service types:- Gestión de Redes Sociales
- Creación de Contenido
- Publicidad
- Community Management
- Marketing de Influencers
Supported social networks
Campaigns can target any of these platforms:- TikTok
- YouTube
Creating a campaign
Navigate to the create form
Go to
/campanas and click Crear Marketing, or navigate directly to /campanas-crear.Select a service and social network
Choose the Servicio from the dropdown, then select the Red Social where the campaign will be delivered.
Enter the URL
Provide the URL of the social media page, profile, or content asset that the campaign should promote.
Define target locations
Add at least one geographic target:
- Select a País from the autocomplete list.
- Select one or more Ciudades from that country’s states/regions.
- Click the + button to add additional country-city combinations.
- Click the delete icon next to a row to remove it.
Set the target audience
Fill in the Público Objetivo section:
- Edad Mínima — Minimum age (0–100).
- Edad Máxima — Maximum age, must be greater than minimum age.
- Género — Select Masculino, Femenino, or Ambos.
Campaign statuses
After a campaign is submitted, its status is reviewed and updated by TMT staff:| Status | Meaning |
|---|---|
| Pendiente | Submitted and awaiting review. Set automatically on creation. |
| Generado | Campaign has been set up and is ready to launch. |
| Aprobado | Campaign has been approved and is active. |
| Rechazado | Campaign request was declined. |
/campanas list view.