# Reporting

## Passing Campaign Tags

As most contracts for this product will be revenue share on clicks, this will likely not be necessary, as your own reporting can track clicks by users.

Savings can pass up to 5 total unique strings for monitoring performance on your campaigns. To do this you can choose to pass a string like `email_campaign` in your `clientTags` section of the API.

Tags for savings should be passed via the format below:

```json
{
  "clientTags": {
    "tag.sv": ["sampleTag1", "sampleTag2"]
  },
  ...
}
```

If you need to update your client tag strings, please contact your partner manager, or reach out to <partnersupport@engine.tech> to inform them of the change. You’ll need to identify to them the tag you are deprecating and the tag that you’re adding.


---

# 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://even-financial.gitbook.io/developer-center/native-api-integrations/savings/reporting.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.
