# Campaign Calculated Effect Results

The file displays the calculated results of the campaign's execution.&#x20;

A sample file is provided below:

{% file src="/files/ldt4bw8VFs8Iwjq9sSPO" %}

**Available Data:**

* **calculatedEffectResultId**: ID of the calculated effect result for the campaign's rule
* **tenantId**: ID of the tenant where the campaign was created
* **campaignExecutionId**: ID of the campaign execution
* **status**: Status of the calculated effect result (`success`, `skipped`, `failed`)
* **targetId**: Member's ID generated in Open Loyalty (`memberId`)
* **type**: Type of campaign effect (e.g., `give_points`, `give_reward`)
* **createdAt**: Date when the entry was created
* **updatedAt**: Date when the entry was last updated
* **points**: Number of units calculated as part of the campaign effect
* **couponValue**: Value of the coupon granted (for dynamic coupons)
* **rewardId**: ID of the reward granted
* **walletCode**: Code of the wallet to which the units were granted
* **error**: Error message for failed executions


---

# 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://help.openloyalty.io/technical-guide/data-exports/data-structure-and-types/campaign-calculated-effect-results.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.
