Skip to main content
GET
/
installInfo
curl -L -g -X GET 'https://api-0X.moengage.com/v1/installInfo?src=<partner_name>&appAttributionKey=<ENTER_ATTRIBUTION_KEY_HERE>&appId=<ENTER_Workspace_ID_HERE>&campaign_name=<campaign_name_of_install>&publisher_name=<publisher_name_of_install>&advertising_id=<device_GAID>'
{
  "status": "success",
  "message": "Your request has been accepted and will be processed soon."
}

Query Parameters

publisher_name
string

Publisher name of the install.

campaign_name
string

Campaign name of the install.

src
string
required

Partner name.

appId
string
required

This is the Workspace ID of your MoEngage account that must be passed with the request. You can find it in the MoEngage dashboard at Settings > Account > APIs > Workspace ID (earlier app id).

advertising_id
string

Google Advertising ID of the device on which the install was detected (for Android only).

idfv
string

IDFV of the iOS device on which the install was detected (for iOS only).

appAttributionKey
string
required

Available on the MoEngage dashboard by navigating to Settings > Analytics > Acquisition Tracking > Attribution Key.

Response

Success This response is returned when the request is processed successfully.

status
string

This field contains the status of the request and specifies whether the request was successful.

Example:

"success"

message
string
Example:

"Your request has been accepted and will be processed soon."