Difference between revisions of "Revenue Sharing Groups"

From TITAN Wiki
Jump to: navigation, search
m
m
(Tag: visualeditor)
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
There are four [[Revenue Sharing]] group policies in Titan:
+
[[File:GroupPolicies.png|thumb|Group Policies]]
* [[#Classic|Classic]]
 
* Automatic Groups
 
* Custom Groups
 
* Automatic + Custom Groups
 
  
[[File:Titanlocalhost.png|thumb|450px|Titan Script running on localhost]]
+
There are four [[Revenue Sharing]] Group Policies in Titan. They can be managed in ''Admin Panel → Revenue Sharing → Groups Management''.
'''Running Titan Script on localhost''' - running your Titan Script locally on your computer.  
 
  
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.
 
  
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.
+
==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.
 +
 
 +
==Automatic Groups==
 +
''Automatic Groups'' speed up the process of [[AdPacks|AdPack]] ROI (Return Of Investments). Users join them automatically by buying [[AdPacks]]. The more [[AdPacks]] they buy, the higher Group they join.
 +
 
 +
 
 +
[[File:Automatic Groups.png|center|594x351px|Admin Panel: Add Groups]]
 +
 
 +
 
 +
===How does it work?===
 +
Example:
  
==  Tutorial ==
+
''AdPack Price'' = $10
=== Download Titan Script files via FTP ===
+
 
[[How to use FTP Client?|Connect to your server via FTP]], go to the [[root directory]] and download all files.
+
''AdPack ROI'' = 105%
=== Download and install Visual Studio Community 2015 ===
+
 
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.
+
''Daily Distribution (Fixed Amount)'' = 2% of AdPack Price = $0.2
<gallery>
+
 
DownloadVS1.png|Download VS
+
  The time it takes to get the whole ROI amount without Automatic Group = (AdPack Price * AdPack ROI) / Daily Distribution = '''53 days'''
DownloadVS2.png|Install VS: step 1
+
 
</gallery>
+
''Automatic Group's Accelerated profit'' = 110%
=== 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.
+
''Calculated Daily Distribution'' = Daily Distribution * Accelerated profit = $0.2 * 110% = $0.22
<gallery>
+
 
VSOpenWebsite.png|Open Website: step 1
+
The time it takes to get the whole ROI amount with Automatic Group = (AdPack Price * AdPack ROI) / Calculated Daily Distribution = '''48 days'''
VSOpenWebsite2.png|Open Website: step 2
+
 
VSSolutionExplorer.png|View: Solution Explorer
+
 
</gallery>
+
==Custom Groups==
==== Enable detailed error messages (optional) ====
+
''Custom Groups'' allow users to join together and either increase or accelerate their AdPacks' ROI. This feature requires TITAN Revenue Sharing/Custom Groups.
You can [[Detailed error messages|enable detailed error messages]] on your locally hosted Titan Script. It will make your troubleshooting process easier.
+
 
 +
===Admin Panel===
 +
====Settings====
 +
Custom Groups Settings allow Titan Administrator to choose whether Custom Groups will increase or accelerate ROI. First option will simply increase the amount of ROI for AdPacks participating in a Group. The second option will make the Return Of Investments faster.
 +
 
 +
To choose the reqiured option, go to ''Admin Panel → Revenue Sharing → Groups Management → Settings''.
 +
 
 +
[[File:Custom Groups Settings.png|thumb|Custom Groups Settings]]
 +
 
 +
====Adding Groups====
 +
Go to ''Admin Panel → Revenue Sharing Groups Management Custom Groups'' and add new group:
 +
 
 +
{| class="wikitable"
 +
!Field
 +
!Description
 +
!Example
 +
|-
 +
|AdPacks required to create
 +
|Minimum number of AdPacks required to create the Group
 +
|10
 +
|-
 +
|AdPacks required to complete
 +
|The group will start working once it reaches the specified number of AdPacks
 +
|100
 +
|-
 +
|Increased/Accelerated Profit
 +
|AdPack ROI will be increased/accelerated by this value
 +
|5
 +
|-
 +
|Max open instances
 +
|Max number of incomplete Groups created by a single user
 +
|3
 +
|-
 +
|Max AdPack add / withdraw progress
 +
|Max percent of money returned from a single AdPack that allows a user to add the AdPack to a Custom Group, or remove it
 +
|10
 +
|-
 +
|Color
 +
|
 +
|
 +
|}
 +
 
 +
[[File:CustomGroups.png|center|596x367px|Admin Panel: Add Groups]]
 +
 
 +
===Titan Script===
 +
====Open/Join/Leave Groups====
 +
Go to ''Titan Script → Advert → AdPacks → Groups''.
  
== Troubleshooting ==
+
* Click on the Group's name to Join/Leave the Group
 +
* Press ''Open Group'' to open
  
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:
 
 <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>
 
<gallery>
VSConnectionString.png|Web.config connectionString
+
CustomGroupsList.png | List of Custom Groups
UseTitanConnectionString.png|UseTitan connectionString
+
JoinCustomGroup.png | Join/leave
 +
CustomGroupPage.png | Custom Goup welcome page
 
</gallery>
 
</gallery>
  
 +
==Automatic + Custom Groups==
 +
This Group Policy shows just how powerful Titan is - it allows you to combine features of both Automatic and Custom Groups. Requires TITAN Revenue Sharing/Custom Groups.
  
==Classic==
+
===Example===
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.
+
 
 +
[[File:AutomaticAndCustomDiagram.png|center|Automatic + Custom Groups]]

Latest revision as of 11:16, 13 March 2017

Group Policies

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). Users join them automatically by buying AdPacks. The more AdPacks they buy, the higher Group they join.


Admin Panel: Add Groups


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


Custom Groups

Custom Groups allow users to join together and either increase or accelerate their AdPacks' ROI. This feature requires TITAN Revenue Sharing/Custom Groups.

Admin Panel

Settings

Custom Groups Settings allow Titan Administrator to choose whether Custom Groups will increase or accelerate ROI. First option will simply increase the amount of ROI for AdPacks participating in a Group. The second option will make the Return Of Investments faster.

To choose the reqiured option, go to Admin Panel → Revenue Sharing → Groups Management → Settings.

Custom Groups Settings

Adding Groups

Go to Admin Panel → Revenue Sharing → Groups Management → Custom Groups and add new group:

Field Description Example
AdPacks required to create Minimum number of AdPacks required to create the Group 10
AdPacks required to complete The group will start working once it reaches the specified number of AdPacks 100
Increased/Accelerated Profit AdPack ROI will be increased/accelerated by this value 5
Max open instances Max number of incomplete Groups created by a single user 3
Max AdPack add / withdraw progress Max percent of money returned from a single AdPack that allows a user to add the AdPack to a Custom Group, or remove it 10
Color
Admin Panel: Add Groups

Titan Script

Open/Join/Leave Groups

Go to Titan Script → Advert → AdPacks → Groups.

  • Click on the Group's name to Join/Leave the Group
  • Press Open Group to open

Automatic + Custom Groups

This Group Policy shows just how powerful Titan is - it allows you to combine features of both Automatic and Custom Groups. Requires TITAN Revenue Sharing/Custom Groups.

Example

Automatic + Custom Groups