MightyHive / chrome-extension

0 stars 0 forks source link

Not breaking out all query params #32

Closed mrezo closed 6 years ago

mrezo commented 6 years ago

Scope

Full Report

Category

MVP

Description

For the redirect stream in the Network Activity section, l found an instance where a query parameter was not broken out. This most likely a specific nuance with doublclick 'click' tags where the a URL is provided directly after the first ?, but this additional URL also has it's own set of query params. In this case, the ord parameter and value are looped into the utm_campaign parameter value. Screenshot attached.

Acceptance criteria

screen_shot_2017-10-17_at_7_03_31_pm

mrezo commented 6 years ago

You can replicate the screenshot above by going to this page: https://www.ratecity.com.au/personal-loans/best and clicking on the “View Now” button for the Society One row item.

Then go to the Full Report and hover over the redirect from the Doubleclick click tracker

mrezo commented 6 years ago

@jreidgreer , I was able to replicate the issue using the same link: https://www.ratecity.com.au/personal-loans/best and then clicking on "View Now". You'll have to scroll down on the page to see the Society one link. Img below:

screen shot 2017-11-01 at 10 11 05 am

You'll see that ord= is appended to the end of the utm_campaign value and should be broken out. Image below:

screen shot 2017-11-01 at 10 12 13 am