Getting the breakdown of where my user sources are [closed] - bots

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I've got a Facebook Messenger Bot and I'm using Facebook Analytics to get insights about user behaviour. Is there a way of getting the breakdown of where my user sources are?

Not sure what do you mean exactly by "user sources".
But for Messenger Bot App you can easily create a new Breakdown, by picking as event name "New Messenger Bot Users" and breakdown by Region.
See image below as an example:
New Messenger Bot Users by Region

Related

Can I start a chatbot conversation in Dialogflow using external events? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I'd like to make my bot initiate a conversation with the user based on external events. I read the documentation, but I'm still not sure if this is possible, I feel like the conversation only starts on behalf of the user.
Thanks
Your assumption is correct, conversations must begin by the user invoking your bot.
However, you can use push notifications to encourage a user to engage with the bot. Also you can use a push notification to deep link into your bot and open a specific intent. You would have to write a script that depends on your external trigger to send a notification, and that would depend on your external trigger. You can read more about notifications for Google Assistant here:
https://codelabs.developers.google.com/codelabs/actions-user-engagement/

How to detect mentioned user in Event Api ie the difference between #chatbot and #normaluser [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 years ago.
Improve this question
#bot hi there (triggers Event API)
#normal user (will not trigger Event API)
If you subscribe to Bot events (not Team events) you will only receive messages from the channels your bot is invited to. However, you will receive all messages from those channels including the ones send by your bot. It is not possible to subscribe to only a part of the messages. Instead you need to filter out the messages you want in your bot.
See also this and this answer.

Interest to publish a bot? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I am beginning in the creation of bots with Microsoft Bot Framework.
What is the interest to publish a bot on the Microsoft portal?
Publishing a bot is only required if you want your bot to appear in the Bot Directory. You don't even need to register the bot until you want to test it in another channels or host somewhere.
This entry in the FAQ talk about it.

IOS login page with flickr API [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Hi there i'm trying to get the source code for a user to login with their flickr account details or just a "log with flickr" button. is there anyone who can help me with that or where i can get the skeleton code
This could be done using the Flickr API, here.
Note that tag spamming isn't a good thing.

Nest client getting user quota [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 7 years ago.
Improve this question
Is there any option getting user quota programmatically for client?
I just searched the API REFERENCE page and the doc but there is no reference to that?
How can my company track the user quota per client?
There is no way to programmatically get the user quota. You can track the user quota for a client on the Clients configuration page of the developer portal.

Resources