> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paubox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Locating parameter values

> How to find parameter values like campaign_mailing_id, subscription_list_id, and campaign_mailing_send_id in the Paubox Marketing web dashboard.

Some Marketing API endpoints require IDs that identify specific campaigns, subscription lists, or campaign sends. This page shows where to find each of those IDs in the Paubox Marketing dashboard.

<Tip>
  All IDs can also be retrieved programmatically. Campaign mailings, subscription lists, and send records all include their `id` in API responses.
</Tip>

## campaign\_mailing\_id

A `campaign_mailing_id` uniquely identifies a marketing email (campaign mailing) in Paubox Marketing. It is required when [sending a campaign](/marketing/campaigns/send) or [scheduling a campaign](/marketing/campaigns/schedule), and is accepted as an optional filter on the [campaign deliveries table](/marketing/analytics/deliveries).

**To find your `campaign_mailing_id`:**

1. Log in to the Paubox Marketing dashboard.
2. Navigate to **Marketing Emails** (Campaigns).
3. Open or edit any campaign.
4. Copy the value of the `id=` parameter from your browser's address bar.

<Frame caption="The campaign_mailing_id appears as the id= value in the URL when editing a campaign.">
  <img src="https://mintcdn.com/paubox-102d0408/8fO92Phey7-8CHbb/images/campaign_mailing_id.png?fit=max&auto=format&n=8fO92Phey7-8CHbb&q=85&s=c057bec08c625f0191e482f6831b9229" alt="Campaign Mailing Id" width="2440" height="1070" data-path="images/campaign_mailing_id.png" />
</Frame>

## subscription\_list\_id

A `subscription_list_id` uniquely identifies a subscription list. It is used when [creating subscribers](/marketing/subscribers/create), [listing subscribers](/marketing/subscribers/get), [bulk-deleting subscribers](/marketing/subscribers/bulk-delete), [sending](/marketing/campaigns/send) or [scheduling](/marketing/campaigns/schedule) a campaign to a specific list, [updating](/marketing/lists/update) or [deleting a list](/marketing/lists/delete), and [updating a drip campaign](/marketing/drip-campaigns/update).

**To find your `subscription_list_id`:**

1. Log in to the Paubox Marketing dashboard.
2. Navigate to **Lists**.
3. Open or edit any list.
4. Copy the UUID from your browser's address bar.

<Frame caption="The subscription_list_id appears in the URL when viewing or editing a subscription list.">
  <img src="https://mintcdn.com/paubox-102d0408/8fO92Phey7-8CHbb/images/subscription_list_id-2.png?fit=max&auto=format&n=8fO92Phey7-8CHbb&q=85&s=3e89a75e7f14b321d6ae2c2d9d9823ad" alt="Subscription List Id 2" width="2274" height="1128" data-path="images/subscription_list_id-2.png" />
</Frame>

## campaign\_mailing\_send\_id

A `campaign_mailing_send_id` uniquely identifies a specific send of a campaign. It is required for [campaign analytics](/marketing/analytics/campaigns), [tracking links by unique link](/marketing/analytics/tracking-links), and [subscribers by tracking link](/marketing/analytics/subscribers-by-link), and is accepted as an optional filter on the [campaign deliveries table](/marketing/analytics/deliveries) and when [listing tracking links](/marketing/tracking-links).

**To find your `campaign_mailing_send_id`:**

1. Log in to the Paubox Marketing dashboard.
2. Navigate to **Analytics**.
3. Click a sent campaign.
4. Copy the value of the `selectedId=` parameter from your browser's address bar.

<Frame caption="The campaign_mailing_send_id appears as the selectedId= value in the URL on the campaign analytics page.">
  <img src="https://mintcdn.com/paubox-102d0408/8fO92Phey7-8CHbb/images/campaign_mailing_send_id.png?fit=max&auto=format&n=8fO92Phey7-8CHbb&q=85&s=c2426acc67384a0e292f7ca1662042cc" alt="Campaign Mailing Send Id" width="2182" height="1130" data-path="images/campaign_mailing_send_id.png" />
</Frame>
