Hello, good suggestion. Are you referring to having Google AdSense or similar ad networks on your site or creating your own ad network in which your clients can purchase the ads through your site which are displayed on your site as well?
@ hello! Yeah I meant like Google Adsense so we can show local hotels on our application (example). Do we need to bring API’s in for this I assume? Just wondering if you’ve done this as a monetisation strategy in any of your projects Thanks :)
can i use this to send notifications to my own users who sign up my app? and how do i send the notification as an admin and not let the user see the field(where you type the notification) (only admin can see this area)
Hello, yes, you can use this to send notifications to users when they sign up. In regards to the second question, I recommend you do one of two things, either send them from the backend (the database), or create an admin dashboard where you can create the notifications from with a workflow that redirects users who aren't admin back to the home page. Please let me know if you have any further questions.
Very nice tutorial. I wonder how it create a notification when someone creates or submits a task request or replied to an email. That would be an Alert type of notification, right? Am I correct to say that when a user clicks on the Submit button, it will create an alert notification sent to the receiving user?
Great tutorials again!
Was wondering if you could do a short video on how people can monetise applications to host adverts maybe?
Thanks again!
Hello, good suggestion. Are you referring to having Google AdSense or similar ad networks on your site or creating your own ad network in which your clients can purchase the ads through your site which are displayed on your site as well?
@ hello!
Yeah I meant like Google Adsense so we can show local hotels on our application (example). Do we need to bring API’s in for this I assume?
Just wondering if you’ve done this as a monetisation strategy in any of your projects
Thanks :)
well explained. It's also worth considering plugins like engagespot for those who don't want to build from scratch
Yes, although Engagespot looks really expensive, specially if you can build something similar for minimal cost
can i use this to send notifications to my own users who sign up my app? and how do i send the notification as an admin and not let the user see the field(where you type the notification) (only admin can see this area)
Hello, yes, you can use this to send notifications to users when they sign up. In regards to the second question, I recommend you do one of two things, either send them from the backend (the database), or create an admin dashboard where you can create the notifications from with a workflow that redirects users who aren't admin back to the home page.
Please let me know if you have any further questions.
How do you send a notification to all users?
I have 100 users subscribers to JOE. JOE posts a message. How do i alert all users subscribed?
You would have to create a list of all your users in a workflow to send them the notification by using a backend workflow
Very nice tutorial. I wonder how it create a notification when someone creates or submits a task request or replied to an email. That would be an Alert type of notification, right? Am I correct to say that when a user clicks on the Submit button, it will create an alert notification sent to the receiving user?
Correct, I would add that action to the same workflow that creates the email. Basically, on the Submit button workflow
@@hustlinglabs thanks for the reply.
@@iniedoro No problem, please let me know if you have any other questions or video requests