Custom Pages are used to embed entirely custom pages into the HasOffers platform applications (Admin application and Publisher Interface). In order to appear in the application, a CustomMenuLink model must be created that references the Custom Page.
Name | Type | Description |
---|---|---|
html | Nullable String | The HTML to serve to users for the Custom Page. For CustomMenuLink models having "location" set to "external" that reference this Custom Page, the html will be ignored and should be NULL. |
id | Integer | ID of unique, auto-generated object for the Custom Page This parameter is non-writable |
status | String | The status of the Custom PageShow Supported Values |
title | Nullable String | The HTML title for the Custom Page. For CustomMenuLink models having "location" set to "external" that reference this Custom Page, the title will be ignored and should be NULL. |