Packagecom.distriqt.extension.facebook.appevents
Classpublic class AppEventsConstants
InheritanceAppEventsConstants Inheritance Object



Public Constants
 ConstantDefined By
  EVENT_NAME_ACHIEVED_LEVEL : String = fb_mobile_level_achieved
[static] Log this event when the user has achieved a level in the app.
AppEventsConstants
  EVENT_NAME_ACTIVATED_APP : String = fb_mobile_activate_app
[static]
AppEventsConstants
  EVENT_NAME_AD_CLICK : String = AdClick
[static] Log this event when the user clicks an ad.
AppEventsConstants
  EVENT_NAME_ADDED_PAYMENT_INFO : String = fb_mobile_add_payment_info
[static] Log this event when the user has entered their payment info.
AppEventsConstants
  EVENT_NAME_ADDED_TO_CART : String = fb_mobile_add_to_cart
[static] Log this event when the user has added an item to their cart.
AppEventsConstants
  EVENT_NAME_ADDED_TO_WISHLIST : String = fb_mobile_add_to_wishlist
[static] Log this event when the user has added an item to their wishlist.
AppEventsConstants
  EVENT_NAME_AD_IMPRESSION : String = AdImpression
[static] Log this event when the user views an ad.
AppEventsConstants
  EVENT_NAME_COMPLETED_REGISTRATION : String = fb_mobile_complete_registration
[static] Log this event when the user has completed registration with the app.
AppEventsConstants
  EVENT_NAME_COMPLETED_TUTORIAL : String = fb_mobile_tutorial_completion
[static] Log this event when the user has completed a tutorial in the app.
AppEventsConstants
  EVENT_NAME_CONTACT : String = Contact
[static] A telephone/SMS, email, chat or other type of contact between a customer and your business.
AppEventsConstants
  EVENT_NAME_CUSTOMIZE_PRODUCT : String = CustomizeProduct
[static] The customization of products through a configuration tool or other application your business owns.
AppEventsConstants
  EVENT_NAME_DEACTIVATED_APP : String = fb_mobile_deactivate_app
[static]
AppEventsConstants
  EVENT_NAME_DONATE : String = Donate
[static] The donation of funds to your organization or cause.
AppEventsConstants
  EVENT_NAME_FIND_LOCATION : String = FindLocation
[static] When a person finds one of your locations via web or application, with an intention to visit (example: find product at a local store).
AppEventsConstants
  EVENT_NAME_INITIATED_CHECKOUT : String = fb_mobile_initiated_checkout
[static] Log this event when the user has entered the checkout process.
AppEventsConstants
  EVENT_NAME_LIVE_STREAMING_ERROR : String = fb_sdk_live_streaming_error
[static]
AppEventsConstants
  EVENT_NAME_LIVE_STREAMING_PAUSE : String = fb_sdk_live_streaming_pause
[static]
AppEventsConstants
  EVENT_NAME_LIVE_STREAMING_RESUME : String = fb_sdk_live_streaming_resume
[static]
AppEventsConstants
  EVENT_NAME_LIVE_STREAMING_START : String = fb_sdk_live_streaming_start
[static] Log the live streaming events from sdk
AppEventsConstants
  EVENT_NAME_LIVE_STREAMING_STOP : String = fb_sdk_live_streaming_stop
[static]
AppEventsConstants
  EVENT_NAME_LIVE_STREAMING_UPDATE_STATUS : String = fb_sdk_live_streaming_update_status
[static]
AppEventsConstants
  EVENT_NAME_PRODUCT_CATALOG_UPDATE : String = fb_mobile_catalog_update
[static] Product Catalog related events
AppEventsConstants
  EVENT_NAME_PURCHASED : String = fb_mobile_purchase
Deprecated: Use AppEventsLogger.logPurchase instead
[static] Log this event when the user has completed a purchase.
AppEventsConstants
  EVENT_NAME_PUSH_TOKEN_OBTAINED : String = fb_mobile_obtain_push_token
[static] Log this event when the app obtained a push registration token from FCM.
AppEventsConstants
  EVENT_NAME_RATED : String = fb_mobile_rate
[static] Log this event when the user has rated an item in the app.
AppEventsConstants
  EVENT_NAME_SCHEDULE : String = Schedule
[static] The booking of an appointment to visit one of your locations.
AppEventsConstants
  EVENT_NAME_SEARCHED : String = fb_mobile_search
[static] Log this event when the user has performed a search within the app.
AppEventsConstants
  EVENT_NAME_SESSION_INTERRUPTIONS : String = fb_mobile_app_interruptions
[static]
AppEventsConstants
  EVENT_NAME_SPENT_CREDITS : String = fb_mobile_spent_credits
[static] Log this event when the user has spent app credits.
AppEventsConstants
  EVENT_NAME_START_TRIAL : String = StartTrial
[static] The start of a free trial of a product or service you offer (example: trial subscription).
AppEventsConstants
  EVENT_NAME_SUBMIT_APPLICATION : String = SubmitApplication
[static] The submission of an application for a product, service or program you offer (example: credit card, educational program or job).
AppEventsConstants
  EVENT_NAME_SUBSCRIBE : String = Subscribe
[static] The start of a paid subscription for a product or service you offer.
AppEventsConstants
  EVENT_NAME_TIME_BETWEEN_SESSIONS : String = fb_mobile_time_between_sessions
[static]
AppEventsConstants
  EVENT_NAME_UNLOCKED_ACHIEVEMENT : String = fb_mobile_achievement_unlocked
[static] Log this event when the user has unlocked an achievement in the app.
AppEventsConstants
  EVENT_NAME_VIEWED_CONTENT : String = fb_mobile_content_view
[static] Log this event when the user has viewed a form of content in the app.
AppEventsConstants
  EVENT_PARAM_AD_TYPE : String = ad_type
[static] Parameter key used to specify the type of ad in an EVENT_NAME_AD_IMPRESSION or EVENT_NAME_AD_CLICK event.
AppEventsConstants
  EVENT_PARAM_APP_CERT_HASH : String = fb_mobile_app_cert_hash
[static] Parameter key used to specify hashed cert for signing the apk.
AppEventsConstants
  EVENT_PARAM_CONTENT : String = fb_content
[static] Parameter key used to specify data for the one or more pieces of content being logged about.
AppEventsConstants
  EVENT_PARAM_CONTENT_ID : String = fb_content_id
[static] Parameter key used to specify an ID for the specific piece of content being logged about.
AppEventsConstants
  EVENT_PARAM_CONTENT_TYPE : String = fb_content_type
[static] Parameter key used to specify a generic content type/family for the logged event, e.g.
AppEventsConstants
  EVENT_PARAM_CURRENCY : String = fb_currency
[static] Parameter key used to specify currency used with logged event.
AppEventsConstants
  EVENT_PARAM_DESCRIPTION : String = fb_description
[static] Parameter key used to specify a description appropriate to the event being logged.
AppEventsConstants
  EVENT_PARAM_LEVEL : String = fb_level
[static] Parameter key used to specify the level achieved in an EVENT_NAME_LEVEL_ACHIEVED event.
AppEventsConstants
  EVENT_PARAM_LIVE_STREAMING_ERROR : String = live_streaming_error
[static]
AppEventsConstants
  EVENT_PARAM_LIVE_STREAMING_PREV_STATUS : String = live_streaming_prev_status
[static] Parameter keys for live streaming events
AppEventsConstants
  EVENT_PARAM_LIVE_STREAMING_STATUS : String = live_streaming_status
[static]
AppEventsConstants
  EVENT_PARAM_MAX_RATING_VALUE : String = fb_max_rating_value
[static] Parameter key used to specify the maximum rating available for the EVENT_NAME_RATE event.
AppEventsConstants
  EVENT_PARAM_NUM_ITEMS : String = fb_num_items
[static] Parameter key used to specify how many items are being processed for an EVENT_NAME_INITIATED_CHECKOUT or EVENT_NAME_PURCHASE event.
AppEventsConstants
  EVENT_PARAM_ORDER_ID : String = fb_order_id
[static] Parameter key used to specify the unique ID for all events within a subscription in an EVENT_NAME_SUBSCRIBE or EVENT_NAME_START_TRIAL event.
AppEventsConstants
  EVENT_PARAM_PACKAGE_FP : String = fb_mobile_pckg_fp
[static] Parameter key used to specify package fingerprint.
AppEventsConstants
  EVENT_PARAM_PAYMENT_INFO_AVAILABLE : String = fb_payment_info_available
[static] Parameter key used to specify whether payment info is available for the EVENT_NAME_INITIATED_CHECKOUT event.
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_ANDROID_APP_NAME : String = fb_product_applink_android_app_name
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_ANDROID_PACKAGE : String = fb_product_applink_android_package
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_ANDROID_URL : String = fb_product_applink_android_url
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IOS_APP_NAME : String = fb_product_applink_ios_app_name
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IOS_APP_STORE_ID : String = fb_product_applink_ios_app_store_id
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IOS_URL : String = fb_product_applink_ios_url
[static] Parameter keys used to specify the product deep links for EVENT_NAME_PRODUCT_CATALOG_UPDATE event.
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IPAD_APP_NAME : String = fb_product_applink_ipad_app_name
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IPAD_APP_STORE_ID : String = fb_product_applink_ipad_app_store_id
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IPAD_URL : String = fb_product_applink_ipad_url
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IPHONE_APP_NAME : String = fb_product_applink_iphone_app_name
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IPHONE_APP_STORE_ID : String = fb_product_applink_iphone_app_store_id
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_IPHONE_URL : String = fb_product_applink_iphone_url
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_APP_ID : String = fb_product_applink_windows_phone_app_id
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_APP_NAME : String = fb_product_applink_windows_phone_app_name
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_URL : String = fb_product_applink_windows_phone_url
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_CATEGORY : String = fb_product_category
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_CUSTOM_LABEL_0 : String = fb_product_custom_label_0
[static] Parameter keys used to specify additional information about item for EVENT_NAME_PRODUCT_CATALOG_UPDATE event.
AppEventsConstants
  EVENT_PARAM_PRODUCT_CUSTOM_LABEL_1 : String = fb_product_custom_label_1
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_CUSTOM_LABEL_2 : String = fb_product_custom_label_2
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_CUSTOM_LABEL_3 : String = fb_product_custom_label_3
[static]
AppEventsConstants
  EVENT_PARAM_PRODUCT_CUSTOM_LABEL_4 : String = fb_product_custom_label_4
[static]
AppEventsConstants
  EVENT_PARAM_REGISTRATION_METHOD : String = fb_registration_method
[static] Parameter key used to specify the method the user has used to register for the app, e.g., "Facebook", "email", "Twitter", etc.
AppEventsConstants
  EVENT_PARAM_SEARCH_STRING : String = fb_search_string
[static] Parameter key used to specify the string provided by the user for a search operation.
AppEventsConstants
  EVENT_PARAM_SOURCE_APPLICATION : String = fb_mobile_launch_source
[static] Parameter key used to specify source application package.
AppEventsConstants
  EVENT_PARAM_SUCCESS : String = fb_success
[static] Parameter key used to specify whether the activity being logged about was successful or not.
AppEventsConstants
  EVENT_PARAM_VALUE_NO : String = 0
[static] No-valued parameter value to be used with parameter keys that need a Yes/No value
AppEventsConstants
  EVENT_PARAM_VALUE_TO_SUM : String = _valueToSum
[static]
AppEventsConstants
  EVENT_PARAM_VALUE_YES : String = 1
[static] Yes-valued parameter value to be used with parameter keys that need a Yes/No value
AppEventsConstants
Constant Detail
EVENT_NAME_ACHIEVED_LEVELConstant
public static const EVENT_NAME_ACHIEVED_LEVEL:String = fb_mobile_level_achieved

Log this event when the user has achieved a level in the app.

EVENT_NAME_ACTIVATED_APPConstant 
public static const EVENT_NAME_ACTIVATED_APP:String = fb_mobile_activate_app

EVENT_NAME_AD_CLICKConstant 
public static const EVENT_NAME_AD_CLICK:String = AdClick

Log this event when the user clicks an ad.

EVENT_NAME_AD_IMPRESSIONConstant 
public static const EVENT_NAME_AD_IMPRESSION:String = AdImpression

Log this event when the user views an ad.

EVENT_NAME_ADDED_PAYMENT_INFOConstant 
public static const EVENT_NAME_ADDED_PAYMENT_INFO:String = fb_mobile_add_payment_info

Log this event when the user has entered their payment info.

EVENT_NAME_ADDED_TO_CARTConstant 
public static const EVENT_NAME_ADDED_TO_CART:String = fb_mobile_add_to_cart

Log this event when the user has added an item to their cart. The valueToSum passed to logEvent should be the item's price.

EVENT_NAME_ADDED_TO_WISHLISTConstant 
public static const EVENT_NAME_ADDED_TO_WISHLIST:String = fb_mobile_add_to_wishlist

Log this event when the user has added an item to their wishlist. The valueToSum passed to logEvent should be the item's price.

EVENT_NAME_COMPLETED_REGISTRATIONConstant 
public static const EVENT_NAME_COMPLETED_REGISTRATION:String = fb_mobile_complete_registration

Log this event when the user has completed registration with the app.

EVENT_NAME_COMPLETED_TUTORIALConstant 
public static const EVENT_NAME_COMPLETED_TUTORIAL:String = fb_mobile_tutorial_completion

Log this event when the user has completed a tutorial in the app.

EVENT_NAME_CONTACTConstant 
public static const EVENT_NAME_CONTACT:String = Contact

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

EVENT_NAME_CUSTOMIZE_PRODUCTConstant 
public static const EVENT_NAME_CUSTOMIZE_PRODUCT:String = CustomizeProduct

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

EVENT_NAME_DEACTIVATED_APPConstant 
public static const EVENT_NAME_DEACTIVATED_APP:String = fb_mobile_deactivate_app

EVENT_NAME_DONATEConstant 
public static const EVENT_NAME_DONATE:String = Donate

The donation of funds to your organization or cause.

EVENT_NAME_FIND_LOCATIONConstant 
public static const EVENT_NAME_FIND_LOCATION:String = FindLocation

When a person finds one of your locations via web or application, with an intention to visit (example: find product at a local store).

EVENT_NAME_INITIATED_CHECKOUTConstant 
public static const EVENT_NAME_INITIATED_CHECKOUT:String = fb_mobile_initiated_checkout

Log this event when the user has entered the checkout process. The valueToSum passed to logEvent should be the total price in the cart.

EVENT_NAME_LIVE_STREAMING_ERRORConstant 
public static const EVENT_NAME_LIVE_STREAMING_ERROR:String = fb_sdk_live_streaming_error

EVENT_NAME_LIVE_STREAMING_PAUSEConstant 
public static const EVENT_NAME_LIVE_STREAMING_PAUSE:String = fb_sdk_live_streaming_pause

EVENT_NAME_LIVE_STREAMING_RESUMEConstant 
public static const EVENT_NAME_LIVE_STREAMING_RESUME:String = fb_sdk_live_streaming_resume

EVENT_NAME_LIVE_STREAMING_STARTConstant 
public static const EVENT_NAME_LIVE_STREAMING_START:String = fb_sdk_live_streaming_start

Log the live streaming events from sdk

EVENT_NAME_LIVE_STREAMING_STOPConstant 
public static const EVENT_NAME_LIVE_STREAMING_STOP:String = fb_sdk_live_streaming_stop

EVENT_NAME_LIVE_STREAMING_UPDATE_STATUSConstant 
public static const EVENT_NAME_LIVE_STREAMING_UPDATE_STATUS:String = fb_sdk_live_streaming_update_status

EVENT_NAME_PRODUCT_CATALOG_UPDATEConstant 
public static const EVENT_NAME_PRODUCT_CATALOG_UPDATE:String = fb_mobile_catalog_update

Product Catalog related events

EVENT_NAME_PURCHASEDConstant 
public static const EVENT_NAME_PURCHASED:String = fb_mobile_purchase
Deprecated: Use AppEventsLogger.logPurchase instead

Log this event when the user has completed a purchase.

EVENT_NAME_PUSH_TOKEN_OBTAINEDConstant 
public static const EVENT_NAME_PUSH_TOKEN_OBTAINED:String = fb_mobile_obtain_push_token

Log this event when the app obtained a push registration token from FCM.

EVENT_NAME_RATEDConstant 
public static const EVENT_NAME_RATED:String = fb_mobile_rate

Log this event when the user has rated an item in the app. The valueToSum passed to logEvent should be the numeric rating.

EVENT_NAME_SCHEDULEConstant 
public static const EVENT_NAME_SCHEDULE:String = Schedule

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

EVENT_NAME_SEARCHEDConstant 
public static const EVENT_NAME_SEARCHED:String = fb_mobile_search

Log this event when the user has performed a search within the app.

EVENT_NAME_SESSION_INTERRUPTIONSConstant 
public static const EVENT_NAME_SESSION_INTERRUPTIONS:String = fb_mobile_app_interruptions

EVENT_NAME_SPENT_CREDITSConstant 
public static const EVENT_NAME_SPENT_CREDITS:String = fb_mobile_spent_credits

Log this event when the user has spent app credits. The valueToSum passed to logEvent should be the number of credits spent.

EVENT_NAME_START_TRIALConstant 
public static const EVENT_NAME_START_TRIAL:String = StartTrial

The start of a free trial of a product or service you offer (example: trial subscription).

EVENT_NAME_SUBMIT_APPLICATIONConstant 
public static const EVENT_NAME_SUBMIT_APPLICATION:String = SubmitApplication

The submission of an application for a product, service or program you offer (example: credit card, educational program or job).

EVENT_NAME_SUBSCRIBEConstant 
public static const EVENT_NAME_SUBSCRIBE:String = Subscribe

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

EVENT_NAME_TIME_BETWEEN_SESSIONSConstant 
public static const EVENT_NAME_TIME_BETWEEN_SESSIONS:String = fb_mobile_time_between_sessions

EVENT_NAME_UNLOCKED_ACHIEVEMENTConstant 
public static const EVENT_NAME_UNLOCKED_ACHIEVEMENT:String = fb_mobile_achievement_unlocked

Log this event when the user has unlocked an achievement in the app.

EVENT_NAME_VIEWED_CONTENTConstant 
public static const EVENT_NAME_VIEWED_CONTENT:String = fb_mobile_content_view

Log this event when the user has viewed a form of content in the app.

EVENT_PARAM_AD_TYPEConstant 
public static const EVENT_PARAM_AD_TYPE:String = ad_type

Parameter key used to specify the type of ad in an EVENT_NAME_AD_IMPRESSION or EVENT_NAME_AD_CLICK event. E.g. "banner", "interstitial", "rewarded_video", "native"

EVENT_PARAM_APP_CERT_HASHConstant 
public static const EVENT_PARAM_APP_CERT_HASH:String = fb_mobile_app_cert_hash

Parameter key used to specify hashed cert for signing the apk.

EVENT_PARAM_CONTENTConstant 
public static const EVENT_PARAM_CONTENT:String = fb_content

Parameter key used to specify data for the one or more pieces of content being logged about. Data should be a JSON encoded string. Example: "[{\"id\": \"1234\", \"quantity\": 2, \"item_price\": 5.99}, {\"id\": \"5678\", \"quantity\": 1, \"item_price\": 9.99}]"

EVENT_PARAM_CONTENT_IDConstant 
public static const EVENT_PARAM_CONTENT_ID:String = fb_content_id

Parameter key used to specify an ID for the specific piece of content being logged about. This could be an EAN, article identifier, etc., depending on the nature of the app.

EVENT_PARAM_CONTENT_TYPEConstant 
public static const EVENT_PARAM_CONTENT_TYPE:String = fb_content_type

Parameter key used to specify a generic content type/family for the logged event, e.g. "music", "photo", "video". Options to use will vary depending on the nature of the app.

EVENT_PARAM_CURRENCYConstant 
public static const EVENT_PARAM_CURRENCY:String = fb_currency

Parameter key used to specify currency used with logged event. E.g. "USD", "EUR", "GBP". See ISO-4217 for specific values.

EVENT_PARAM_DESCRIPTIONConstant 
public static const EVENT_PARAM_DESCRIPTION:String = fb_description

Parameter key used to specify a description appropriate to the event being logged. E.g., the name of the achievement unlocked in the EVENT_NAME_ACHIEVEMENT_UNLOCKED event.

EVENT_PARAM_LEVELConstant 
public static const EVENT_PARAM_LEVEL:String = fb_level

Parameter key used to specify the level achieved in an EVENT_NAME_LEVEL_ACHIEVED event.

EVENT_PARAM_LIVE_STREAMING_ERRORConstant 
public static const EVENT_PARAM_LIVE_STREAMING_ERROR:String = live_streaming_error

EVENT_PARAM_LIVE_STREAMING_PREV_STATUSConstant 
public static const EVENT_PARAM_LIVE_STREAMING_PREV_STATUS:String = live_streaming_prev_status

Parameter keys for live streaming events

EVENT_PARAM_LIVE_STREAMING_STATUSConstant 
public static const EVENT_PARAM_LIVE_STREAMING_STATUS:String = live_streaming_status

EVENT_PARAM_MAX_RATING_VALUEConstant 
public static const EVENT_PARAM_MAX_RATING_VALUE:String = fb_max_rating_value

Parameter key used to specify the maximum rating available for the EVENT_NAME_RATE event. E.g., "5" or "10".

EVENT_PARAM_NUM_ITEMSConstant 
public static const EVENT_PARAM_NUM_ITEMS:String = fb_num_items

Parameter key used to specify how many items are being processed for an EVENT_NAME_INITIATED_CHECKOUT or EVENT_NAME_PURCHASE event.

EVENT_PARAM_ORDER_IDConstant 
public static const EVENT_PARAM_ORDER_ID:String = fb_order_id

Parameter key used to specify the unique ID for all events within a subscription in an EVENT_NAME_SUBSCRIBE or EVENT_NAME_START_TRIAL event.

EVENT_PARAM_PACKAGE_FPConstant 
public static const EVENT_PARAM_PACKAGE_FP:String = fb_mobile_pckg_fp

Parameter key used to specify package fingerprint.

EVENT_PARAM_PAYMENT_INFO_AVAILABLEConstant 
public static const EVENT_PARAM_PAYMENT_INFO_AVAILABLE:String = fb_payment_info_available

Parameter key used to specify whether payment info is available for the EVENT_NAME_INITIATED_CHECKOUT event. EVENT_PARAM_VALUE_YES and EVENT_PARAM_VALUE_NO are good canonical values to use for this parameter.

EVENT_PARAM_PRODUCT_APPLINK_ANDROID_APP_NAMEConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_ANDROID_APP_NAME:String = fb_product_applink_android_app_name

EVENT_PARAM_PRODUCT_APPLINK_ANDROID_PACKAGEConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_ANDROID_PACKAGE:String = fb_product_applink_android_package

EVENT_PARAM_PRODUCT_APPLINK_ANDROID_URLConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_ANDROID_URL:String = fb_product_applink_android_url

EVENT_PARAM_PRODUCT_APPLINK_IOS_APP_NAMEConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IOS_APP_NAME:String = fb_product_applink_ios_app_name

EVENT_PARAM_PRODUCT_APPLINK_IOS_APP_STORE_IDConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IOS_APP_STORE_ID:String = fb_product_applink_ios_app_store_id

EVENT_PARAM_PRODUCT_APPLINK_IOS_URLConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IOS_URL:String = fb_product_applink_ios_url

Parameter keys used to specify the product deep links for EVENT_NAME_PRODUCT_CATALOG_UPDATE event.

EVENT_PARAM_PRODUCT_APPLINK_IPAD_APP_NAMEConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IPAD_APP_NAME:String = fb_product_applink_ipad_app_name

EVENT_PARAM_PRODUCT_APPLINK_IPAD_APP_STORE_IDConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IPAD_APP_STORE_ID:String = fb_product_applink_ipad_app_store_id

EVENT_PARAM_PRODUCT_APPLINK_IPAD_URLConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IPAD_URL:String = fb_product_applink_ipad_url

EVENT_PARAM_PRODUCT_APPLINK_IPHONE_APP_NAMEConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IPHONE_APP_NAME:String = fb_product_applink_iphone_app_name

EVENT_PARAM_PRODUCT_APPLINK_IPHONE_APP_STORE_IDConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IPHONE_APP_STORE_ID:String = fb_product_applink_iphone_app_store_id

EVENT_PARAM_PRODUCT_APPLINK_IPHONE_URLConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_IPHONE_URL:String = fb_product_applink_iphone_url

EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_APP_IDConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_APP_ID:String = fb_product_applink_windows_phone_app_id

EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_APP_NAMEConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_APP_NAME:String = fb_product_applink_windows_phone_app_name

EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_URLConstant 
public static const EVENT_PARAM_PRODUCT_APPLINK_WINDOWS_PHONE_URL:String = fb_product_applink_windows_phone_url

EVENT_PARAM_PRODUCT_CATEGORYConstant 
public static const EVENT_PARAM_PRODUCT_CATEGORY:String = fb_product_category

EVENT_PARAM_PRODUCT_CUSTOM_LABEL_0Constant 
public static const EVENT_PARAM_PRODUCT_CUSTOM_LABEL_0:String = fb_product_custom_label_0

Parameter keys used to specify additional information about item for EVENT_NAME_PRODUCT_CATALOG_UPDATE event.

EVENT_PARAM_PRODUCT_CUSTOM_LABEL_1Constant 
public static const EVENT_PARAM_PRODUCT_CUSTOM_LABEL_1:String = fb_product_custom_label_1

EVENT_PARAM_PRODUCT_CUSTOM_LABEL_2Constant 
public static const EVENT_PARAM_PRODUCT_CUSTOM_LABEL_2:String = fb_product_custom_label_2

EVENT_PARAM_PRODUCT_CUSTOM_LABEL_3Constant 
public static const EVENT_PARAM_PRODUCT_CUSTOM_LABEL_3:String = fb_product_custom_label_3

EVENT_PARAM_PRODUCT_CUSTOM_LABEL_4Constant 
public static const EVENT_PARAM_PRODUCT_CUSTOM_LABEL_4:String = fb_product_custom_label_4

EVENT_PARAM_REGISTRATION_METHODConstant 
public static const EVENT_PARAM_REGISTRATION_METHOD:String = fb_registration_method

Parameter key used to specify the method the user has used to register for the app, e.g., "Facebook", "email", "Twitter", etc.

EVENT_PARAM_SEARCH_STRINGConstant 
public static const EVENT_PARAM_SEARCH_STRING:String = fb_search_string

Parameter key used to specify the string provided by the user for a search operation.

EVENT_PARAM_SOURCE_APPLICATIONConstant 
public static const EVENT_PARAM_SOURCE_APPLICATION:String = fb_mobile_launch_source

Parameter key used to specify source application package.

EVENT_PARAM_SUCCESSConstant 
public static const EVENT_PARAM_SUCCESS:String = fb_success

Parameter key used to specify whether the activity being logged about was successful or not. EVENT_PARAM_VALUE_YES and EVENT_PARAM_VALUE_NO are good canonical values to use for this parameter.

EVENT_PARAM_VALUE_NOConstant 
public static const EVENT_PARAM_VALUE_NO:String = 0

No-valued parameter value to be used with parameter keys that need a Yes/No value

EVENT_PARAM_VALUE_TO_SUMConstant 
public static const EVENT_PARAM_VALUE_TO_SUM:String = _valueToSum

EVENT_PARAM_VALUE_YESConstant 
public static const EVENT_PARAM_VALUE_YES:String = 1

Yes-valued parameter value to be used with parameter keys that need a Yes/No value