> For the complete documentation index, see [llms.txt](https://addressable.gitbook.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://addressable.gitbook.io/knowledge-base/event-tracking/addressable-event-api/event-api-attribution/attribution-without-the-addressable-pixel.md).

# Attribution Without the Addressable Pixel

### What If You Can't Install the Addressable Pixel?

This guide outlines how to achieve attribution and campaign optimization without using the Addressable pixel.

### Goal

To enable campaign performance tracking and wallet intelligence **without** installing the Addressable pixel, customers can leverage **server-to-server (S2S) event reporting**. This method allows Addressable to:

* Attribute users to campaigns
* Optimize performance based on funnel events
* Maximize Return on Ad Spend (ROAS)

### Requirements for S2S Attribution

To ensure accurate tracking and attribution, the customer should:

1. **Use a persistent unique user identifier**\
   Ensure each user has a unique ID that persists for at least 30 days. This allows Addressable to correlate multiple events to the same user.
2. **Report funnel events via the S2S API**\
   Events may include: `page_view` (or site visit), `button_click` , `sign_up` , `wallet_connect` , `conversion`
3. **Include tracking parameters in each event**\
   Send the following metadata alongside each event: `user_id` , URL parameters (e.g., UTMs, `ViewID`)
4. **Include revenue-related parameters**\
   For ROAS calculation and deduplication: `amount` , `transaction_hash` , `tokens_transferred` or `currency_exchanged`&#x20;

***

### Attribution Overview

Attribution is divided into two categories: **post-click** and **post-view**.

**Post-Click Attribution**

Triggered when a user clicks an ad.

* UTM parameters such as `utm_campaign`, `utm_source`, `utm_medium`, `utm_content`, and `clickID` are generated.
* These parameters should be captured in the page URL and reported back to Addressable via the S2S API on the `page_view` event.

**Post-View Attribution**

Triggered when a user views (but does not click) an ad.

* The ad sends UTM parameters along with a unique `ViewID`.
* When the user later engages with the website, the event should include both:&#x20;
  * The `user_id`
  * The original `ViewID`

This enables Addressable to match the ad view to the user and attribute the action accordingly.

***

####


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://addressable.gitbook.io/knowledge-base/event-tracking/addressable-event-api/event-api-attribution/attribution-without-the-addressable-pixel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
