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

For users coming in from Google ads, each operation is created as a new session #20036

Closed
HankMoody0603 opened this issue Nov 22, 2022 · 4 comments
Labels
answered For when a question was asked and we referred to forum or answered it.

Comments

@HankMoody0603
Copy link

image

As shown in the figure

For every customer who comes in through google ads, every behavior will be stored in the form of a new session

@HankMoody0603 HankMoody0603 added Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels Nov 22, 2022
@HankMoody0603
Copy link
Author

For each customer who uses the mobile terminal to enter through Google ads, each behavior will be stored in the form of a new session

@sgiehl
Copy link
Member

sgiehl commented Nov 22, 2022

Hi @HankMoody0603
This is the default behaviour for Matomo. Whenever a user comes in with a new campaign a new visit will be started. If you do not want to have this you can change the config flag create_new_visit_when_campaign_changes to 0.
But this will result in loosing all following campaign details, as only the first one will be stored.

@sgiehl sgiehl closed this as completed Nov 22, 2022
@sgiehl sgiehl added answered For when a question was asked and we referred to forum or answered it. and removed Potential Bug Something that might be a bug, but needs validation and confirmation it can be reproduced. To Triage An issue awaiting triage by a Matomo core team member labels Nov 22, 2022
@HankMoody0603
Copy link
Author

The interval between these two actions is only a few seconds

@sgiehl
Copy link
Member

sgiehl commented Nov 23, 2022

That doesn't make a difference. See my comment above for a setting to change that in general.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
answered For when a question was asked and we referred to forum or answered it.
Projects
None yet
Development

No branches or pull requests

2 participants