Graph API Version

Application App Indexing

Reading

You can't perform this operation on this endpoint.

Creating

You can make a POST request to app_indexing edge from the following paths:
When posting to this edge, an Application will be created.

Parameters

ParameterDescription
app_version
string

The version of the app being indexed

Required
device_session_id
string

Device session id of the uploading device

extra_info
string

Extra information about the app index

platform
enum {ANDROID, IOS}

The platform of the app being indexed

Required
request_type
enum {APP_INDEXING, PLUGIN, BUTTON_SAMPLING}
Default value: "APP_INDEXING"

Type of the app indexing request

tree
JSON object

The UI component tree of the app

Required
screenname
string

screenshot
string

view
list<JSON encoded app UI component>

Required

Return Type

Struct {
success: bool,
is_app_indexing_enabled: bool,
}

Error Codes

ErrorDescription
100Invalid parameter

Updating

You can't perform this operation on this endpoint.

Deleting

You can't perform this operation on this endpoint.