Difference between revisions of "Revenue Sharing Groups"

From TITAN Wiki
Jump to: navigation, search
m
m
Line 1: Line 1:
There are four [[Revenue Sharing]] group policies in Titan:
+
There are four [[Revenue Sharing]] Group Policies in Titan. They can be managed in ''Admin Panel → Revenue Sharing → Groups Management''.
* [[#Classic|Classic]]
 
* Automatic Groups
 
* Custom Groups
 
* Automatic + Custom Groups
 
  
[[File:Titanlocalhost.png|thumb|450px|Titan Script running on localhost]]
+
<gallery>
'''Running Titan Script on localhost''' - running your Titan Script locally on your computer.
+
GroupPolicies.png|Group Policies
 +
</gallery>
  
It gives you the opportunity to modify script files and see the changes immediately. It is extremely useful when you make script/template customizations. You can easily make all changes in your script files and test them at the same time. If everything works fine, you can upload the files to your server, so the changes are effective.
+
==Classic==
 +
There are no groups in the Revenue Sharing system. The amount of money users receive each day depends on the amount of money available in [[Profit Distribution|Revenue Sharing Daily Pool or the Fixed Amount]] (''Admin Panel → Revenue Sharing → Profit distribution''). All users who purchased AdPacks receive the same amount of money every day.
  
When running your Titan Script on localhost, you are connected to your server (not local) SQL databases. Therefore all database changes you make on localhost, will be instantly applied to your official website.
+
==Automatic Groups==
 +
''Automatic Groups'' speed up the process of [[AdPacks|AdPack]] ROI (Return Of Investments).
  
== Tutorial ==
+
===Joining===
=== Download Titan Script files via FTP ===
+
As the name implies, users join Automatic Groups automatically when buying [[AdPacks]]. The more [[AdPacks]] they buy, the higher Group they join.
[[How to use FTP Client?|Connect to your server via FTP]], go to the [[root directory]] and download all files.
+
 
=== Download and install Visual Studio Community 2015 ===
+
===How does it work?===
Go to https://www.visualstudio.com/products/free-developer-offers-vs, download Visual Studio Community and follow the installation wizzard. Once installed, run Visual Studio. A welcome page will prompt you to Sign in. Press "Not now, maybe later''"'' to continue.
+
Example:
<gallery>
+
 
DownloadVS1.png|Download VS
+
''AdPack Price'' = $10
DownloadVS2.png|Install VS: step 1
+
''AdPack ROI'' = 105%
</gallery>
+
''Daily Distribution (Fixed Amount)'' = 2% of AdPack Price = $0.2
=== Run Titan locally ===
 
Open Visual Studio, go to ''File → Open → Web Site...'' and select the folder with files downloaded in the previous step. Press ''Ctrl + F5''. After a few seconds/minutes, your website should open in a browser.
 
<gallery>
 
VSOpenWebsite.png|Open Website: step 1
 
VSOpenWebsite2.png|Open Website: step 2
 
VSSolutionExplorer.png|View: Solution Explorer
 
</gallery>
 
==== Enable detailed error messages (optional) ====
 
You can [[Detailed error messages|enable detailed error messages]] on your locally hosted Titan Script. It will make your troubleshooting process easier.
 
  
== Troubleshooting ==
+
The time it takes to get the whole ROI amount without Automatic Group = (AdPack Price * AdPack ROI) / Daily Distribution = '''53 days'''
  
If you followed previous steps correctly, the only reason for an error would be a wrong connection string. In Visual Studio, go to  ''View → Solution Explorer''. Open Web.config in the [[root directory]] and search for the tag that starts with:
+
''Automatic Group's Accelerated profit'' = 110%
 <add name="ClientDbString"
 
If the connectionString attribute points to a localDB/localhost, log into your account on  https://usetitan.com, go to ''Dashboard → Your Domains'' and copy your connection string from the CS column. Return to Web.config, replace connection string, press ''Ctrl + s'' to save and ''Ctrl + F5'' to run Titan Script again.
 
<gallery>
 
VSConnectionString.png|Web.config connectionString
 
UseTitanConnectionString.png|UseTitan connectionString
 
</gallery>
 
  
 +
''Calculated Daily Distribution'' = Daily Distribution * Accelerated profit = $0.2 * 110% = $0.22
  
==Classic==
+
The time it takes to get the whole ROI amount with Automatic Group = (AdPack Price * AdPack ROI) / Calculated Daily Distribution = '''48 days'''
There are no groups in the Revenue Sharing system. The amount of money users receive each day depends on the amount of money available in [[Profit Distribution|Revenue Sharing Daily Pool or the Fixed Amount]] (''Admin Panel → Revenue Sharing → Profit distribution''). All users who purchased AdPacks receive the same amount of money every day.
 

Revision as of 18:28, 23 August 2016

There are four Revenue Sharing Group Policies in Titan. They can be managed in Admin Panel → Revenue Sharing → Groups Management.

Classic

There are no groups in the Revenue Sharing system. The amount of money users receive each day depends on the amount of money available in Revenue Sharing Daily Pool or the Fixed Amount (Admin Panel → Revenue Sharing → Profit distribution). All users who purchased AdPacks receive the same amount of money every day.

Automatic Groups

Automatic Groups speed up the process of AdPack ROI (Return Of Investments).

Joining

As the name implies, users join Automatic Groups automatically when buying AdPacks. The more AdPacks they buy, the higher Group they join.

How does it work?

Example:

AdPack Price = $10 AdPack ROI = 105% Daily Distribution (Fixed Amount) = 2% of AdPack Price = $0.2

The time it takes to get the whole ROI amount without Automatic Group = (AdPack Price * AdPack ROI) / Daily Distribution = 53 days

Automatic Group's Accelerated profit = 110%

Calculated Daily Distribution = Daily Distribution * Accelerated profit = $0.2 * 110% = $0.22

The time it takes to get the whole ROI amount with Automatic Group = (AdPack Price * AdPack ROI) / Calculated Daily Distribution = 48 days