Write the reason you're deleting this FAQ
Is the gaming niche really that difficult to crack into and make a good amount of sales? Well I guess that really depends on what you plan on selling, doesn't it. You can go around selling video games that you bought for a few dollars and make a small profit, if you can find the right buyers. Or you can go out and innovate something that is already in the gaming world to make it better or your own. A lot of pop up businesses that start making an item for themselves will usually start selling it online if it's easy enough to produce. Small start ups usually start with smaller items and not an entire gaming system. Selling smaller items will increase your revenue and reduce your risk since more people can purchase them and if you do get a fraudulent purchase you won't have a lot of money tied up when the bank is dealing with the payments.
Innovate something that fits in
When you're thinking about cracking into the gaming niche with your own product you'll need to be unique and at the same time offer value to the gamers time spent playing their game. If you are just making stickers to go on a controller or a gaming system, you might not have the best results since no one really wants to hold a sticker while playing or slap it on their system.
A good example of a great innovation is this small company who wanted to make joystick extensions for PS3, PS4, Xbox and Xbox 1 controllers so that people could have better control when playing certain games, mainly fps games. This company is called Kontrol Freek and they are now a massive company that sponsors professional players to use their products when playing the video games of their choice. I actually own a few pairs of these Kontrol Freek joystick extenders and I absolutely love them. They give me more grip on the joystick so I'm not slipping off the controller when moving around a lot, which is great for fps games. Kontrol Freek made a product for people that was needed, and people didn't even know they needed it until they tried it out for the first time!
If you can't innovate, outmatch
If you don't have a unique idea to make an item then what you'll need to do is partner up with a company who does and then you need to outmatch your competition. To partner up for something like this you'll usually need a good amount of business capital in order to get the attention of the company who is selling their own product. This way you can buy into the company and become a board member in order to make decisions to push the company in the direction of your choosing, or even develop your own ideas later on.
This is a much more expensive way to do things, but since you don't have a unique idea it's the only way to sell a physical product that is your own, beside rebranding which I'll go over next.
Rebranding an item you find for resale
When you rebrand an item you're basically purchasing an item that is already made but you're putting your own logos and tags on it. You're making it your own when you do this and you can build your brand around this. There are plenty of online marketers that go this route because they don't have to focus on the production of the items and they can just focus on getting people to their pages to make a sale.
Rebranding is a great way to get your own items out there if you can afford it. This method is cheaper than partnering with an already established company but more expensive than producing your own products (usually). It's the middle priced method because you will usually have to buy in bulk in order for the manufacturer to put your own logos on the items. Buying in bulk within the gaming niche could me $1,000's of an upfront investment, and that's on the low end.
In conclusion, starting up the production of your own item can actually be cheaper in the beginning if you start small, but it could be a lot more work. You can partner up with an already successful company, but it's difficult to find one that is letting in investors/board members. And you can also go the route of rebranding an item to make it your own, but you'll need to purchase in bulk to get a deal with the manufacturer.
Remember to follow me 
https://www.seoclerks.com/user/Razzy
Thanks!
Razzy
There's lots of ways one can get involved with the gaming niche. Making, designing and selling your own product is one way and that can be a profitable way as well if your product fulfils a need, a gap in the market for something. And you might not have to spend that much on PR/advertising and marketing etc of it as well as if you just get one good review of it, that can help you exponentially just on its own. Then the more you sell, the more people that know about it and so on and so on. But coming up with that one product that does fulfil a need, that there is a gap for in the market is another matter altogether if you ask me!
But that's just one way, other ways to get involved in the gaming industry don't have to be with your own product. Just reviewing games and launching game play videos, even live streams is another way. Although there are a LOT of people doing that now so you will have a lot of stiff competition. But if you're good at what you do, you're entertaining to watch, and your reviews and write ups are comprehensive and detailed, and you are persistent, you can make some headway in the gaming industry that way too :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='22070' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='22070' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT * FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=19821 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=19821 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=22070 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=22070
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='22070' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='22070' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115813 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115813
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=115831 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=115831
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=130695 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=130695
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=151411 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=151411
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=167453 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=167453
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=170110 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=170110
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='22070' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='22070' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='22070' AND status='1' AND (question like '%Gaming Niche - unique item sell%' OR question like '%Gaming%' OR question like '%Niche%' OR question like '%unique%' OR question like '%item%' OR question like '%sell%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='22070' AND status='1'
AND (question like '%Gaming Niche - unique item sell%' OR question like '%Gaming%' OR question like '%Niche%' OR question like '%unique%' OR question like '%item%' OR question like '%sell%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1490' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1490' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='43' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='43' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='231' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='231' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='3250' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3250' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='337' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='337' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=22070%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=22070%'
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='134.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='589438.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='589438.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='600657.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='600657.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |
Cristian
A good alternative should be gaming related content. You can always write about anything game related, or make videos for that matter, if your content is good enough and you promote it the right away, you can have success without having a real product. Creating an unique product in the gaming niche is complicated business. Sure, you can get lucky and incredible creative be inventing something cheap that solves an important problem, but overall if you want to develop something more than a simple Android game, you need huge budgets for development and for marketing. A good alternative should be gaming related content. You can always write about anything game related, or make videos for that matter, if your content is good enough and you promote it the right away, you can have success without having a real product.
Are you sure you want to delete this post?