FullStory APIs to track who Viewed Ad, and Clicked an Ad
We are currently using FullStory EventFilters to track metrics on how many users
a) Viewed an Ad
b) Clicked on an Ad
c) And then pressed the Buy Button on the Next page, after clicking the Ad.
Currently, we are exceeding our Company License Usage Limit. The Event Filters stop tracking data, after the third week in a month. Our alternative is to use the various APIs to track views, and clicks on an Ad.
I am trying to figure out which option would be the most suitable to conduct this. I am thinking Browser API, is the best option.
https://developer.fullstory.com/browser/capture-events/analytics-events/
1) Would webhooks be a better option? also, I believe ServerAPI would not be a suitable method, since we are tracking what is occurring in Chrome.
https://developer.fullstory.com/webhooks/getting-started/
https://developer.fullstory.com/server/v1/users/set-user-events/
2) Additionally, given we exceeded the usage limit on EventFilters, would APIs still function as backup, or they also part of that usage limit?
Comments
3 comments
Hey @MarkAlex45! Thanks so much for your question! 😊
I would first need to clarify what type of use limit you are referring to before provide the best solution, but here are some options that should help point you in the right direction:
Please don’t hesitate to reach out should you have any further questions!
Thanks,
What I’m mostly curious about is whether the event API counts toward the session limit. And specifically, will it work after we hit our session limit?
Hey @MarkAlex45! Thanks so much for following up with that information!
To answer your question, yes, the event API does count toward the session limit. For FS.event, the burst limit is 10 calls per second and the sustained limit is 30 calls per minute. If these limits are exceeded for a given time interval, subsequent Client API calls within that time interval will not be captured in FullStory. You can read more on that here.
Please let me know if you have anymore questions!
Please sign in to leave a comment.