Skip to main content

Popup Ads

The Popup Ads API allows you to implement and manage popup advertisements that appear as dialog boxes on your homepage. This feature is commonly used to engage users with promotional content, announcements, or special offers in a visually appealing manner.

  • Endpoint: /api/customer/home/popup-ads

  • Method: GET

  • Success Response:

Popup Ads Resource

You can check more details about Popup Ads Resource.

{
"code": 200,
"data": [
{
"id": 68,
"image": "https://docapi.supercommerce.io/storage/uploads/500x240-1689161557.jpg",
"image_web": "https://docapi.supercommerce.io/storage/uploads/1250x500-1689161564.jpg",
"type": 7,
"item_id": 1119,
"name": "-",
"popup": true,
"order": 1,
"link": "https://docadmin.supercommerce.io/pages/ads",
"slug": null,
"banner_title": "Laptop",
"banner_description": null
}
//...
]
}
info

Check the following section to learn more about the Popup Ads API Reference