Aimwel Campaign API Changelog
June 6th, 2024
Added a GetCampaigns endpoint, which returns multiple campaigns (returns a subset of the fields per campaign).
June 4th, 2024
Added the actual_end_time in the get campaign reponse, which is the actual date on which the campaign was ended.
June 15th, 2023
The end_time when creating a campaign can be at most 365 days in the future.
March 13th, 2023
[AIMDEV-170] Able to create Campaign or update Job content without classification, given it is allowed to use the Job Classification Manager
March 2nd, 2023
Country enums (part of Geolocation and Address) have been deprecated, and are replaced by country_alpha2 and country_subdivision_iso fields.
For the country_alpha2 field, please specify the ISO3166-1 2-letter country code of your country. Example: NL
The country_subdivision_iso field can be used to specify a ISO 3166-2 subdivision. For example: GB-WLS.
February 13th, 2023
Tightened validation rules for certain string fields (max string length):
- industry
- education_level
- address.state
- address.city
- address.street
- address.postal_code
- address.region
- advertisement.uri
- hiringOrganization.logoUrl
- salary.from
- salary.to
- salary.full_text
- salary.benefits
- PerformancePredictingAttributesEntry.name
- PerformancePredictingAttributesEntry.value
- JobClassificationEntry.job_classification_value
November 1st, 2022
Added the languages ES_ES, PT_PT, DE_CH, FR_CH, IT_CH, and ES_MX.
Added the countries ES, PT, CH, and MX.
October 31th, 2022
Added a custom job classification type which can be used
if no ISCO classification is available.
October 19th, 2022
Removed ConversionTarget campaign goal from API.
September 14th, 2022
Extended GetChannels endpoint to optionally provide brand and settings.
The endpoint will only retrieve channels that are available for that brand
and settings ID.
August 25th, 2022
GetCampaign endpoint now also returns the budget that is spent so far, and
the start time of the campaign.
August 18th, 2022
When specifying the hiring organization of a campaign, it's now also
possible to specify the hiring organization type (DIRECT_EMPLOYER or
AGENCY).
June 9th, 2022
Adds support for specifying the Settings that must be used for a campaign.
Each setting id correlates to a campaign strategy. Please align with
Aimwel to set up multiple campaign strategies. Defaults to 'default'.
May 20th, 2022
Add support for specifying the ApplicationType when creating a campaign
(INTERNAL vs EXTERNAL)