> For the complete documentation index, see [llms.txt](https://docs.jentis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jentis.com/jentis-dcp-elements/synthetic-users/optional-test-with-a-single-campaign/configure-meta-ads-in-jentis-to-test-synthetic-users-with-a-single-campaign.md).

# Configure Meta Ads in JENTIS to test Synthetic Users with a single campaign

### How to Setup Meta on JENTIS for an Individual Campaign <a href="#setupsyntheticusersforanindividualcampaign-howtosetupmetaonjentisforanindividualcampaign" id="setupsyntheticusersforanindividualcampaign-howtosetupmetaonjentisforanindividualcampaign"></a>

1. Go to **Server Tag Manager** on the JENTIS Platform and select the Meta Conversion Tag corresponding to your specific campaign. This tag will be the **Original Tag**.
2. Click on Copy to duplicate the Meta Conversion Tag you chose in the previous step. The duplicated tag will be the **Individual Tag** for your Synthetic Users configuration.<br>

   <figure><img src="/files/mJCb9XXf5yUQgjWImhXO" alt=""><figcaption></figcaption></figure>
3. On the **Individual Tag** you just created, enable the Essential Mode toggle to display the Essential Mode placeholders.<br>

   <figure><img src="/files/N3JtIqYUjtcBAC0qRJ8v" alt=""><figcaption></figcaption></figure>
4. Change the placeholder named **Facebook Click-ID \[fbc]** to include the variable **Synthetic User Click ID** in the Essential Mode column.<br>

   <figure><img src="/files/qm7NgokTlCq55dVkGCD3" alt=""><figcaption></figcaption></figure>
5. Save the **Individual Tag** configuration.
6. On the JENTIS Platform, go to **Server Tag Manager** and click on **Triggers**. Navigate to the corresponding trigger of the **Original Tag** and press the **Copy** button.<br>

   <figure><img src="/files/NBopB83Rm0sVgqRxYXil" alt=""><figcaption></figcaption></figure>
7. On the duplicated trigger, you must add a new **Trigger Condition** and limit the **Individual Tag** to execute only when the correct campaign is leading the conversion. To do this, press the **AND** button and add the following configuration:
   1. **Variable**: `Synthetic Users - Last URL Parameter Value (meta)`.
   2. **Operator**: We suggest `contains`.
   3. **Value**: The value of the Campaign-Parameter for your specific campaign. For example, for `utm_campaign=summer`, the value that should be included here is `summer`.
8. Save the new trigger configuration.
9. Return to the **Individual Tag** configuration on **Server Tag Manager** and change the trigger to the one created in these previous steps.<br>

   <figure><img src="/files/4L5ATimxzriz8r6ukl6j" alt=""><figcaption></figcaption></figure>
10. As a last step, open the **Original Tag** configuration and enable the Essential Mode toggle to see the Essential Mode placeholders. Delete the values in the placeholder **Facebook Click-ID \[fbc]** in the Essential Mode column and leave it empty.<br>

    <figure><img src="/files/AQqjiHXBnU7wE6F4D1wU" alt=""><figcaption></figcaption></figure>
11. Save the tag. Now, the Synthetic Users for your individual campaign are set up and ready to go!
12. In case you have more than one conversion tag assigned to your campaign, repeat steps 1-11 for the rest of the tags.


---

# 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://docs.jentis.com/jentis-dcp-elements/synthetic-users/optional-test-with-a-single-campaign/configure-meta-ads-in-jentis-to-test-synthetic-users-with-a-single-campaign.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.
