This endpoint is used to log standard events i.e. Commerce, Content, User Lifecycle.
The Branch Key of the originating app obtained in your Account Settings
The name of the event to log. Can be one of the following depending on which type of report you are running. Here are the list of possible combinations:
- Commerce:
- ADD_TO_CART
- ADD_TO_WISHLIST
- VIEW_CART
- INITIATE_PURCHASE
- ADD_PAYMENT_INFO
- CLICK_AD
- PURCHASE
- SPEND_CREDITS
- VIEW_AD
- Content:
- SEARCH
- VIEW_ITEM
- VIEW_ITEMS
- RATE
- SHARE
- INITIATE_STREAM
- COMPLETE_STREAM
- User Lifecycle:
- COMPLETE_REGISTRATION
- COMPLETE_TUTORIAL
- ACHIEVE_LEVEL
- UNLOCK_ACHIEVEMENT
- INVITE
- LOGIN
- START_TRIAL
- SUBSCRIBE
The event alias as defined by you; used in addition to the event name defined above.
One of the following operating system e.g. Android, iOS,MAC_OS,LINUX,WINDOWS etc.
The version of the operating system.
usually FULL_APP
The Android/Google advertising ID.
Android hardware ID
iOS advertising ID
iOS vendor ID
true if the partner has opted to not be tracked by advertisers
The user agent of the browser or app where the event occurred. Usually associated with a webview.
Branch internal-only field for tracking browsers.
The current page url where Web SDK logged web session start.
The referral url that led to the current page where Web SDK logged web session start.
The developer-specified identity for a user.
The country code of the user, usually based on device settings or user agent string.
The language code of the user, usually based on device settings or user agent string.
The ip address for the device where the event occurred
Android only - local ip of the device
The brand of the device
Branch internal-only field for tracking devices.
The app version downloaded by the user.
The model of the device.
The screen's DPI.
The screen's height.
The screen's width.
Whether European regulations, including the DMA, apply to this user and conversion. Required if EU regulations apply to this user.
Whether end user has granted or denied ads personalization consent. Required if dma_eea
is set to true
(i.e., EU regulations apply to this user).
Whether end user has granted or denied consent for 3P transmission of user level data for ads. Required if dma_eea
is set to true
(i.e., EU regulations apply to this user).
The partner-specified transaction id for their internal use
The partner-specified reported revenue for the event.
Currency that revenue, price, shipping, tax were originally reported in by the partner
Shipping cost associated with the transaction.
Total tax associated with the transaction.
Transaction coupon redeemed with the transaction (e.g. "SPRING2017")
Store or affiliation from which this transaction occurred (e.g. Google Store)
Description associated with the event, not necessarily specific to any individual content items (see below)
Additional search queries.
Category / Schema for a piece of content.
Commerce and Content Reports only. The title (for the individual content item).
Commerce and Content Reports only. The image URL (for the individual content item).
Commerce and Content Reports only. Used to allow Branch to unify content/messages for Content Analytics
Commerce and Content Reports only. true- content can be seen by anyone. false- cannot index for public use
Commerce and Content Reports only. true- content can be indexed for local (device) use. false- cannot index for local use
Commerce and Content Reports only. The price for the product/content.
Commerce and Content Reports only. The quantity of the item to be ordered (for PURCHASE, ADD_TO_CART, etc).
Commerce and Content Reports only. The product sku or product ID.
Commerce and Content Reports only. The product's name.
Commerce and Content Reports only. The product's brand.
Commerce and Content Reports only. The product's category, if it's a product
Commerce and Content Reports only. The product's variant (e.g. XL, red).
Commerce and Content Reports only. The average rating of the item.
Commerce and Content Reports only. The number of ratings for the item.
Commerce and Content Reports only. The maximum possible rating for the item (e.g. 5.0 if 5 stars is highest possible rating).
Commerce and Content Reports only. The time the content was created.
Commerce and Content Reports only. The last time after which this content is no longer valid. null / 0 mean no limit. Should rarely be set.
Commerce and Content Reports only. keywords
Commerce and Content Reports only. The street address for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The street address for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The state or region for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The country code for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The postal/zip code for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The latitude for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The longitude for a restaurant, business, room (hotel), etc.
Commerce and Content Reports only. The captions associated with the image.
Commerce and Content Reports only. For auctions, whether the item is new, good, acceptable, etc.
Commerce and Content Reports only. key-value pairs that the app developer would like attached to the content item. Attached to events that are retrieved via Exports and sent via Webhooks.
Ok
Authentication Failed
"{\n \"error\": {\n \"message\": \"Authentication failed !\",\n \"code\": 400\n }\n}"
Rate Limit Reached
"{\n \"error\": {\n \"code\": 429,\n \"message\": \"Rate limit reached.\"\n }\n}"