Prefefined params for Facebook.post_event.

Variables

@:enum@:implread onlyPARAM_CONTENT_ID:FacebookParam

Parameter key used to specify an ID for the content being logged about.

The parameter key could be an EAN, article identifier, etc., depending on the nature of the app.

@:enum@:implread onlyPARAM_CONTENT_TYPE:FacebookParam

Parameter key used to specify a generic content type/family for the logged event.

The key is an arbitrary type/family (e.g. "music", "photo", "video") depending on the nature of the app.

@:enum@:implread onlyPARAM_CURRENCY:FacebookParam

Parameter key used to specify currency used with logged event.

Use a currency value key, e.g. "USD", "EUR", "GBP" etc. See ISO-4217 for specific values.

@:enum@:implread onlyPARAM_DESCRIPTION:FacebookParam

Parameter key used to specify a description appropriate to the event being logged.

Use this for app specific event description, for instance the name of the achievement unlocked in the facebook.EVENT_UNLOCKED_ACHIEVEMENT event.

@:enum@:implread onlyPARAM_LEVEL:FacebookParam

Parameter key used to specify the level achieved.

@:enum@:implread onlyPARAM_MAX_RATING_VALUE:FacebookParam

Parameter key used to specify the maximum rating available.

Set to specify the max rating available for the facebook.EVENT_RATED event. E.g., "5" or "10".

@:enum@:implread onlyPARAM_NUM_ITEMS:FacebookParam

Parameter key used to specify how many items are being processed.

Set to specify the number of items being processed for an facebook.EVENT_INITIATED_CHECKOUT or facebook.EVENT_PURCHASED event.

@:enum@:implread onlyPARAM_PAYMENT_INFO_AVAILABLE:FacebookParam

Parameter key used to specify whether payment info is available.

Set to specify if payment info is available for the facebook.EVENT_INITIATED_CHECKOUT event.

@:enum@:implread onlyPARAM_REGISTRATION_METHOD:FacebookParam

Parameter key used to specify method user has used to register for the app.

Set to specify what registation method a user used for the app, e.g. "Facebook", "email", "Twitter", etc.

@:enum@:implread onlyPARAM_SEARCH_STRING:FacebookParam

Parameter key used to specify user search string.

Set this to the the string that the user provided for a search operation.

@:enum@:implread onlyPARAM_SOURCE_APPLICATION:FacebookParam

Parameter key used to specify source application package.

@:enum@:implread onlyPARAM_SUCCESS:FacebookParam

Parameter key used to specify activity success.

Set this key to indicate whether the activity being logged about was successful or not.