How do I track display banner ad impressions with Google Analytics?
-
I run many banner ad campaigns to drive traffic to my site outside of Google. I do not use DFA. I know I can track clicks from these ads, but how can I track impressions for these ads using GA?
-
Answer:
You can't track, but you can report it! It sounds weird, but let me explain. 1) Tracking Impressions using GA isn't possible by design. To track banner ad impression you need a URL redirection which sends the data to GA and after that load the ad creative in order to display the banner. It is exactly what AdServers like DFA do. You can use DFA, Mediamind, Realmedia, OpenX, Adlayer, or any other. BUT, there's a workaround if you REALLY want to track that anyway in GA: Measurement Protocol. You can write a PHP/Python/Ruby program which sends the impression data to GA using https://developers.google.com/analytics/devguides/collection/protocol/v1/ and after that, redirects to the creative. Take a look at an example of an email impression tracking solution here: http://www.lunametrics.com/blog/2013/06/17/email-tracking-google-analytics Although GA wasn't designed for that, some people (including me) loves GA Hacks to measure anything and they can do that using this method. 2) Even if you can't track impressions natively in GA, you can use a adserver or any other solution and so, upload the adserver data to your campaign reports in GA using https://developers.google.com/analytics/devguides/platform/cost-data-import. IMHO, It's the best option. You use the right tool for the right thing and tie their data together using a robust API or Interface. I hope it helps you!
Leonardo Naressi at Quora Visit the source
Other answers
Tracking no. Of impressions of a Display banner is similar to, how we track page views of a webpage, but for this we call 'TrackEvent' instead 'TrackPageview'. You could use the below mentioned code snippet. Create an event like this - pageTracker._trackEvent("Banner", "<Banner name or ID>", "click") Through this you could easily track the total no. Of impressions and total no. of clicks on the display banner. I hope this information is sufficient and will be helpful to you.
Satinder Jeet Singh
Offsite DFA data (presuming you're using this platform) can only show in the reports if integrated. Integration is only available at Google Premium level. Therefore to see impressions you must first be using Premium and them link the accounts. Without this, the way to capture data is using the GA parameters through URL builder, but this will only give you clicks.
Rachel Sweeney
we've been using Piwik which is an open source alternative to google analytics that you need to install on your own server to track any content, and its pretty useful to show real time tracking for pages and content interaction.
Yassin Zaynoun
Suleman Sohail
Related Q & A:
- How can I track third party conversion?Best solution by Quora
- How do I make a banner for my YouTube channel?Best solution by Yahoo! Answers
- How do I customize the banner in multiply.com?Best solution by answers.yahoo.com
- How can i make a banner for a website?
- How can I make myspace banner graphic?Best solution by stylemyprofile.net
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.