Mobile app version of vmapp.org
Login or Join
Goswami781

: Calculate conversion percentage in Google Analytics based only on visitors to the page with the conversion action I have promo website for an app. There is an "Install now" button on the index

@Goswami781

Posted in: #Conversions #GoogleAnalytics #Tracking

I have promo website for an app. There is an "Install now" button on the index page, and other pages (such as "tutorial", "private policy", "faq") don't contain the button.
So I set event tracking for that btn:

gtag('event', 'install', {
'event_label': 'install_success'
});


The problem is that in Google Analytics dashboard I see conversion rate which counts sessions from all pages. Obviously, that number is small and incorrect.

Is there a way to count conversion considering users from index page only?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Goswami781

1 Comments

Sorted by latest first Latest Oldest Best

 

@Angela700

I found a way to see conversion rate just for a page (considering sessions for that page only):

Behavior -> Site Content -> Landing Pages

Then choose a page you want to check (it is just a slash "/" in case of index page).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme