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

Export of Specific Conversion Data Returns Incorrect Results (Always 0) #7

Open
mindbreaker opened this issue Jun 6, 2024 · 2 comments

Comments

@mindbreaker
Copy link
Contributor

I have encountered an issue with the export functionality, specifically when attempting to export data for individual conversions. Despite successful conversion events being recorded in the analytics interface, the export results always show a count of 0 for specific conversion metrics.

Example export with the following parameters (in YML format):


- id: 22
  name: "Conversions (Individual)"
  dimensions: ["ga:date"]
  metrics: ["ga:goalCompletionsAll", "ga:goal1Completions"]
@vimaljoseph
Copy link
Member

I tried this in one of my UA property and I am getting results. Please double check the date range. You can also try removing "ga:goalCompletionsAll" and see whether it is working. (for me both matrices work). You can also try exporting other goals if available like gaLgoal2Completions.

python3 analytics_reporter.py --start 2013-01-01 --end 2013-02-01 --report_id 22

Let me know if you have any additional data to replicate this issue.

@mindbreaker
Copy link
Contributor Author

OK. That's a bit strange. I have a report where I want to export conversion 1 - 10 and although I have specified a date range and there is also data, I only get one line.

image

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