MightyHive / chrome-extension

0 stars 0 forks source link

Human-readable URL query string params in network calls #51

Open MightyMyles opened 6 years ago

MightyMyles commented 6 years ago

In the network calls, instead of just having the raw URL, it would be super useful to be able to see the list of key => value query string params attached to the URL. Same way that the Full Report offers navigable DataLayers.

Google Tag Assistant also offers this kind of "human-readable" breakdown of the params that are attached to a URL.

Might need to pay attention to the URL param delimiter. Sometimes it's "&" (ampersand) and sometimes it's ";" (semicolon). Maybe others, too.

mrezo commented 6 years ago

Hey Myles,

We currently do show this in the Full report under the "Trackers" section. Click on a tracker and it'll show you additional network details with a drop-down of query params in the network request. :) I thought we parsed for a variety of delimeters. Are you seeing otherwise?

Best,

[image: mhlogo.png]

Michael Balarezo

Lead Field Engineer | MightyHive

P: (305) 333-4738

E: michael.balarezo@mightyhive.com

On Tue, Nov 28, 2017 at 4:29 PM, Myles Younger notifications@github.com wrote:

In the network calls, instead of just having the raw URL, it would be super useful to be able to see the list of key => value query string params attached to the URL. Same way that the Full Report offers navigable DataLayers.

Google Tag Assistant also offers this kind of "human-readable" breakdown of the params that are attached to a URL.

Might need to pay attention to the URL param delimiter. Sometimes it's "&" (ampersand) and sometimes it's ";" (semicolon). Maybe others, too.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MightyHive/chrome-extension/issues/51, or mute the thread https://github.com/notifications/unsubscribe-auth/ADkoV9n4hD5L3yV9AzdI0ZYE6xC4ZPhZks5s7KWDgaJpZM4QuPL4 .

MightyMyles commented 6 years ago

Gotcha. Sweet! I had not noticed that.

This would be under Network Activity in the Full Report. Same functionality as what's in Trackers.

mrezo commented 6 years ago

Gotcha.

[image: mhlogo.png]

Michael Balarezo

Lead Field Engineer | MightyHive

P: (305) 333-4738

E: michael.balarezo@mightyhive.com

On Tue, Nov 28, 2017 at 4:47 PM, Myles Younger notifications@github.com wrote:

Gotcha. Sweet! I had not noticed that.

This would be under Network Activity in the Full Report. Same functionality as what's in Trackers.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MightyHive/chrome-extension/issues/51#issuecomment-347714499, or mute the thread https://github.com/notifications/unsubscribe-auth/ADkoV6-ZIjfJwEFxFjfCbCJx3EBM3Tjmks5s7KmfgaJpZM4QuPL4 .