Hi,
is it possible to get the Keyword Position Summary Reports sent per email as Excel (xls) attachment, or at least as csv?
That would help us very much to use the data for deeper analysis with excel.
Thanks a lot!
Best,
Thomas
Moderators: sendtogeo, hellow0rld, eugene
// check to remove duplicates from same domain if google is the search engine
if ($removeDuplicate && $isGoogle) {
$currentDomain = parse_url($url, PHP_URL_HOST);
if ($previousDomain == $currentDomain) {
continue;
}
$previousDomain = $currentDomain;
}
Users browsing this forum: No registered users and 2 guests