You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-spreadsheet-add-on
I'm trying to run a Goal Completions report with a filter to only show certain goals. The Google Analytics API says there is a parameter called goalID. I tried to use this parameter in the Filter field like this... ga:goalID==7. I keep getting an error unknown dimension.
wh...@gorogue.net
unread,
Jan 15, 2016, 3:06:23 PM1/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-analytics-spreadsheet-add-on
I have the answer to my own question. I thought I would post here in case anyone else was wanting to run reports for specific goals instead of all goals. In the Metrics field, you have to use the ga:goalXXCompletions metric. Then, you simply replace the XX with the goal ID like this -ga:goal7Completions. This will only show goal completions for goal ID 7. If you want to show 2 or more goals (but not all), you just add to this in the Metrics field like this... ga:goal7Completions,ga:goal6Completions. I was trying to Filter by goal ID, but it doesn't work that way. You have to set the goal ID in the Metrics field. I hope this helps someone else.