Overview
The Campañas Publicitarias (Advertising Campaigns) endpoint allows you to create and manage advertising campaigns that target specific vehicles within defined geographic sectors. Campaigns include budget management, vehicle type eligibility, branding specifications, and monetization schedules.Base URL
Endpoints
List All Campaigns
Retrieve a list of all advertising campaigns. ResponseUnique identifier for the campaign (auto-generated)
Foreign key to the company (Empresa) that owns this campaign
Foreign key to the city where the campaign operates
Foreign key to the country where the campaign operates
Name of the campaign (max 20 characters)
Email address of the campaign manager (max 40 characters)
Reference to the sector ID (nullable)
Campaign start date (format: YYYY-MM-DD)
Campaign end date (format: YYYY-MM-DD)
Registration deadline for drivers to join the campaign (format: YYYY-MM-DD)
Total budget allocated for the campaign
Name of the person responsible for the campaign (max 20 characters)
Base rate for driver compensation
Minimum compensation rate
Maximum compensation rate
Start time for monetizable hours (format: HH:MM, max 5 characters)
End time for monetizable hours (format: HH:MM, max 5 characters)
Minimum charge amount
Type of vehicle branding. Choices:
sticker or panel ledJSON array of workshop IDs where branding can be applied
Rate for hood branding (default: 0.0)
Rate for roof branding (default: 0.0)
Rate for driver door branding (default: 0.0)
Rate for passenger door branding (default: 0.0)
Rate for left rear door branding (default: 0.0)
Rate for right rear door branding (default: 0.0)
Rate for trunk/boot branding (default: 0.0)
Date when the campaign was created (format: YYYY-MM-DD)
Date when the campaign was last modified (format: YYYY-MM-DD)
Campaign status (0: inactive, 1: active)
Whether sedan vehicles are eligible for this campaign
Whether SUV vehicles are eligible for this campaign
Whether truck vehicles are eligible for this campaign
Whether pickup truck vehicles are eligible for this campaign
Whether bus vehicles are eligible for this campaign
Create a Campaign
Create a new advertising campaign. Request BodyID of the company creating the campaign
ID of the city for the campaign
ID of the country for the campaign
Campaign name (max 20 characters)
Email of the campaign manager (max 40 characters)
Sector ID (optional)
Campaign start date (YYYY-MM-DD)
Campaign end date (YYYY-MM-DD)
Driver registration deadline (YYYY-MM-DD)
Total campaign budget
Name of campaign manager (max 20 characters)
Base compensation rate
Minimum compensation rate
Maximum compensation rate
Monetizable hours start time (HH:MM)
Monetizable hours end time (HH:MM)
Minimum charge amount
Branding type:
sticker or panel ledArray of workshop IDs (default: [])
Hood branding rate (default: 0.0)
Roof branding rate (default: 0.0)
Driver door branding rate (default: 0.0)
Passenger door branding rate (default: 0.0)
Left rear door branding rate (default: 0.0)
Right rear door branding rate (default: 0.0)
Trunk branding rate (default: 0.0)
Creation date (YYYY-MM-DD)
Modification date (YYYY-MM-DD)
Campaign status (0 or 1)
Allow sedan vehicles
Allow SUV vehicles
Allow truck vehicles
Allow pickup vehicles
Allow bus vehicles