Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Google Pixel Watch 3 saves runs as “Structured Workouts”

I am using a Google Pixel Watch 3, and every time I go for a run with it, I go to “Fitbit Exercise” and then “Run”. When I'm finished with my exercise, it is saved as a “Structured Workout”, with absolutely no indication of what kind of workout it was. Querying the activity from the Web API (https://api.fitbit.com/1/user/-/activities/list.json) gives me back this:

{
  "activityTypeId": 91060,
  "activityName": "Structured Workout",
  // ...
}
Again, there's nothing in the response that indicates what kind of workout this was.

After querying the Activity Types API (https://api.fitbit.com/1/activities.json), I notice that there is no activity type with that ID or name. It looks to me like “Structured Workout” (ID 91060) is a fallback for an unknown activity type, but it seems weird that something as common as a regular run would be flagged as unknown.

Best Answer
0 Votes
2 REPLIES 2

Hi @sindrenm 

Let me try to reproduce this problem, and I'll get back to you.

Best Answer
0 Votes

Thanks for following up on this, @GordonFitbit. Have you managed to reproduce the problem? I've later heard from others starting the Run activity in the same way that I am, but not facing the same issue, but it happens consistently for me.

Best Answer
0 Votes