iOS
Facebook App Events 사용 시 주의할 점
App Invite 테스트 과정에서 다음과 같은 메세지가 출력되는 것을 발견했다.
Can only have up to 1000 events per app, fb_app_invite_share_show doesn't fit
라.. 뭐지?!
문서를 찾아보니 Facebook App Events 는 GA 와는 다르게 이벤트 이름에 대한 제약이 존재했다.
The maximum number of different event names is 1000. Note no new event types will be logged once this cap is hit and if you exceed this limit you may see an 100 Invalid parameter error when logging. However it is possible to deactivate obsolete events. Read more about event limits in the FAQ.
Flurry 도 마찬가지..
You can track up to 300 unique Events names for each app. There is no limit on the number of times any event can be triggered across time. Once you have added Events to your app, Flurry will automatically build User Paths based on this data, so you can see how a user navigates through your app.
사실 이벤트는 User Paths 를 확인하기 위한 용도로 쓰는 거니 제약에 걸릴 일이 없는게 정상..
그 밖에도 여러 가지 제약이 존재한다. App Events FAQ – Limits 를 참고하자.