Facebook App Events Reference

Android

Standard Events

Event-Name: AppEventsConstants-Wert Parameter Beschreibung

Angestrebter Level: EVENT_NAME_ACHIEVED_LEVEL:

LEVEL

Das Erreichen bestimmter von dir festgelegter Level in deiner App, deinem Unternehmen oder deiner Organisation.

App aktivieren: EVENT_NAME_ACTIVATED_APP

Der Launch deiner App.

Klicken in der App Ad: EVENT_NAME_AD_CLICK

AD_TYPE

Innerhalb deiner App wird auf eine Werbeanzeige eines Drittanbieters geklickt.

Impression in der App Ad: EVENT_NAME_AD_IMPRESSION

AD_TYPE

Innerhalb deiner App wird eine Werbeanzeige eines Drittanbieters angezeigt.

Zahlungsdaten hinzufügen: EVENT_NAME_ADDED_PAYMENT_INFO

SUCCESS

Das Hinzufügen von Zahlungsdaten während eines Kaufabschlusses.

In den Einkaufswagen: EVENT_NAME_ADDED_TO_CART

valueToSum: Preis des hinzugefügten Artikels

CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Das Hinzufügen eines Artikels zu einem Einkaufswagen oder Warenkorb. Zum Beispiel Klicken auf einen „In den Einkaufswagen“-Button auf einer Webseite.

Auf die Wunschliste: EVENT_NAME_ADDED_TO_WISHLIST

valueToSum: Preis des hinzugefügten Artikels

CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Das Hinzufügen eines Artikels zu einer Wunschliste. Zum Beispiel Klicken auf einen „Auf die Wunschliste“-Button auf einer Webseite.

Registrierung abschließen: EVENT_NAME_COMPLETED_REGISTRATION

REGISTRATION_METHOD

Die Bereitstellung von Informationen durch einen Kunden im Austausch gegen einen von deinem Unternehmen bereitgestellten Service. Zum Beispiel die Registrierung für einen E-Mail-Newsletter.

Tutorial abgeschlossen: EVENT_NAME_COMPLETED_TUTORIAL

SUCCESS und CONTENT_ID oder CONTENT

Der Abschluss eines Tutorials in deiner App.

Kontakt: EVENT_NAME_CONTACT

Telefon oder SMS, E-Mail, Chat oder eine andere Kontaktart zwischen einem Kunden und deinem Unternehmen.

Produkt anpassen: EVENT_NAME_CUSTOMIZE_PRODUCT

Die Anpassung von Produkten mit einem Konfigurationstool oder einer anderer Anwendung deines Unternehmens.

Spenden: EVENT_NAME_DONATE

Spenden an deine Organisation oder für deinen Zweck.

Standort suchen: EVENT_NAME_FIND_LOCATION

Eine Person sucht einen deiner Standort mit Besuchsabsicht im Web oder in der App. Zum Beispiel die Suche nach einem Produkt und das Auffinden in einem deiner lokalen Stores.

Kaufvorgang starten: EVENT_NAME_INITIATED_CHECKOUT

valueToSum: Gesamtpreis der Artikel im Warenkorb

CONTENT_TYPE, CONTENT_ID oder CONTENT,NUM_ITEMS, PAYMENT_INFO_AVAILABLE und CURRENCY

Der Beginn eines Kaufvorgangs.

Kauf: EVENT_NAME_PURCHASED

valueToSum: Kaufpreis

NUM_ITEMS, CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Der Abschluss eines Kaufvorgangs, üblicherweise angezeigt durch den Erhalt einer Bestellung, einer Bestellbestätigung oder einer Transaktionsquittung.

Bewerten: EVENT_NAME_RATED

valueToSum: Abgegebene Bewertung

CONTENT_TYPE, CONTENT_ID oder CONTENT und MAX_RATING_VALUE

Eine Bewertung einer Komponente in deiner App, deinem Unternehmen oder deiner Organisation. Beispielsweise die Bewertung eines Restaurants in einer App für Restaurantbewertungen.

Zeitplan: EVENT_NAME_SCHEDULE

Die Buchung eines Termins für den Besuch einer deiner Standorte.

Suchen: EVENT_NAME_SEARCHED

CONTENT_TYPE, SEARCH_STRING und SUCCESS

Eine auf deiner Webseite, in deiner App oder einem anderen Eigentum durchgeführte Suche, wie zum Beispiel eine Produktsuche, eine Reisesuche usw.

Gutschriften ausgegeben: EVENT_NAME_SPENT_CREDITS:

valueToSum: Gesamtwert der ausgegebenen Gutschriften

CONTENT_TYPE und CONTENT_ID oder CONTENT

Der Abschluss einer Transaktion, bei der Gutschriften für dein Unternehmen oder deine App ausgegeben wurden, wie zum Beispiel eine App-interne Währung.

Test beginnen: EVENT_NAME_START_TRIAL

valueToSum: Abonnementpreis

ORDER_ID und CURRENCY

Der Beginn einer kostenlosen Testphase für eines deiner Produkte oder einen deiner Services, wie zum Beispiel ein Probeabonnement.

Antrag einreichen: EVENT_NAME_SUBMIT_APPLICATION

Die Einreichung einer App für ein Produkt, einen Service oder ein Programm aus deinem Angebot, wie zum Beispiel eine Kreditkarte, ein Schulungsprogramm oder eine Stelle.

Abonnieren: EVENT_NAME_SUBSCRIBE

valueToSum: Abonnementpreis

ORDER_ID und CURRENCY

Der Beginn eines zahlungspflichtigen Abonnements eines Produkts oder eines Service aus deinem Angebot.

Erfolg erreicht: EVENT_NAME_UNLOCKED_ACHIEVEMENT

DESCRIPTION

Der Abschluss bestimmter Aktivitäten oder Handlungen, die du in deiner App, deinem Unternehmen oder deiner Organisation belohnen möchtest. Zum Beispiel einem Freund empfehlen, dein Profil vervollständigen usw.

Inhalt anzeigen: EVENT_NAME_VIEWED_CONTENT

Preis des angezeigten Artikels (falls anwendbar)

CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Ein Besuch einer Inhaltsseite, die Ihnen gefällt, wie zum Beispiel eine Produktseite, eine Landing Page oder ein Artikel. Informationen über die angezeigte Seite können zur Verwendung in Dynamic Ads an Facebook übergeben werden.

Standard Event Parameters

AppEventConstants::EVENT_PARAM_* Possible Values Description

Ad Type:
EVENT_PARAM_AD_TYPE

string

Type of ad: banner, interstitial, rewarded_video, native

Content ID:

EVENT_PARAM_CONTENT_ID

string

International Article Number (EAN) when applicable, or other product or content identifier

Content:

EVENT_PARAM_CONTENT

string

A list of JSON object that contains the International Article Number (EAN) when applicable, or other product or content identifier(s) as well as additional information about the products. id and quantity are the available fields. e.g. "[{\"id\": \"1234\", \"quantity\": 2}, {\"id\": \"5678\", \"quantity\": 1}]"

Content Type:

EVENT_PARAM_CONTENT_TYPE

string

'product' or 'product_group'

Currency:

EVENT_PARAM_CURRENCY

string

ISO 4217 code, e.g., "EUR", "USD", "JPY"

Description:

EVENT_PARAM_DESCRIPTION

string

A string description

Level:

EVENT_PARAM_LEVEL

string

Level of a game

Max. Rating Value:

EVENT_PARAM_MAX_RATING_VALUE

int

Upper bounds of a rating scale, for example 5 on a 5 star scale

Number of Items:

EVENT_PARAM_NUM_ITEMS

int

Number of items

Order ID:

EVENT_PARAM_ORDER_ID

string

The unique ID for all events within a subscription

Payment Info Available:

EVENT_PARAM_PAYMENT_INFO_AVAILABLE

1 or 0

1 for yes, 0 for no

Registration Method:

EVENT_PARAM_REGISTRATION_METHOD

string

Facebook, Email, Twitter, etc.

Search String:

EVENT_PARAM_SEARCH_STRING

string

The text string that was searched for

Success:

EVENT_PARAM_SUCCESS

1 or 0

1 for yes, 0 for no

iOS

App Store Connect für iOS 14

Weil deine App Events erfasst und an Facebook sendet, musst du eventuell diese Datentypen im Fragebogen zu App Store Connect angeben. Du bist dafür verantwortlich, die Datenschutzrichtlinie deiner Anwendung entsprechend zu gestalten. Im Artikel zum Datenschutz im Apple App Store erfährst du mehr über die Datentypen, die du angeben musst.

Standard Events

Event Name: FBSDKAppEventName Parameters Description

Achieve Level: FBSDKAppEventNameAchievedLevel

Level

The achievement of specific levels you define within your application, business or organization.

Activate App: FBSDKAppEventNameActivatedApp

The launch of your app.

In-App Ad Click: FBSDKAppEventNameAdClick

AdType

An ad from a third-party platform is clicked within your app.

In-App Ad Impression: FBSDKAppEventNameAdImpression

AdType

An ad from a third-party platform appears on-screen within your app.

Add Payment Info: FBSDKAppEventNameAddedPaymentInfo

Success

The addition of customer payment information during a checkout process.

Add to Cart: FBSDKAppEventNameAddedToCart

valueToSum: Price of item added

ContentType, ContentID or Content, and Currency

The addition of an item to a shopping cart or basket. For example, clicking an Add to Cart button on a website.

Add to Wishlist: FBSDKAppEventNameAddedToWishlist

valueToSum: Price of item added

ContentType, ContentID or Content, and Currency

The addition of items to a wishlist. For example, clicking an Add to Wishlist button on a website.

Complete Registration: FBSDKAppEventNameCompletedRegistration

RegistrationMethod

A submission of information by a customer in exchange for a service provided by your business. For example, sign up for an email subscription.

Complete Tutorial: FBSDKAppEventNameCompletedTutorial

Success, and ContentID or Content

A completion of a tutorial on your app.

Contact: FBSDKAppEventNameContact

A telephone or SMS, email, chat or other type of contact between a customer and your business.

Customize Product: FBSDKAppEventNameCustomizeProduct

The customization of products through a configuration tool or other application your business owns.

Donate: FBSDKAppEventNameDonate

The donation of funds to your organization or cause.

Find Location: FBSDKAppEventNameFindLocation

When a person finds one of your locations via web or app, with an intention to visit. For example, searching for a product and finding it at one of your local stores.

Initiate Checkout: FBSDKAppEventNameInitiatedCheckout

valueToSum: Total price of items in cart

ContentType, ContentID or Content, NumItems, PaymentInfoAvailable, and Currency

The start of a checkout process.

Purchase: FBSDKAppEventNamePurchased

Use the logPurchase method instead.

valueToSum: Purchase price

NumItems, ContentType, ContentID or Content, and Currency

The completion of a purchase, usually signified by receiving order or purchase confirmation or a transaction receipt.

Rate: FBSDKAppEventNameRated

valueToSum: Rating given

ContentType, ContentID or Content, and MaxRatingValue

A rating of something within your app, business or organization. For example, rates a restaurant within a restaurant review app

Schedule: FBventNameSchedule

The booking of an appointment to visit one of your locations.

Search: FBSDKAppEventNameSearched

ContentType, SearchString, and Success

A search performed on your website, app or other property, such as product searches, travel searches, etc.

Spent Credits: FBSDKAppEventNameSpentCredits

valueToSum: Total value of credits spent

ContentType, and ContentID or Content

The completion of a transaction where people spend credits specific to your business or application, such as in-app currency.

Start Trial: FBSDKAppEventNameStartTrial

valueToSum: Total value of credits spent

OrderID

and

Currency

The start of a free trial of a product or service you offer, such as a trial subscription.

Schedule

See App Events Schema

Submit Application: FBSDKAppEventNameSubmitApplication

The submission of an application for a product, service or program you offer, such as a credit card, educational program or job.

Subscribe

See App Events Schema

Subscription: FBSDKAppEventNameSubscription

valueToSum: Price of Subscription

OrderID

and

Currency

The start of a paid subscription for a product or service you offer.

Unlock Achievement: FBSDKAppEventNameUnlockedAchievement

Description

The completion of specific activities or actions you want to reward within your application, business or organization. For example, refer a friend, complete your profile, etc.

View Content: FBSDKAppEventNameViewedContent

valueToSum: Price of item viewed (if applicable)

ContentType, ContentID or Content, and Currency

A visit to a content page you care about, such as a product page, landing page or article. Information about the page viewed can be passed to Facebook for use in Advantage+ catalog ads.

Standard Event Parameters

Parameter: FBSDKAppEventParameterName Possible Values Description

Ad Type:

FBSDKAppEventParameterNameAdType

string

Type of ad: banner, interstitial, reward_video, native

Content:

FBSDKAppEventParameterNameContent

string

A list of JSON object that contains the International Article Number (EAN) when applicable, or other product or content identifiers and additional information about the products. id and quantity are the available fields. e.g. "[{\"id\": \"1234\", \"quantity\": 2}, {\"id\": \"5678\", \"quantity\": 1}]"

Content ID:

FBSDKAppEventParameterNameContentID

string

International Article Number (EAN) when applicable, or other product or content identifier

Content Type:

FBSDKAppEventParameterNameContentType

string

product or product_group

Currency:

FBSDKAppEventParameterNameCurrency

string

ISO 4217 code, for example, EUR, USD, JPY

Description:

FBSDKAppEventParameterNameDescription

string

A string description

Level:

FBSDKAppEventParameterNameLevel

string

Level of a player

Max. Rating Value:

FBSDKAppEventParameterNameMaxRatingValue

int

Upper bounds of a rating scale, for example 5 on a 5 star scale

Number of Items:

FBSDKAppEventParameterNameNumItems

int

Number of items

Order ID:

FBSDKAppEventParameterNameOrderID

string

The unique ID for all events within a subscription

Payment Info Available:

FBSDKAppEventParameterNamePaymentInfoAvailable

1 or 0

1 for yes, 0 for no

Registration Method:

FBSDKAppEventParameterNameRegistrationMethod

string

Facebook, Email, Twitter, etc.

Search String:

FBSDKAppEventParameterNameSearchString

string

The string that was searched for

Success:

FBSDKAppEventParameterNameSuccess

1 or 0

1 for yes, 0 for no

Web

Standard Events

Event-Name: AppEventsConstants-Wert Parameter Beschreibung

Angestrebter Level: EVENT_NAME_ACHIEVED_LEVEL:

LEVEL

Das Erreichen bestimmter von dir festgelegter Level in deiner App, deinem Unternehmen oder deiner Organisation.

App aktivieren: EVENT_NAME_ACTIVATED_APP

Der Launch deiner App.

Klicken in der App Ad: EVENT_NAME_AD_CLICK

AD_TYPE

Innerhalb deiner App wird auf eine Werbeanzeige eines Drittanbieters geklickt.

Impression in der App Ad: EVENT_NAME_AD_IMPRESSION

AD_TYPE

Innerhalb deiner App wird eine Werbeanzeige eines Drittanbieters angezeigt.

Zahlungsdaten hinzufügen: EVENT_NAME_ADDED_PAYMENT_INFO

SUCCESS

Das Hinzufügen von Zahlungsdaten während eines Kaufabschlusses.

In den Einkaufswagen: EVENT_NAME_ADDED_TO_CART

valueToSum: Preis des hinzugefügten Artikels

CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Das Hinzufügen eines Artikels zu einem Einkaufswagen oder Warenkorb. Zum Beispiel Klicken auf einen „In den Einkaufswagen“-Button auf einer Webseite.

Auf die Wunschliste: EVENT_NAME_ADDED_TO_WISHLIST

valueToSum: Preis des hinzugefügten Artikels

CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Das Hinzufügen eines Artikels zu einer Wunschliste. Zum Beispiel Klicken auf einen „Auf die Wunschliste“-Button auf einer Webseite.

Registrierung abschließen: EVENT_NAME_COMPLETED_REGISTRATION

REGISTRATION_METHOD

Die Bereitstellung von Informationen durch einen Kunden im Austausch gegen einen von deinem Unternehmen bereitgestellten Service. Zum Beispiel die Registrierung für einen E-Mail-Newsletter.

Tutorial abgeschlossen: EVENT_NAME_COMPLETED_TUTORIAL

SUCCESS und CONTENT_ID oder CONTENT

Der Abschluss eines Tutorials in deiner App.

Kontakt: EVENT_NAME_CONTACT

Telefon oder SMS, E-Mail, Chat oder eine andere Kontaktart zwischen einem Kunden und deinem Unternehmen.

Produkt anpassen: EVENT_NAME_CUSTOMIZE_PRODUCT

Die Anpassung von Produkten mit einem Konfigurationstool oder einer anderer Anwendung deines Unternehmens.

Spenden: EVENT_NAME_DONATE

Spenden an deine Organisation oder für deinen Zweck.

Standort suchen: EVENT_NAME_FIND_LOCATION

Eine Person sucht einen deiner Standort mit Besuchsabsicht im Web oder in der App. Zum Beispiel die Suche nach einem Produkt und das Auffinden in einem deiner lokalen Stores.

Kaufvorgang starten: EVENT_NAME_INITIATED_CHECKOUT

valueToSum: Gesamtpreis der Artikel im Warenkorb

CONTENT_TYPE, CONTENT_ID oder CONTENT,NUM_ITEMS, PAYMENT_INFO_AVAILABLE und CURRENCY

Der Beginn eines Kaufvorgangs.

Kauf: EVENT_NAME_PURCHASED

valueToSum: Kaufpreis

NUM_ITEMS, CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Der Abschluss eines Kaufvorgangs, üblicherweise angezeigt durch den Erhalt einer Bestellung, einer Bestellbestätigung oder einer Transaktionsquittung.

Bewerten: EVENT_NAME_RATED

valueToSum: Abgegebene Bewertung

CONTENT_TYPE, CONTENT_ID oder CONTENT und MAX_RATING_VALUE

Eine Bewertung einer Komponente in deiner App, deinem Unternehmen oder deiner Organisation. Beispielsweise die Bewertung eines Restaurants in einer App für Restaurantbewertungen.

Zeitplan: EVENT_NAME_SCHEDULE

Die Buchung eines Termins für den Besuch einer deiner Standorte.

Suchen: EVENT_NAME_SEARCHED

CONTENT_TYPE, SEARCH_STRING und SUCCESS

Eine auf deiner Webseite, in deiner App oder einem anderen Eigentum durchgeführte Suche, wie zum Beispiel eine Produktsuche, eine Reisesuche usw.

Gutschriften ausgegeben: EVENT_NAME_SPENT_CREDITS:

valueToSum: Gesamtwert der ausgegebenen Gutschriften

CONTENT_TYPE und CONTENT_ID oder CONTENT

Der Abschluss einer Transaktion, bei der Gutschriften für dein Unternehmen oder deine App ausgegeben wurden, wie zum Beispiel eine App-interne Währung.

Test beginnen: EVENT_NAME_START_TRIAL

valueToSum: Abonnementpreis

ORDER_ID und CURRENCY

Der Beginn einer kostenlosen Testphase für eines deiner Produkte oder einen deiner Services, wie zum Beispiel ein Probeabonnement.

Antrag einreichen: EVENT_NAME_SUBMIT_APPLICATION

Die Einreichung einer App für ein Produkt, einen Service oder ein Programm aus deinem Angebot, wie zum Beispiel eine Kreditkarte, ein Schulungsprogramm oder eine Stelle.

Abonnieren: EVENT_NAME_SUBSCRIBE

valueToSum: Abonnementpreis

ORDER_ID und CURRENCY

Der Beginn eines zahlungspflichtigen Abonnements eines Produkts oder eines Service aus deinem Angebot.

Erfolg erreicht: EVENT_NAME_UNLOCKED_ACHIEVEMENT

DESCRIPTION

Der Abschluss bestimmter Aktivitäten oder Handlungen, die du in deiner App, deinem Unternehmen oder deiner Organisation belohnen möchtest. Zum Beispiel einem Freund empfehlen, dein Profil vervollständigen usw.

Inhalt anzeigen: EVENT_NAME_VIEWED_CONTENT

Preis des angezeigten Artikels (falls anwendbar)

CONTENT_TYPE, CONTENT_ID oder CONTENT und CURRENCY

Ein Besuch einer Inhaltsseite, die Ihnen gefällt, wie zum Beispiel eine Produktseite, eine Landing Page oder ein Artikel. Informationen über die angezeigte Seite können zur Verwendung in Dynamic Ads an Facebook übergeben werden.

Standard Event Parameters

AppEventConstants::EVENT_PARAM_* Possible Values Description

Ad Type:

EVENT_PARAM_AD_TYPE

string

Type of ad: banner, interstitial, rewarded_video, native

Content:

EVENT_PARAM_CONTENT

string

A list of JSON object that contains the International Article Number (EAN) when applicable, or other product or content identifier(s) as well as additional information about the products. id, quantity, and item_price are the available fields. e.g. "[{\"id\": \"1234\", \"quantity\": 2, \"item_price\": 5.99}, {\"id\": \"5678\", \"quantity\": 1, \"item_price\": 9.99}]"

Content ID:

EVENT_PARAM_CONTENT_ID

string

International Article Number (EAN) when applicable, or other product or content identifier

Content Type:

EVENT_PARAM_CONTENT_TYPE

string

'product' or 'product_group'

Currency:

EVENT_PARAM_CURRENCY

string

ISO 4217 code, e.g., "EUR", "USD", "JPY"

Description:

EVENT_PARAM_DESCRIPTION

string

A string description

Level:

EVENT_PARAM_LEVEL

string

Level of a game

Max. Rating Value:

EVENT_PARAM_MAX_RATING_VALUE

int

Upper bounds of a rating scale, for example 5 on a 5 star scale

Number of Items:

EVENT_PARAM_NUM_ITEMS

int

Number of items

Order ID:

EVENT_PARAM_ORDER_ID

string

The unique ID for all events within a subscription

Payment Info Available:

EVENT_PARAM_PAYMENT_INFO_AVAILABLE

1 or 0

1 for yes, 0 for no

Registration Method:

EVENT_PARAM_REGISTRATION_METHOD

string

Facebook, Email, Twitter, etc.

Search String:

EVENT_PARAM_SEARCH_STRING

string

The text string that was searched for

Success:

EVENT_PARAM_SUCCESS

1 or 0

1 for yes, 0 for no