Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for extraUrlParams in AT Internet #3255

Merged
merged 2 commits into from
May 23, 2016
Merged

Conversation

BenDz
Copy link
Contributor

@BenDz BenDz commented May 18, 2016

No description provided.

@rudygalfi
Copy link
Contributor

/to @avimehta

@avimehta
Copy link
Contributor

The test needs to be updated. rest lgtm.

@BenDz
Copy link
Contributor Author

BenDz commented May 20, 2016

@avimehta Fixed! Thanks

@dvoytenko
Copy link
Contributor

Ping @avimehta

@@ -77,7 +77,7 @@ export const ANALYTICS_CONFIG = {
'suffix': '&ref=${documentReferrer}',
'pageview': '${base}&' +
'p=${title}&' +
's2=${level2}${suffix}',
's2=${level2}${extraUrlParams}${suffix}',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just an observation. You are adding extraUrlParams to the pageview request. Would you not want to add it to the beginning of suffix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants