Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Ravi8258870

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cugini213

If you're able to capture something to identify the Ad with - you can record it as a custom event within Google Analytics.

Make sure the GA container has been created (pageview sent in your header) and then call this code:

ad_name is whatever variable you've captured to ID the ad (depends on provider)

ga('send', 'event', 'Ad Clicks', ad_name);

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme