General
This type of export produces xml or json data and is a limited extract of the data, intended for creating ad lists similar to the object list. For users to view full ads, they still need to link to the ad at https://tklazureprod.objektvision.se/. Swagger doc is found here.
Example XML data
ASP.NET Core example export client can be found on GitHub
downloaded here.
Example JSON data
TypeScript example export client can be found on GitHub
downloaded here.
You can obtain the url for your xml/json by copying it from XML/JSON Export in Advertiser portal.
Image scaling
Images can be scaled by adding scaling parameters to the image url recived.
The parameter hm controls height in pixels and wm controls width in pixels.
If both params are used the most restrictive will take precedence and aspect ratio is maintained.
Example query with scaling by width: ....jpg.scale?wm=200