---
title: "Get Custom Scrub Rate by ID"
method: GET
path: "/networks/custom/scrubrate/{settingId}"
tags: ["Custom Scrub Rates"]
---

# Get Custom Scrub Rate by ID

`GET /networks/custom/scrubrate/{settingId}`

Retrieve a single custom scrub rate setting by its ID.

## Path parameters

- `settingId` integer, required

## Query parameters

- `relationship` 'all'

## Response `200`

- CustomScrubRate
  - `network_custom_scrub_rate_setting_id` integer — Unique custom scrub rate setting ID.
  - `network_id` integer — Network ID.
  - `network_offer_id` integer — Associated offer ID.
  - `network_affiliate_id` integer — Associated affiliate ID.
  - `name` string — Display name for this custom scrub rate setting.
  - `custom_setting_status` 'active' | 'inactive' — Setting status.
  - `scrub_rate_percentage` integer — The percentage of conversions that will be affected by this setting (0-100). Note that each conversion has the specified percentage chance of being scrubbed, rather than guaranteeing that exactly that percentage will be scrubbed.
  - `scrub_rate_status` 'rejected' | 'pending' — How the setting affects the conversions it targets. `pending` marks conversions as pending; `rejected` rejects them immediately.
  - `time_created` integer — Unix timestamp of creation.
  - `time_saved` integer — Unix timestamp of last update.
  - `relationship` object
    - `affiliate` object — Associated affiliate details.
      - `network_affiliate_id` integer
      - `network_id` integer
      - `name` string
      - `account_status` string
      - `network_employee_id` integer
      - `internal_notes` string
      - `has_notifications` boolean
      - `network_traffic_source_id` integer
      - `account_executive_id` integer
      - `adress_id` integer
      - `default_currency_id` string
      - `is_contact_address_enabled` boolean
      - `enable_media_cost_tracking_links` boolean
      - `time_created` integer
      - `time_saved` integer
      - `referrer_id` integer
    - `offer` object — Associated offer details.
      - `network_offer_id` integer
      - `network_id` integer
      - `network_advertiser_id` integer
      - `network_offer_group_id` integer
      - `name` string
      - `offer_status` string
      - `network_tracking_domain_id` integer
      - `visibility` string
      - `currency_id` string
    - `ruleset` object — Targeting ruleset applied to this setting. Contains geographic, device, browser, and connection targeting rules. See the [Ruleset guide](/user-guide/rulesets) for details.
    - `variables` object — Variable matching rules associated with this scrub rate setting.
      - `total` integer — Total number of variables.
      - `entries` object[] — List of variable conditions.
        - `network_custom_scrub_rate_setting_variable_id` integer — Unique variable ID.
        - `network_custom_scrub_rate_setting_id` integer — The parent custom scrub rate setting ID.
        - `comparison_method` string — How to compare the variable against the value.
        - `variable` string — The parameter name.
        - `variable_value` string — The value to compare against.
        - `variable_secondary_value` string — A secondary value used with range-based comparisons.

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/versions/39242cee0e32/schema)
