|
@@ -53,7 +53,7 @@ function dw_wik_url() {
|
|
|
function dw_wik_users() {
|
|
|
|
|
|
$url = "https://davidawindham.com/wik/";
|
|
|
- $url .= "?module=API&method=UserSettings.getConfiguration";
|
|
|
+ $url .= "?module=API&method=DevicesDetection.getOsFamilies";
|
|
|
$url .= "&idSite=1&period=month&date=yesterday";
|
|
|
$url .= "&format=PHP&filter_limit=10";
|
|
|
$url .= "&token_auth=d97e3e8f34071515ad1f6e345f6035af";
|
|
@@ -78,7 +78,7 @@ function dw_wik_users() {
|
|
|
function dw_wik_keys() {
|
|
|
|
|
|
$url = "https://davidawindham.com/wik/";
|
|
|
- $url .= "?module=API&method=Referrers.getKeywords";
|
|
|
+ $url .= "?module=API&method=Referrers.getReferrerType";
|
|
|
$url .= "&idSite=1&period=month&date=yesterday";
|
|
|
$url .= "&format=PHP&filter_limit=20";
|
|
|
$url .= "&token_auth=d97e3e8f34071515ad1f6e345f6035af";
|