It looks like the issue was in Adobe Analytics implementation itself. I was able to solve this issue by changing the Page Name variable to get a specific pattern in Launch. So, AEM could grab the page Views in the Sites Console.
The following patteern has to be applied to the pah url of the page:
PATH_OF_THE_PAGE.replace(/(.*)\..*/,'$1').replace(/^\//g,'').replace(/\//g, ':');
it will return something like below:
content:example:page