# Campaigns

The Campaigns file shows the information about the campaign configuration set.&#x20;

A sample file is provided below:

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

**Available Data:**

* **campaignId**: Unique ID of the campaign
* **tenantId**: ID of the tenant where the campaign is created
* **achievementID**: ID of the achievement that triggered the campaign
* **name**: Name of the campaign
* **description:** Description of the campaign
* **type**: Type of the campaign (`direct`, `referral`, or `time`)
* **trigger:** Trigger of the campaign
* **activity**: Time period when the campaign is active
* **active**: Status indicating if the campaign is active (true/false)
* **limits:** Limitation (units limitation and completion limitation) of the campaign
* **displayOrder**: Number of the&#x20;
* **labels**: Custom attributes set for the campaign
* **memberFilter**: Visibility and targetting of the campaign
* **createdAt**: Date when the campaign was created
* **updatedAt**: Date when the campaign was updated
* **deletedAt**: Date when the campaign was deleted


---

# 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/campaigns.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.
