CreateAppInsightSchema

Creates a schema file for an app insight.

Input

Name Type Description
InsightName String The name of the insight to create a table for.

The allowed values are API_AVG_REQUEST_TIME, API_CALLS, API_CALLS_BY_METHOD, API_ERROR_RATE_BY_METHOD, API_ERRORS, API_ERRORS_BY_METHOD, APP_BLOCKS, APP_CENTER_INITIAL_PERMISSION_GRANTS, APP_CENTER_INITIAL_PERMISSION_REQUESTS, APP_EVENT, APP_NOTIFICATION_CLICKS, APP_NOTIFICATION_HIDE_RATE, APP_NOTIFICATION_HIDES, APP_NOTIFICATION_IMPLICIT_ACCEPTS, APP_NOTIFICATION_IMPRESSIONS, APP_NOTIFICATION_REJECTS, APP_NOTIFICATION_SENDS, APP_NOTIFICATION_SPAM_RATE, APP_NOTIFICATION_SPAM_REPORTS, APP_NOTIFICATION_TOTAL_ACCEPTS, APP_NOTIFICATION_UNHIDES, FACEBOOK_FEATURES_DAILY_ACTIVE_USERS, FACEBOOK_FEATURES_MONTHLY_ACTIVE_USERS, FACEBOOK_FEATURES_WEEKLY_ACTIVE_USERS, FACEBOOK_LOGIN_TOTAL_USERS, GAMER_GROUP_JOINS, GAMER_GROUP_LEAVES, GAMER_GROUP_POST_COMMENTS, GAMER_GROUP_POST_LIKES, GAMER_GROUP_POSTS, GAMER_GROUP_SESSION_START_GUESTS, GAMER_GROUP_SESSION_START_MEMBERS, GAMER_GROUP_VISITS, INITIAL_PERMISSION_GRANTS, LOGIN_DIALOG_ADDITIONAL_PERMISSION_GRANTS, LOGIN_DIALOG_ADDITIONAL_PERMISSION_REQUESTS, LOGIN_DIALOG_INITIAL_PERMISSION_GRANTS, LOGIN_DIALOG_INITIAL_PERMISSION_REQUESTS, LOGIN_DIALOG_PUBLISH_PERMISSION_GRANTS, LOGIN_DIALOG_PUBLISH_PERMISSION_REQUESTS, MOBILE_REFERRAL_INSTALLS, MOBILE_REFERRALS, PAYMENTS_DAILY_CHARGEBACKS, PAYMENTS_DAILY_REFUNDS, PAYMENTS_DAILY_SPEND, PERMISSION_REVOCATIONS, REQUEST_ACCEPTS, REQUEST_BLOCKS, REQUEST_IMPRESSIONS, REQUEST_SENDS, REQUEST_SPAM_RATE, STORY_CLICKS, STORY_COMMENTS, STORY_IMPRESSIONS, STORY_LIKES, STORY_PUBLISHES, STORY_SPAM_RATE, STRUCTURED_REQUEST_ACCEPTS, STRUCTURED_REQUEST_IMPRESSIONS, STRUCTURED_REQUEST_SENDS, TOTAL_REFERRALS.

Target String The default target for this app insight. Use 'app' to indicate the current Facebook App.

The default value is app.

FromDateTime String The earliest date and time value for which to return insight data. This will override the Periods input and in some insights is required.
ToDateTime String The latest date and time value for which to return insight data. This will override the Periods input and in some insights is required.
Description String An optional description for the insight. This will override the description that comes from the data source.

Result Set Columns

Name Type Description
Result String Returns Success or Failure.
SchemaFile String The generated schema file. You will need to set the Location property to the folder containing your schema files.
Columns String The number of columns found.