# @walkeros/server-destination-criteo

> Criteo Events API server destination for walkerOS

Latest version **4.6.1** (published 2026-09-14) · MIT license · 323 weekly downloads

## Install

```sh
npm install @walkeros/server-destination-criteo
pnpm add @walkeros/server-destination-criteo
yarn add @walkeros/server-destination-criteo
bun add @walkeros/server-destination-criteo
```

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 4.6.1 |
| Published | 2026-09-14 |
| First published | 2026-04-21 |
| Weekly downloads | 323 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 129.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 344 |
| Author | elbwalker |
| Maintainers | alexanderkirtzel |
| Keywords | walkerOS, walkerOS-destination, destination, server, criteo, events-api, retargeting, analytics |

## Links

- npm: https://www.npmjs.com/package/@walkeros/server-destination-criteo
- Repository: https://github.com/elbwalker/walkerOS
- Homepage: https://github.com/elbwalker/walkerOS#readme
- Issues: https://github.com/elbwalker/walkerOS/issues
- Funding: https://github.com/sponsors/elbwalker
- npm.io page: https://npm.io/package/@walkeros/server-destination-criteo

## Dependencies (2)

- [@walkeros/core](https://npm.io/package/@walkeros/core.md) 4.6.1
- [@walkeros/server-core](https://npm.io/package/@walkeros/server-core.md) 4.6.1

## Alternatives

- [async-exit-hook](https://npm.io/package/async-exit-hook.md) — 3.7M weekly downloads
- [evnty](https://npm.io/package/evnty.md) — 7.2K weekly downloads
- [eleventy-plugin-asciidoc](https://npm.io/package/eleventy-plugin-asciidoc.md) — 3.5K weekly downloads
- [@jswork/next-get2get](https://npm.io/package/@jswork/next-get2get.md) — 945 weekly downloads
- [@dashersw/axon](https://npm.io/package/@dashersw/axon.md) — 934 weekly downloads

## Recent versions

- 4.6.1 (latest) — 2026-09-14
- 4.6.0-next-1788933594957 (next) — 2026-09-09
- 4.6.0 — 2026-09-10
- 4.6.0-next-1788817472881 — 2026-09-07
- 4.5.1-next-1788726985928 — 2026-09-06
- 4.5.0 — 2026-08-24
- 4.4.0 — 2026-08-17
- 4.4.0-next-1785285516008 — 2026-07-29
- 4.4.0-next-1785261149472 — 2026-07-28
- 4.4.0-next-1785239495233 — 2026-07-28
- 4.3.3-next-1785149620480 — 2026-07-27
- 4.3.2 — 2026-07-26
- 4.3.2-next-1784838222136 — 2026-07-23
- 4.3.1 — 2026-07-20
- 4.3.1-next-1784373088875 — 2026-07-18
- … 52 more at https://npm.io/package/@walkeros/server-destination-criteo/versions

## README

<p align="left">
  <a href="https://www.walkeros.io">
    <img alt="walkerOS" title="walkerOS" src="https://www.walkeros.io/img/walkerOS_logo.svg" width="256px"/>
  </a>
</p>

# @walkeros/server-destination-criteo

Server-side event delivery to Criteo's Events API for retargeting.

[Documentation](https://www.walkeros.io/docs/destinations/server/criteo) &bull;
[NPM Package](https://www.npmjs.com/package/@walkeros/server-destination-criteo)
&bull;
[Source Code](https://github.com/elbwalker/walkerOS/tree/main/packages/server/destinations/criteo)

## Installation

```bash
npm install @walkeros/server-destination-criteo
```

## Quick start

```json
{
  "version": 4,
  "flows": {
    "default": {
      "config": { "platform": "server" },
      "destinations": {
        "criteo": {
          "package": "@walkeros/server-destination-criteo",
          "config": {}
        }
      }
    }
  }
}
```

## Documentation

Full configuration, mapping, and examples live in the docs:
**https://www.walkeros.io/docs/destinations/server/criteo**

## Contribute

Feel free to contribute by submitting an
[issue](https://github.com/elbwalker/walkerOS/issues), starting a
[discussion](https://github.com/elbwalker/walkerOS/discussions), or getting in
[contact](https://calendly.com/elb-alexander/30min).

## License

MIT

---
_Source: https://npm.io/package/@walkeros/server-destination-criteo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
