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

Fix exit page url was not correct when last action was a download or outlink #9343

Closed
wants to merge 1 commit into from

Conversation

tsteur
Copy link
Member

@tsteur tsteur commented Dec 6, 2015

Use case:

  • A user is on page 'example.com/foo/bar'.
  • User clicks on outlink 'example.org/outlink'

So far Piwik has stored a visit_exit_idaction_url=example.org/outlink with type id 2 (for outlink). The exit page should be still example.com/foo/bar though.

Same for downloads. If last action was an outlink or download we did not count an exit for the actual last page.

FYI: The page title was tracked correctly but not the page url

On hold as it requires DB schema changes see #9345

@tsteur tsteur added Bug For errors / faults / flaws / inconsistencies etc. Needs Review PRs that need a code review labels Dec 6, 2015
@tsteur tsteur added this to the 2.15.1 milestone Dec 6, 2015
@tsteur tsteur force-pushed the exit_url_fix branch 2 times, most recently from 6399672 to f4dd52a Compare December 6, 2015 23:06
@tsteur tsteur added not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review. and removed Needs Review PRs that need a code review labels Dec 7, 2015
@tsteur tsteur modified the milestones: 3.0.0-b1, 2.15.1 Dec 7, 2015
@tsteur tsteur removed the Bug For errors / faults / flaws / inconsistencies etc. label Dec 7, 2015
@tsteur tsteur modified the milestones: 3.0.0-b2, 3.0.0-b1 Dec 7, 2015
@tsteur
Copy link
Member Author

tsteur commented Aug 30, 2016

@mattab maybe we postpone this change for Piwik 4? Not sure how important it is or whether we at some point want to introduce actions that are "counted as pageview / interaction"

@tsteur tsteur changed the base branch from master to 2.x-dev September 1, 2016 06:39
@mattab
Copy link
Member

mattab commented Sep 23, 2016

I reckon we should take a look at this PR for beta2 👍

@mattab mattab self-assigned this Sep 23, 2016
@mattab mattab modified the milestones: 3.0.0-b2, 3.0.0-b3 Oct 30, 2016
@mattab mattab changed the base branch from 2.x-dev to 3.x-dev November 14, 2016 13:47
@mattab
Copy link
Member

mattab commented Nov 15, 2016

I've reopened this PR here: #10867 (cherry picked this, made a fix for site search and tests)

@mattab mattab closed this Nov 15, 2016
@mattab mattab deleted the exit_url_fix branch June 21, 2017 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not-in-changelog For issues or pull requests that should not be included in our release changelog on matomo.org. Pull Request WIP Indicates the current pull request is still work in progress and not ready yet for a review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants