This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: No search terms are displayed in GA

Home Forums Product Support Forums Ajax Search Pro for WordPress Support No search terms are displayed in GA Reply To: No search terms are displayed in GA

#37213
Ernest MarcinkoErnest Marcinko
Keymaster

That is interesting, I am seeing the code executing the GA tracker send method.

Can you please open your browser developer tools, and in the development console execute the following google analytics commands:

ga('create', 'UA-72781383-3', 'auto');
ga('send', 'pageview', {
	'page': '?ajax_search=test',
	'title': 'Ajax Search'
});

..then immediately afterwards check the realtime window, it should display a pageview tracked like this: https://i.imgur.com/uQuTQut.png