4
2 Comments

Two Google Analytics accounts funnel problem

Problem:
My app's LP is obviously hosted by me https://fill.ly
but the app itself http://bit.ly/2nqUJau is hosted on Chrome Store. They allow to connect it with GA but I have limited options changing this page.
I would like to be able to track what number of people came to Chrome Store from my landing page but having the original source. Let's say I have Reddit post and someone visits my LP, then clicks CTA and goes to ChromeStore. In GA this visit has referral https:/fill.ly and I would like to have this information that the visit originally comes from Reddit.

Possible ugly solution:
I can add some url params to any link to my LP and then bypass those params to Chrome Store's CTA link. But this is a timeconsuming and ugly solution. People do not like urls with &ref=something and hiding everything with Bitly also is not a solution

Good Solution: ... ?

Anyone having an app (browser extension, desktop app, mobile app) came across the same problem?

on October 8, 2019
  1. 1

    Hi, it all depends upon the point of view.
    In your example, both Reddit and your landing page contributed to the actual goal (extension page visit or download). It's unfair to say that it was only Reddit.

    However, as you know your extension URL, it's easy to address this problem of seemingly invisible referrals:

    1. Setup a GA goal with that particular URL. In this case, the Goal is a user driven to that page. If you can setup a Goal to point to actual download, that would be perfect.
    2. Go to Google Analytics -> Conversions -> Multi Channel Funnels -> Top Conversion Paths
    3. Primary Dimension: MCF Channel Grouping Path; Secondary: Source/Medium Path
    4. You'll get a similar view to this: https://www.dropbox.com/s/q1h0do3cf0g4c5o/Screenshot from 2019-10-09 15-34-43.png?dl=0 it means the user was driven to the Goal via all three sources (they assisted each other), and as you see it's clearly visible that channel is producthunt in this case.

    The bad thing is that Goals don't work for the past, so you must plan accordingly what you want to know.
    Also, a lot of people blocking GA, so always interpret your data with a grain of salt.

    1. 1

      In your example, both Reddit and your landing page contributed to the actual goal (extension page visit or download). It's unfair to say that it was only Reddit.

      That would be true if we only promoted links to ChromeStore and LP was left alone waiting for organic traffic. But as we work on different media such as Reddit, IndieHackers, ColdMails, Fb or Linkedin and posting links to both LP and ChromeStome. So at the end of the week I just want to sit and check which activity brought the most visits in ChromeStore.

      However, as you know your extension URL, it's easy to address this problem of seemingly invisible referrals:

      I will definitely test it. Sounds good. Thank you!