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

Split out google analytics data when multiple websites/apps are being tracked together #92

Open
kweav opened this issue Oct 8, 2024 · 2 comments
Assignees

Comments

@kweav
Copy link
Contributor

kweav commented Oct 8, 2024

I want to have the engagement data separated out by which website/app is being tracked within a stream, but because multiple are being tracked the property seems to by default return all the data pooled together. (tried to get my vocab from here: https://support.google.com/analytics/answer/9303323?hl=en#zippy=%2Cin-this-article)

@kweav
Copy link
Contributor Author

kweav commented Oct 8, 2024

In google analytics, I can see the data I want by navigating to the engagement -> pages & screens tabs/subtabs

@kweav
Copy link
Contributor Author

kweav commented Oct 8, 2024

By running it locally and inspecting the output, I don't think the results that I want are in the results from this request and am wondering if the need is to edit this request.

results <- request_ga(
    token = token,
    url = url,
    body_params = body_params,
    request_type = "POST"
)

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

No branches or pull requests

2 participants