gpt4 book ai didi

php - 使用 PHP 从谷歌分析导入反向链接

转载 作者:行者123 更新时间:2023-12-03 16:49:24 25 4
gpt4 key购买 nike

我正在尝试使用 PHP 从 Google Analytics API 导入我的反向链接。我已尝试使用 Analytics API,但找不到正确的数据。
在搜索控制台中,我可以找到指向我页面的所有链接,但从 Analytics ga:FullReferrer 中,我只能获得其他人点击进入我的页面的链接。这根本不是同一个列表。

我试过https://ga-dev-tools.appspot.com/query-explorer/并且找不到正确的列表。我看错地方了吗? Google Search Console 是否有其他 API?

function getResults($analytics, $profileId) {
$optParams = array(
'dimensions' => 'ga:fullReferrer, ga:source',
'max-results' => '50000');

return $analytics->data_ga->get(
'ga:' . $profileId,
'2005-01-01',
'today',
'ga:sessions', $optParams);
}

这将返回人们点击过的链接。但我想要来自 Google Search Console“链接到您的页面”的列表。

非常感谢任何帮助 - 谢谢。

最佳答案

from Analytics ga:FullReferrer, I only get links that others have clicked to come to my page



Google Analytics 仅记录与您的页面的交互,因此这是设计使然。搜索控制台也有一个 API,但是 judging from the documentation这不会给你推荐人信息。

关于php - 使用 PHP 从谷歌分析导入反向链接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45674456/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com