Hi :wave:, after a convincing POC I am considering...
# ask-questions
t
Hi 👋, after a convincing POC I am considering migrating our AB tests to growthbook but I’m confused on an element of the offers : the 10m API calls provided in started and growth plans. --> Which actions are considered API calls ? --> does retrieving the variation of a feature (using the SDK) for one user counts as an API call ?
after investigation my call would be that the counting actions would be
load_features
from the python sdk but
is_on
and
get_feature_value
should not count. is it correct ? if it is, as we are a consumer application, we can not afford make an API call from the app at each session. What would you advice us ? We are considering building a dedicated service on our backend side to provide the variations without having to reload feature as frequently.
f
fetching the feature payload counts as 1, not each feature- so if you’re using the client side, it should correlate to the number of sessions you have
🙏 1