# Testanmeldung

<a href="https://app.impact.com/secure/gitbook/login.ihtml" class="button primary">Anmelden</a>

#### programType\_seller

{% if visitor.claims.programType\_seller %}
Ich werde angezeigt, wenn programType\_seller wahr ist
{% endif %}

#### programType\_retail\_media

{% if visitor.claims.programType\_retail\_media %}
Ich werde angezeigt, wenn programType\_retail\_media wahr ist
{% endif %}

#### persona\_media\_source

{% if visitor.claims.persona\_media\_source %}
Ich werde angezeigt, wenn persona\_media\_source wahr ist
{% endif %}

#### persona\_operator

{% if visitor.claims.persona\_operator %}
Ich werde angezeigt, wenn persona\_operator wahr ist
{% endif %}

#### programType\_creator

{% if visitor.claims.programType\_creator %}
Ich werde angezeigt, wenn programType\_creator wahr ist
{% endif %}

#### persona\_solution\_provider

{% if visitor.claims.persona\_solution\_provider %}
Ich werde angezeigt, wenn persona\_solution\_provider wahr ist
{% endif %}

#### persona\_publisher

{% if visitor.claims.persona\_publisher %}
Ich werde angezeigt, wenn persona\_publisher wahr ist
{% endif %}

#### persona\_advertiser

{% if visitor.claims.persona\_advertiser %}
Ich werde angezeigt, wenn persona\_advertiser wahr ist
{% endif %}

#### programType\_affiliate

{% if visitor.claims.programType\_affiliate %}
Ich werde angezeigt, wenn programType\_affiliate wahr ist
{% endif %}

#### programType\_spot

{% if visitor.claims.programType\_spot %}
Ich werde angezeigt, wenn programType\_spot wahr ist
{% endif %}

#### Name

{% if visitor.claims.name %}
Ich werde angezeigt, wenn name gesetzt ist
{% endif %}

#### programType\_b2b

{% if visitor.claims.programType\_b2b %}
Ich werde angezeigt, wenn programType\_b2b wahr ist
{% endif %}

#### programType\_ambassador

{% if visitor.claims.programType\_ambassador %}
Ich werde angezeigt, wenn programType\_ambassador wahr ist
{% endif %}

#### programType\_advocate

{% if visitor.claims.programType\_advocate %}
Ich werde angezeigt, wenn programType\_advocate wahr ist
{% endif %}

#### hasRegulatedCompliance

{% if visitor.claims.hasRegulatedCompliance %}
Ich werde angezeigt, wenn hasRegulatedCompliance wahr ist
{% endif %}

#### E-Mail

{% if visitor.claims.email %}
Ich werde angezeigt, wenn E-Mail gesetzt ist
{% endif %}

#### Benutzername

{% if visitor.claims.username %}
Ich werde angezeigt, wenn Benutzername gesetzt ist
{% endif %}


---

# 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.impact.com/brand/de/anmeldung-testen.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.
