Search specific term/phrase surrounded by double quotes. e.g. “deep linking”
Exclude records that contain a specific term prefixed with a minus. e.g. Android -Firebase

Configure Events for Self-Attributing Networks

Overview

Branch accepts different naming conventions for the conversion events we measure. For example, maybe the app Modern Clothing Styles sends a custom event called “Check Out". Most people who see this name would understand what it means. If they sent it as “PURCHASE” it wouldn’t be the same event, nor would it be clear.

However, Self-Attributing Networks (SANs) such as Facebook do not allow customers to optimize against custom events or show custom events in their UI. Therefore, if you want Facebook to auto-optimize against your RiderFirstBooking event, you’ll need to send it to Facebook as a “fb_mobile_purchase” event.

Supported SANs

📘

Event Mapping Support

The ability to configure event mappings is available only for integrations with SANs. For all other ad partners, Branch uses standard event mappings for postbacks.

You can configure event mappings for the following Self-Attributing Networks:

  • Facebook
  • Google Ads (formerly Google AdWords)
  • Google Marketing Platform
  • Roku
  • Snap
  • Twitter

📘

Apple Search Ads Not Supported

Configuring event mappings for Apple Search Ads - although a SAN - is not supported due to the inability to send events server side.

Default Event Mappings

Your events will be mapped by default to ad partner event names for the purposes of campaign optimization and reporting.

Please refer to the following respective documents for our default event mappings per SAN:

Configuring Event Mappings

If you do not want to use the default event mappings, you can configure how Branch maps the events it tracks with those of the Self-Attributing Network.

To configure a SAN’s event mappings:

  1. In the left-hand navigation, under Ads, click Partner Management.
  2. Find and select the SAN for which you want to configure the event mappings.
  3. Click the Events Config tab.
  4. Click the Add Event Mappings button.
  5. Map your event by providing the following:
    1. Your Event Name - The app event you want mapped; only app events you are tracking with the Branch SDK are available to be mapped.
    2. Your Customer Event Alias - Your custom name for your app event; only available if you’ve already implemented customer_event_alias in the Branch SDK.
    3. Ad Partner Event Name - The ad partner’s name for the app events they support; see default event mappings above.
  6. Click Save.

🚧

Disabling events

If you disable an event, you will not receive any attribution data for that event. If this is not your intention, rather rename the event to a custom name.

Using Custom event names

If you are using the self-attributing network's SDK to track in-app events but need Branch to collect attribution data for these events, you will need to map Branch events to custom names to prevent duplicates from being tracked on the network. To create custom events follow the steps below:

  1. Click on the pencil icon in the drop down next to value custom

  1. Rename the custom event to your new event name

  1. Save the name and don't forget to save your configuration when all of your events have been renamed

If you would like to revert to the default name, you can just re-select the network's name from the dropdown.

Things to Keep in Mind

  • Branch defines an “event” as a combination of Your Event Name + Customer Event Alias.
  • You cannot use Branch Standard event names as your custom event name. Doing so will result in your custom event not being tracked.
  • You cannot configure more than one of the same event; i.e. the same combination of event name and customer event alias.
  • You cannot map to a single Branch event to two different Ad Partner events.
    • You can map two different Branch events to a single Ad Partner Event.
  • You can only configure at the event level; sub-parameters (e.g. order_id or revenue) cannot be mapped to ad partner events.
    • If you use a custom event, you can still attach specific event_data metadata to that event. However, whitelisting is required in advance to send event metadata for custom events. Please contact the support team or your customer success manager to request whitelisting.
  • If you start to measure a new app event after you’ve enabled the SAN integration, you must manually configure the event.
  • Some SANs accept custom events. For those that do, it’s indicated in the Ad Partner Event Name drop-down.
  • If you have not configured any event mappings, Branch will use the default mappings outlined above for all events.
  • If you have at least one event mapped, only the mapped events visible in the UI will be sent.