IncrementAllYouTubeUsersVar
Increments the value of a specific user global variable for all YouTube users
Signature
public void IncrementAllYouTubeUsersVar(string varName, object value, bool persisted = true)
Parameters
varName
string required
value
object required
persisted
bool
Return Type
void
Example
CPH.IncrementAllYouTubeUsersVar(varName, value);
CPH.IncrementAllYouTubeUsersVar(varName, value, persisted);