Closed amillet89 closed 10 years ago
Interesting! Sounds related to the weird stuff I've been seeing in Redshift for touchofmodern https://github.com/segmentio/hq/wiki/Redshift#touchofmodern
i couldn't access modeanalytics, it's not in meldium, can you guys send me the creds?
hmm utm
accepts a querystring, not a url, so it's:
utm('?utm_source=modeanalytics.com&utm_medium=partner-website&utm_campaign=partner-docs&utm_content=redshift-docs')
.
i clicked the last two examples and looks like they are working correctly?
(enabled debugging and look for segmentio sent > o
)
the first one is really interesting:
https://translate.googleusercontent.com/translate_c?depth=1&hl=fr&prev=/search%3Fq%3Dbug%2Btracker%2Bnet%26rlz%3D1C1OPRB_enFR589FR589%26espv%3D2%26biw%3D860%26bih%3D485&rurl=translate.google.fr&sl=en&u=https://www.atlassian.com/software/jira%3Futm_source%3Difdefined%26utm_medium%3Dbanner%26utm_content%3Djira-1012%26utm_campaign%3Ddirect-display&usg=ALkJrhjj_csPeJaQjwsWavy8V6-HVnhgHQ
?depth=1&hl=fr&prev=/search%3Fq%3Dbug%2Btracker%2Bnet%26rlz%3D1C1OPRB_enFR589FR589%26espv%3D2%26biw%3D860%26bih%3D485&rurl=translate.google.fr&sl=en&u=https://www.atlassian.com/software/jira%3Futm_source%3Difdefined%26utm_medium%3Dbanner%26utm_content%3Djira-1012%26utm_campaign%3Ddirect-display&usg=ALkJrhjj_csPeJaQjwsWavy8V6-HVnhgHQ
{}
There's no utm_
in the querystring at all, there's utm_
in the encoded url hidden in u=
, what's the correct thing to do here?, should we check to see if the domain is translate.google.com
and get u=
and parse it? that's not correct IMHO.
cc @calvinfo @ianstormtaylor
@yields @calvinfo @wcjohnson11
looks like certain querystrings aren't being parsed properly. for e.g:
Will has more examples of working url's here, and NON-working url's here