---
title: "Get Default Event Mapping"
method: GET
path: "/forwarding/apps/{app}/default_event_mapping"
---

# Get Default Event Mapping

`GET /forwarding/apps/{app}/default_event_mapping`

## Path parameters

- `app` 'dummy' | 'ga4' | 'fb' | 'bigquery' | 'klaviyo' | 'tiktok' | 'criteo' | 'google_ads_conversions' | 'google_ads_remarketing' | 'google_ads_api_conversions' | 'google_floodlight' | 'pinterest' | 'taboola' | 'outbrain' | 'twitter' | 'custom_html' | 'convert' | 'bing' | 'mgid' | 'reddit' | 'snapchat' | 'awin' | 'postscript' | 'applovin' | 'customerio' | 'vibe' | 'segment' | 'openai_ads', required

## Headers

- `Authorization` string, nullable
- `X-User-Id` string, nullable

## Cookies

- `session_id` string, nullable

## Response `200`

Successful Response

- DefaultDestinationEventMappingResponse
  - `default_events` string[], required
  - `event_mappings` DefaultDestinationEventMapping[], required
    - `event_name` string, required
    - `destination_event_name` string, required
    - `config` EventMappingConfig
      - `conversion_amount` 'gross_revenue' | 'gross' | 'net' | 'net_after_tax' | 'net_after_tax_and_shipping' | 'net_after_shipping' | 'custom'
      - `conversion_amount_property` string, nullable
    - `mode` 'client' | 'server' | 'both'
  - `suggested_event_mappings` DestinationEventMapping[], required
    - `event_name` string, required
    - `destination_event_name` string, required
    - `config` EventMappingConfig
      - `conversion_amount` 'gross_revenue' | 'gross' | 'net' | 'net_after_tax' | 'net_after_tax_and_shipping' | 'net_after_shipping' | 'custom'
      - `conversion_amount_property` string, nullable
    - `mode` 'client' | 'server' | 'both'
    - `enabled` boolean
    - `is_default` boolean
  - `supports_custom_events` boolean, required
  - `supports_custom_mapping` union, required
    - 'client' | 'server' | 'both'
    - false

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/runconverge/apis/fastapi.md) · [All operations](https://skmtc.dev/runconverge/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runconverge/fastapi/revisions/1452e350bd1d/schema)
