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

# Get Insight Tag

> Check an ad account's LinkedIn Insight Tag: whether one exists, which domains are sending signal to it, when each domain last reported, and which are blocked

Check an ad account's LinkedIn Insight Tag: whether one exists, which domains are sending signal to it, when each domain last reported, and which are blocked. Use this before building conversion tracking or website retargeting, both of which need a live tag. A tag with no domains has never received traffic.

|                      |                                |
| -------------------- | ------------------------------ |
| **App**              | LinkedIn Ads                   |
| **Operation ID**     | `linkedin_ads_get_insight_tag` |
| **Type**             | Action                         |
| **Connection**       | `linkedin_ads` (required)      |
| **Credits per run**  | Free                           |
| **Agent / MCP tool** | Yes                            |

## Inputs

| Field             | Type           | Required | Default | Description                                                                                                                                                                                              |
| ----------------- | -------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `account`         | DynamicAccount | Yes      | -       | LinkedIn Ads account whose Insight Tag should be inspected.                                                                                                                                              |
| `include_snippet` | boolean        | No       | `False` | If true, also return the Insight Tag's JavaScript snippet so it can be installed on the site. Off by default because the snippet is long and is only needed when setting tracking up for the first time. |

## Output

**Type**: `List[Dict]`

Returns one row per account with the tag state and a domains list, each carrying domain, blocked, first\_seen\_at and last\_signal\_at.

**Fields**: `account_id`, `has_insight_tag`, `insight_tag_id`, `first_party_tracking_enabled`, `domain_count`, `receiving_signal`, `domains`
