> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pingtree.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Jornaya API

> Integrate Jornaya consumer intent and compliance services in Pingtree campaigns.

## What is Jornaya?

Jornaya is a data-as-a-service (DaaS) provider that captures and analyzes consumer journey data to help businesses optimize lead generation and customer acquisition. Key capabilities include:

* **Consumer Journey Insights**: Tracks how consumers navigate and engage with your website, content, and forms.
* **Lead Intelligence**: Verifies lead quality and consent, ensuring only genuine submissions are processed.
* **TCPA Compliance**: Provides evidence of consumer consent to satisfy Telephone Consumer Protection Act (TCPA) requirements.
* **Intent Data**: Scores lead readiness based on online behavior, enabling prioritized follow-up.
* **Privacy & Security**: Adheres to strict data protection standards to secure consumer information.

***

## Integration Overview

Pingtree supports seamless integration with Jornaya via our built-in clickscript or external form implementations. You’ll capture and pass the `jornaya` token as part of each lead submission.

***

## Integration Steps

<Steps>
  <Step title="1. Obtain Jornaya Credentials">
    Sign up for a Jornaya account. You will receive an **Account Code** and **Campaign Key**.
  </Step>

  <Step title="2. Add Credentials in Pingtree">
    In **Campaign Settings → Integrations**, paste your **Account Code** and **Campaign Key** into the Jornaya section.
  </Step>

  <Step title="3. Enable in Click Script">
    Navigate to **Campaign Settings → Click Script** and toggle **Jornaya** on. This will automatically include the `jornaya` value in all lead submissions.
  </Step>

  <Step title="4. External Form Setup">
    For offers hosted outside Pingtree, add a hidden input to each form step:

    ```html theme={null}
    <input type="hidden" name="jornaya" value="{VALUE}" />
    ```

    Ensure your API or script posts the `jornaya` parameter with each lead.
  </Step>
</Steps>

***

> **Tip:** Map the `jornaya` field in your **Distribution → Lead Routing** settings to pass the token through to your endpoints for downstream verification or logging.
