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

# Job Posting Daily Deliveries: Directory Structure Update (Feb 2026)

**Effective date: February 10, 2026**

We will be updating the directory structure for Job Posting Daily Deliveries to make it easier to distinguish between daily (delta) deliveries and monthly (full) deliveries.

<Callout icon="📘" theme="info">
  **Reminder:** As a Job Posting Daily customer you will receive Monthly full deliveries after each monthly build, and Daily delta deliveries on the other days.
</Callout>

## What changed

Each release directory will now include a subdirectory that explicitly indicates the delivery type:

**Monthly (full) delivery:**

`YYYYMMDD_{current_release_version}/full/`

<br />

**Daily (delta) delivery:**

`YYYYMMDD_{current_release_version}/daily/`

Previously, both monthly and daily deliveries were written directly to the release directory without a clear indication of which type of delivery they were.

## Impact

This change affects customers ingesting **Job Posting Daily Deliveries**.

Ingestion logic should be updated to check for the presence of a `full/` or `daily/` subdirectory and process the data accordingly.

There are no changes to file contents or schemas.

## Why we made this change

This update reduces ambiguity between daily and monthly deliveries and makes it easier to programmatically handle each delivery type.

<Callout icon="📘" theme="info">
  **Note:** Job Posting Daily Deliveries is currently in **beta**, and some iteration is expected as we incorporate customer feedback.
</Callout>

## Related Pages

For additional information on Daily Deliveries for Job Posting Data, see these pages:

* [Daily Deliveries (Job Posting Data)](https://docs.peopledatalabs.com/docs/daily-deliveries-job-posting-data)
* [Data Delivery Using Direct Download](https://docs.peopledatalabs.com/docs/data-delivery-using-direct-download)

<br />