# QR Codes, Tracking URLs & Job Embedding
## QR Codes
Every published job automatically gets a QR code that links directly to the application page.
### Use Cases
- **Job fairs** — print QR codes on handouts.
- **Office posters** — candidates scan to apply on the spot.
- **Business cards** — link to your career page or a specific role.
- **Print advertising** — include in newspaper or magazine ads.
### Generating QR Codes
1. Open any published job.
2. Go to the **Share** tab.
3. Download the QR code image (PNG).
4. QR codes automatically include UTM parameters for source tracking.
## Tracking URLs (UTM)
HireBee supports UTM parameters on all job and career page links:
- `utm_source` — where the link is shared (e.g., "linkedin", "newsletter")
- `utm_medium` — the channel type (e.g., "social", "email", "print")
- `utm_campaign` — specific campaign name
- `utm_content` — for A/B testing different link placements
- `utm_term` — keyword tracking
### How to Use
Append UTM parameters to any job URL:
```
https://yourcompany.hirebee.app/jobs/senior-dev?utm_source=linkedin&utm_medium=social&utm_campaign=q1-hiring
```
All UTM data is captured with each application and visible in analytics.
## Job Embedding
Embed your job listings directly on your company website.
### Embed Widget
1. Go to **Settings → Career Page → Embed**.
2. Copy the embed code snippet.
3. Paste it into your website's HTML.
4. The widget shows your open jobs with filters.
5. Customize colors to match your website.
### Single Job Embed
Embed a specific job listing instead of the full board.
### Embed Customization
- Match your website's color scheme.
- Choose which fields to display.
- Configure the apply button behavior (inline or redirect).