Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Toxantron committed Jun 18, 2016
2 parents 5caa643 + feb067a commit 7091cad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,9 @@ This property is defined for universal analytics only and is false by default. T
// If you need more properties set an object
AnalyticsProvider.setHybridMobileSupport(true, { appName: 'myApp', appVersion: '0.1' });

// You can even leave the first argument, simply calling the methd is sufficient
// You can even leave the first argument, simply passing the properties is sufficient
AnalyticsProvider.setHybridMobileSupport({ appName: 'myApp', appVersion: '0.1' });
AnalyticsProvider.setHybridMobileSupport('myApp');
```

If set to a truthy value then each account object will disable protocol checking and all injected scripts will use the HTTPS protocol.
Expand Down

0 comments on commit 7091cad

Please sign in to comment.