Allowed LTV Events

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

List of App Object's LTV events metrics that can be used in reports. See Supported Parameters of report.

Example of API response:

[
  {
    "id": 23456,
    "name": "Some Advertiser",
    "mobile_object_enabled": true,
    "mobile_objects": [
      {
        "id": 43,
        "name": "The App",
        "type": "AppObject",
        "icon_url": "https://play-lh.googleusercontent.com/someapp",
        "os_id": 11,
        "ltv_events": [
          "ltv_advertiser_23456_mobobj_43_event_2240793_Install",
          "ltv_u_advertiser_23456_mobobj_43_event_2240793_Install"
        ]
      },
      {
        "id": 51,
        "name": "https://some-website",
        "type": "SiteObject",
        "icon_url": null,
        "os_id": null,
        "ltv_events": []
      }
    ],
    "enterprise": {
      "id": 12345,
      "name": "Example enterprise"
    }
  }
]

Above API response returns "Install" LTV event for "The App" App object. ltv_u_ prefix is used for count unique events .

Query Params
advertiser_ids[]
array of int32s
required
advertiser_ids[]*
Response

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json