[wordpress插件] Ad Logger广告记录仪

wordpress 插件 文章 2020-01-28 21:20 552 0 全屏看文

AI助手支持GPT4.0

评分

100

100

描述

Ad Logger from advancedhtml logs data about iframe clicks – it can log clicks

来自 advancedhtml 的广告记录器记录有关iframe点击次数的数据–它可以记录点击次数

from Google AdSense, Amazon Affiliates, Facebook Likes, Twitter Tweet button, and Google's +1 button.

来自Google AdSense,Amazon Affiliates,Facebook Likes,Twitter Tweet按钮和Google的+1按钮。

It does this without modifying your ad code – it uses other accessible events to estimate when the ad has been clicked.

它无需修改广告代码即可执行此操作–它使用其他可访问事件来估算广告被点击的时间。

This method is about 80% accurate.

这种方法的准确率约为80%。

It logs the page, IP, browser, referrer, and dimensions of the clicked iframe to your MySQL database.

它将页面,IP,浏览器,引荐来源网址以及单击的iframe的尺寸记录到MySQL数据库中。

You can then get reports showing which pages generated the most clicks, where clicking visitors came from, and who is clicking your ads the most.

然后,您可以获取报告,显示哪些页面产生了最多的点击次数,点击访问者来自何处以及谁点击了您的广告最多。

The data and reports are loaded using AJAX so you can browse the data without refreshing the UI.

数据和报告是使用AJAX加载的,因此您无需刷新UI即可浏览数据。

Logs clicks without modifying the iframe

记录点击次数而无需修改iframe

No modifications are made to your adverts/iframes which should (hopefully) enable you to use Ad Logger without breaking any TOS from your ad provider.

没有对广告/ iframe进行任何修改,这应该(希望)使您能够使用广告记录仪,而不会破坏广告提供商的任何服务条款。

AJAX table reports

AJAX表报告

You can view the raw log information in a table, and also view summary reports showing which pages were most clicked, which IPs did the most clicking, what types of ads were most clicked and more.

您可以在表格中查看原始日志信息,还可以查看摘要报告,其中显示了哪些页面被点击最多,哪些IP的点击次数最多,哪些类型的广告被点击最多等等。

You can also filter the results.

您还可以过滤结果。

e.g.

例如

you can click on the arrow next to an IP address and you’ll see all the clicks that came from that IP address.

您可以点击IP地址旁边的箭头,然后看到来自该IP地址的所有点击。

Block AdSense ads if too many clicks appear – basic click bombing protection

如果点击次数过多,则阻止AdSense广告–基本的点击爆炸防护

If you insert your AdSense ads using Ad Injection 1.2.0.4+ you can configure Ad Logger to block these ads if too many clicks come from the same person within a set time frame.

如果您使用Ad Injection 1.2.0.4+插入AdSense广告,则可以配置广告记录器,以阻止在同一时间段内来自同一人的点击次数过多的广告。

This feature uses JavaScript and cookies, so it won’t function if these are turned off, of if your website readers turn their cookies off.

此功能使用JavaScript和Cookie,因此,如果您将其关闭,或者您的网站阅读器将其Cookie禁用,它将无法正常工作。

Dynamically remove ads – basic click bombing protection

动态删除广告–基本的点击爆炸防护

Ad Logger can dynamically hide a named div after the click count is reached (i.e. the ads would dissapear from the current page without the page having to be re-loaded).

广告记录器可以在达到点击次数后动态隐藏命名的div(即,广告将从当前页面上消失,而无需重新加载该页面)。

These divs will stay hidden on subsequent page loads for the click detection expiry time.

在随后的页面加载中,这些div会在点击检测有效期内保持隐藏状态。

Troubleshooting

问题排查

Reporting bugs

报告错误

If you do get any errors please use the ‘Report a bug or give feedback’ link on the plugin to send me the error details.

如果确实有任何错误,请使用插件上的“报告错误或提供反馈”链接向我发送错误详细信息。

If things go so badly wrong that you can't even get to the settings page please send me an email via this contact form.

“ rel =” nofollow“>此联系表单。

安装步骤

This section describes how to install the plugin and get it working.

本节介绍如何安装插件并使其正常工作。

    1. Upload the ad-logger folder to the ‘/wp-content/plugins/’ directory (or just use the WordPress plugin installer to do it for you).

    2. 将ad-logger文件夹上载到“ / wp-content / plugins /”目录(或仅使用WordPress插件安装程序为您完成此操作)。

      The plugin must be in a folder called ‘ad-logger’.

      该插件必须位于名为“ ad-logger”的文件夹中。

      So the main plugin file will be at /wp-content/plugins/ad-logger/ad-logger.php

    3. 因此,主插件文件位于/wp-content/plugins/ad-logger/ad-logger.php

    4. Activate the plugin through the ‘Plugins’ menu in WordPress.
    5. 通过WordPress中的“插件”菜单激活插件。

    6. It will now start logging data.

    7. 现在将开始记录数据。

      If you are using a caching plugin you may have to clear the cache for the logging code to get added to your pages.

    8. 如果您使用的是缓存插件,则可能必须清除缓存,以便日志记录代码可以添加到页面中。

    How to uninstall

    如何卸载

    You can uninstall by deactivating the plugin and deleting from the WordPress plugins control panel.

    您可以通过停用插件并从WordPress插件控制面板中删除来进行卸载。

    Uninstalling will delete all settings and data (including all the click logs).

    卸载将删除所有设置和数据(包括所有单击日志)。

下载地址

https://downloads.wordpress.org/plugin/ad-logger.0.0.1.3.zip

https://downloads.wordpress.org/plugin/ad-logger.0.0.1.3.zip

-EOF-

AI助手支持GPT4.0