Skip to content

Instantly share code, notes, and snippets.

<div class="catalog__big--item" id="bx_3966226736_114891">
<a href="/catalog/nozhi/klinki_dlya_nozhey/klinok_bulatnyy_zveroboy_b_1/">
<span class="item__pic">
<span class="item__pic--inner">
<img src="https://www.arsenator.ru/upload/resize_cache/iblock/9c6/300_180_1/9c6ecd9388fdf956e63ee0d16a84d39c.jpg"
alt="">
<div id="test">
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="//misc.travelpayouts.com/khl2017/script.php?lang=ru&marker=66886&container=test&destination=MOW&flights=2018-03-27:2018-03-29|2018-04-15:2018-04-18|2018-05-01:2018-05-07"></script>
@seonews-ru
seonews-ru / gist:345b74c43f801b77895d8e4c9c7f2268
Created June 24, 2018 08:45
Передача данных в Tag Manager
<script>
window.dataLayer = window.dataLayer || [];
</script>
<!-- Google Tag Manager -->
<!-- End Google Tag Manager -->
@seonews-ru
seonews-ru / gist:973563d4992da1517a82fa87165e6256
Created June 24, 2018 08:46
Стандартный код электронной торговли для отслеживания покупок
dataLayer.push ({
'transactionId': '1234',
'transactionAffiliation': 'Acme Clothing',
'transactionTotal': 38.26,
'transactionTax': 1.29,
'transactionShipping': 5,
'transactionProducts': [{
'sku': 'DD44',
'name': 'T-Shirt',
'category': 'Apparel',
@seonews-ru
seonews-ru / gist:4b7f638d835e8e80c2220fc997ce313f
Created June 24, 2018 09:00
Расширенный код электронной торговли для отслеживания покупок
<script>
dataLayer.push({
'ecommerce': {
'currencyCode': 'RUB',
'purchase': {
'actionField': {
'id': 'T12345',
'affiliation': 'Online Store',
'revenue': '35.43',
'tax':'4.90',
(function($){
setInterval(() => {
$.each($('iframe'), (arr,x) => {
let src = $(x).attr('src');
if (src && src.match(/(ads-iframe)|(disqusads)/gi)) {
$(x).remove();
}
});
}, 300);
})(jQuery);
<!--noindex--><div class="seton_filters price_filter blockWithTopLine" style="display: block"><div class=" current "><a class="text" href="/catalog/bouquet/">Все</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=0:2000">до 2000р.</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=2000:3000">2000-3000р.</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=3000:4000">3000-4000р.</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=4000:5000">4000-5000р.</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=5000:6000">5000-6000р.</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=6000:7000">6000-7000р.</a></div><div class=""><a rel="nofollow" class="text" href="/catalog/bouquet/?cfp=7000:199990">от 7000р.</a></div></div><!--/noindex-->
@seonews-ru
seonews-ru / gist:7ec5e4196b1f471338ac7b4f80deae91
Created August 23, 2018 08:04
Анализ CTR и автоматизация отчетности с помощью R Studio
library(DataCombine)
library(httr)
library(rjson)
library(jsonlite)
library(googleAuthR)
library(searchConsoleR)
library(xlsx)
library(reshape2)
library(dplyr)
@seonews-ru
seonews-ru / gist:fe393bb622ac1fd1ec2de396229cbc20
Created August 23, 2018 08:05
Анализ CTR и автоматизация отчетности с помощью R Studio
options(googleAuthR.verbose = 2)
options(googleAuthR.scopes.selected = "https://www.googleapis.com/auth/webmasters")
@seonews-ru
seonews-ru / gist:539480bd7be5b3d535a1aab6dd42e807
Created August 23, 2018 08:06
Анализ CTR и автоматизация отчетности с помощью R Studio
scr_auth()