Google Analytics is a great system for estimating traffic. With it, you can see how many pages are viewed by visitors, from which pages they most often leave the site, whether they achieve their desired goals.
Unfortunately, Google is not in a hurry to integrate information from third-party advertising systems into GA, which makes it difficult to assess their effectiveness in full. In this article, I’ll tell you how to integrate information about sites and ad positions from Yandex.Direct into Google Analytics and thereby increase the conversion.
Why do you need it?
GA has a lot of information. Really a lot. There is an exotic report on providers, a report on what people were looking for on the site, which browser versions users have, and much more. But sometimes we need to go deeper.
')
If you integrate your AdWords account into Google Analytics, you can see the address of the site from which the user came, ad position, ad format and some other data.
This is a great AdWords advantage, because all these metrics allow you to more accurately optimize your campaigns and thereby reduce the cost of conversion.
The higher the ad is in the search results, the more it is clicked. But at what point does the turn come when an increase in position negatively affects the quality of conversions? Without automatic information from the system itself, it is almost impossible to answer this question - the ad could have been interrupted at any time at a rate, and for some time it could not be in the same position as the account manager aimed at.
Connecting content networks often leads to a site a significant number of conversions at a price lower than the search. However, in the same networks there are doorways, content aggregators and just random sites, the conversion of which almost always tends to zero. The blacklisting of such sites leads to an increase in conversion of
2-2.5 times.Unfortunately, GA by default cannot see this data for third-party advertising sites, but there is one very simple solution for Yandex.Direct, which allows you to get all the same information.
How to do it
For quite some time now, in Yandex.Direct, it is possible to connect to external Internet statistics, or rather, put down an automatic openstat tag.
In an advertising link, the label looks like this:
htt://www.quelle.ru? _openstat=ZGlyZWN0LnlhbmRleC5ydTszMzk2MjA0OzI1NDE5MjE3O3lhbmRleC5ydTpwcmVtaXVt
A set of numbers and letters looks pretty monstrous, but in reality it is just a set of parameters encrypted in a special way (The encoding / decoding method is on the website:
marker.openstat.ru/spec.html ). If you go to
marker.openstat.ru/decoder.html and enter our label there, then there will be nice looking values:
In the field "placement" are indicated through the colon site and position. In this case, it was a transition from special placement to Yandex search. In the case of a content platform, first write the address, then guarantee, for example, like this:
mail.ru: guarantee
The openstat tag encryption format is open to everyone, so the main problem in this case is to send this data to Google Analytics. We use the utm_content tag for this, which, as a rule, is not used in Direct.
Suppose we advertise a cute video about cooking meat balls:
www.youtube.com/watch?v=C8Wu3Bps9ic?utm_medium=Yandex&utm_source=ppc&utm_campaign=meatballs
When a user comes from Yandex advertising to the site (in this case, youtube.com), you need to do the following:
1) Decipher at the level of the program code label openstat
2) Take the current address of the page with utm-tags and add at the end the decrypted data:
& utm_content = yandex.ru:premium
3) If Google Analytics is configured to use “#” instead of “?” For utm tags, then you can simply update the current link to a new one without refreshing the page using the document.location.hash property.
Or you can simply redirect to a page with a new URL before the counter code works.
I prefer the first option, because in it all these actions occur unnoticed by the user.
The result of these manipulations is, for example, like this:
You can see which sites and positions are working, and what can be turned off without a twinge of conscience.
Total:
After all these manipulations, we get two additional opportunities to optimize the number and cost of conversions. The most valuable of them, of course, is the ability to see the sites of networks. In our company, for quite a long time, there was an understanding that without these data about full-fledged tweaking of advertisements, one can not speak. The increase in the conversion percentage due to the disconnection of "bad" sites can reach 300%. This article has examined the way how this can be done on Yandex, but similar values can be obtained for a Runner or any other platform, albeit in a slightly different way.
I hope that this article will be useful and save you a decent wad of money.