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

# Setting Up Tracking Pixels from Job Boards

> Connect tracking pixels from job boards or other providers to PastaHR to capture successfully completed online applications as a conversion.

A tracking pixel is a complete URL that gets called when an online application is completed. PastaHR loads this URL as an invisible 1x1 pixel on the success page. The applicant's browser sends a `GET` request to the provider, which can then record the request as a conversion.

<Note>
  Generic tracking pixels only support the successful completion of an online application.
</Note>

## How are tracking pixels added in PastaHR?

<Steps>
  <Step title="Request the tracking pixel URL from the provider">
    Ask the job board or tracking provider for the complete pixel URL for a successfully completed application.

    Use a URL starting with `https://` if possible. If you receive a JavaScript snippet or a full HTML tag instead, ask the provider for an image-based tracking pixel URL.
  </Step>

  <Step title="Open the tracking settings">
    As an Admin, open **Settings → Tracking** in PastaHR.
  </Step>

  <Step title="Add the pixel URL">
    Paste the URL under **Job Board Tracking Pixel** and confirm with Enter.

    The URL is saved immediately. Repeat this step to add further tracking pixels.
  </Step>

  <Step title="Test the integration">
    Complete a test application through the online application flow, then check with the provider whether the conversion was recorded. Depending on the provider, the conversion may take a moment to show up.
  </Step>
</Steps>

<Note>
  The pixel loads in the applicant's browser. Ad blockers, browser privacy settings, cookie consent choices, or network errors can prevent the request from reaching the provider.
</Note>

<Warning>
  Make sure your use of tracking pixels complies with your privacy policy and applicable data protection regulations. Candidates should be informed about the tracking, including through your cookie consent mechanism where relevant. Consult your legal or privacy team if you have questions.
</Warning>

## What's supported?

PastaHR supports one or more complete tracking pixel URLs. Every configured URL is loaded for each successfully completed online application in the workspace.

The URL is used exactly as entered. Any query parameters it already contains are preserved. PastaHR doesn't add its own parameters and doesn't replace placeholders.

Browser-based image pixels triggered via a URL and a `GET` request are supported. Not supported:

* JavaScript or HTML code
* Script tags
* `POST` requests or server-side webhooks
* custom HTTP headers
* dynamic placeholders for job, flow, or application data
* different pixels per application flow or job

<CardGroup cols={2}>
  <Card title="Meta Pixel" icon="meta" href="/en/recruiters/facebook-pixel">
    Track events like page views, redirects, application starts, and completed applications.
  </Card>

  <Card title="UTM Tracking" icon="tags" href="/en/recruiters/utm-tracking">
    Combine tracking pixels with UTM parameters for full channel attribution.
  </Card>
</CardGroup>
