question

liyuehai avatar image
liyuehai asked

Search event in Analytics

{
    "EventName": "reached_level",
    "EventNamespace": "title.E363",
    "Source": "E363",
    "EntityType": "player",
    "TitleId": "E363",
    "EventId": "b724875974c14a3f91b5612fa5238fc7",
    "EntityId": "7B5CF74EA0AB9585",
    "SourceType": "GameClient",
    "Timestamp": "2018-01-11T15:40:14.9622864Z",
    "History": null,
    "CustomTags": null,
    "Reserved": null,
    "level_reached": 2
}

Now I can search the event like this "eventData.eventName:reached_level AND (eventData.level_reached=2 OR eventData.level_reached=5)".

And I got the level_reached that equals 2 and 5.

But How can I get the level_reached that bettween 2 and 5 ?

I have tried a lot of times but got nothing, and found no document about it.

Any body can give me some advice?

Thanks a lot !

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
pfnathan avatar image
pfnathan answered

For your inquiry on searching event in analytics, the short of it is that we do not support that type of search for custom events. You can, however, define a Segment that is for players within those levels and gets that list of users via the Admin API.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.