v1

latestOpenAPI 3.0.32026-07-2226694862.5 KB
Custom Landing Pages

Update Custom Landing Page Setting

put/networks/custom/landingpages/{settingId}

Path parameters

settingIdinteger required

The custom landing page setting ID.

Request body

is_apply_all_affiliatesboolean

Whether this setting applies to all affiliates.

network_affiliate_idsinteger[]

Array of affiliate IDs this setting applies to. Required when is_apply_all_affiliates is false.

network_offer_idinteger

The offer ID for this landing page setting.

namestring

Display name for this custom landing page setting.

network_offer_landing_page_idinteger

The offer landing page ID to override.

descriptionstring

Optional description for this setting.

destination_urlstring

The custom destination URL.

custom_setting_status'active' | 'inactive'

Status of the landing page setting.

date_valid_fromstring

Start date for when this setting is active (YYYY-MM-DD).

date_valid_tostring

End date for when this setting expires (YYYY-MM-DD).

network_offer_creative_idsinteger[]

Array of offer creative IDs associated with this setting.

rulesetobject

Targeting ruleset for this custom landing page setting. Allows you to restrict when this custom landing page is used based on geographic, device, browser, and connection criteria. See the Ruleset guide for details.

Response

network_custom_landing_page_setting_idinteger

Unique custom landing page setting ID.

network_idinteger

Network ID.

is_apply_all_affiliatesboolean

Whether this setting applies to all affiliates.

network_affiliate_idsinteger[]

Array of affiliate IDs this setting applies to.

network_offer_idinteger

The associated offer ID.

namestring

Display name for this custom landing page setting.

network_offer_landing_page_idinteger

The offer landing page ID to override.

descriptionstring

Description for this setting.

destination_urlstring

The custom destination URL.

custom_setting_status'active' | 'inactive'

Status of the landing page setting.

date_valid_fromstring

Start date for when this setting is active (YYYY-MM-DD).

date_valid_tostring

End date for when this setting expires (YYYY-MM-DD).

network_offer_creative_idsinteger[] nullable

Array of offer creative IDs associated with this setting.

time_createdinteger

Unix timestamp of creation.

time_savedinteger

Unix timestamp of last update.

Example response

{
  "time_created": 1734455015,
  "time_saved": 1734455015
}