We check whether the user has product context in their user profile. On
finer control, Analytics is interesting example! Unlike other APIs,
Analytics 2.0 allows 2 types of integration, OAuth and Service Account.
OAuth allows the developer to leverage user's individual user access
while Service Account grants access to all data. When an action is
invoked, by default, an access token is always required to authorize and
to authenticate your action. This access token is also use for any API
calls in...