edi_wijaya
06/09/2022, 9:05 AM1. Next, visit the Google Analytics API dashboard, make sure that the project you used in the previous step is selected, and enable this API as well.I've put the client_secrets.json to meltano root project. Then I tried to run
meltano --environment=dev --log-level=debug select tap-google-analytics --list
however, this error shows up:
Cannot list the selected attributes: Catalog discovery failed: command ['/c/Users/ediwj/meltano-elt/.meltano/extractors/tap-google-analytics/venv/bin/tap-google-analytics', '--config', '/c/Users/ediwj/meltano-elt/.meltano/run/tap-google-analytics/tap.4f23f156-71c4-42c7-82c0-6c09c5ba232c.config.json', '--discover'] returned 1
So, I guess I need to get view_id . Then I follow the next instruction to get view_id . However, when I follow the tutorial, I cannot get view_id from Google Analytics (V4)
Any idea that can help me get through this?
Thank youpat_nadolny
06/09/2022, 12:20 PM--log-level=debug you should get better logs that will tell you whats causing the issue