Google analytics - tracking events that happened in the past

Let's say I have a log file that has events that happened in the past. Now, for some reason, suppose that I cannot track these events in real time using GA, but I want to do this later using some kind of batch processing. Can I somehow add these events to GA, and also keep the original time of the event.

Thanks Gary

+3
source share
1 answer

I would say probably did not give how GA is executed in most cases. Also, having a quick look at the Google Analytics API ( http://code.google.com/apis/analytics/ , doesn’t jump anything. However, you can use a different approach when you use the data export API in conjunction with log analyzer results and thus combine metrics.

Of course, if you come across any alternative approaches, I will be very glad to hear about it.

Cheers, Damon.

0
source

Source: https://habr.com/ru/post/1731415/


All Articles