# SiriusXM Reference

This is a reference document for the SiriusXM destination. For information on how to set up this integration, see the [SiriusXM Quick Start Guide](/integrations/destinations/direct-response-ads/siriusxm-early-access/siriusxm-quick-start-guide.md).

{% hint style="warning" %}
The SiriusXM destination is currently in Early Access. Please contact <support@freshpaint.io> for more information about this integration.
{% endhint %}

## Destination Info

* Supports [Track](/reference/developer/freshpaint-sdk-reference.md#track) calls
* Supports [HIPAA mode](/readme/hipaa-mode.md)
* Supports forwarding from the [Google Tag Manager Integration](/integrations/google-tag-manager-integration.md)
* Supports [Freshpaint Impression Pixel](/integrations/impression-pixel.md)
* Refer to this destination as **SiriusXM** in the [Integrations object](/reference/developer/freshpaint-sdk-reference.md#using-the-integrations-object)
  * If you've configured multiple App Names, you can choose a specific one by suffixing the App Name, such as: **SiriusXM::my\_app\_name.** You can retrieve this value from the SiriusXM configuration page.

{% hint style="info" %}
When no suffix is specified, all configured App Names are selected for inclusion / exclusion.
{% endhint %}

* Connection Modes:

<table><thead><tr><th width="200.33333333333331" align="right"> </th><th data-type="checkbox">Client-side</th><th data-type="checkbox">Server-side</th></tr></thead><tbody><tr><td align="right">Web</td><td>false</td><td>true</td></tr><tr><td align="right">Mobile</td><td>false</td><td>true</td></tr><tr><td align="right">Server</td><td>false</td><td>true</td></tr></tbody></table>

## View Through Tracking

Freshpaint supports view through tracking by capturing the `ip` and `siriusxm_aid` parameters passed in by SiriusXM using the Freshpaint Impression Pixel. Assuming you have followed the [SiriusXM Quick Start Guide](/integrations/destinations/direct-response-ads/siriusxm-early-access/siriusxm-quick-start-guide.md) to set up your SiriusXM destination, you can verify that view through tracking is working by looking for an event in event verification that contains the `$siriusxm_aid` field.

<figure><img src="/files/priiHPL4fjL036NKVy7q" alt=""><figcaption><p>Ad ID being captured</p></figcaption></figure>

Relevant Properties

These are the properties that are sent to SiriusXM. If you've followed the [SiriusXM Quick Start Guide](/integrations/destinations/direct-response-ads/siriusxm-early-access/siriusxm-quick-start-guide.md) correctly, no further action is necessary. This section is just informational.

<table data-header-hidden data-full-width="true"><thead><tr><th width="207"></th><th width="214"></th><th width="137"></th><th></th><th></th></tr></thead><tbody><tr><td><strong>Freshpaint property</strong></td><td><strong>SiriusXM</strong><br><strong>parameter</strong></td><td><strong>Type</strong></td><td><strong>Required?</strong></td><td><strong>Description</strong></td></tr><tr><td><code>$siriusxm_aid</code></td><td><code>aid</code></td><td>string</td><td>Required</td><td>Unique ad identifier for connecting conversion activities to advertising campaigns.</td></tr><tr><td><code>$siriusxm_oid</code></td><td><code>oid</code></td><td>string</td><td>Recommended</td><td>This is the SiriusXM Order ID. This property is captured by the Freshpaint Impression Pixel, and is passed to Freshpaint via the tracking pixel configured on the creative.</td></tr><tr><td><code>$siriusxm_cid</code></td><td><code>cid</code></td><td>string</td><td>Recommended</td><td>This is the SiriusXM Creative ID.  This property is captured by the Freshpaint Impression Pixel, and is passed to Freshpaint via the tracking pixel configured on the creative. </td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/siriusxm-early-access/siriusxm-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
