Each bot needs its own API key for tracking.
Create a bot to get an API key.
pip install dashbot
from dashbot import google
Use the API key created above.
dba = google.google(<strong>process.env.DASHBOT_API_KEY</strong>)
dba.logIncoming(incomingRequest)
Pass both the incoming request and the response
dba.logOutgoing(incomingRequest, response)