> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/webhook/payload-content-and-provider-quirks/google-vs-googlefit-enum.md).

# Why are there two provider enums for Google?

Google Fit reports two different provider enum values depending on the connection path:

* **`GOOGLEFIT`** for connections made through the mobile SDK (only when `initConnection` is called with Google as the connection type).
* **`GOOGLE`** for connections made via the web API or widget.

**Update your mapper to accept both values.**
