Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Stay organized with collections
Save and categorize content based on your preferences.
The possible places where a conversion can occur.
Enums
UNSPECIFIED
The conversion origin has not been specified.
UNKNOWN
The conversion origin is not known in this version.
WEBSITE
Conversion that occurs when a user visits a website or takes an action there after viewing an ad.
GOOGLE_HOSTED
Conversions reported by an offline pipeline which collects local actions from Google-hosted pages (for example, Google Maps, Google Place Page, etc) and attributes them to relevant ad events.
APP
Conversion that occurs when a user performs an action through any app platforms.
CALL_FROM_ADS
Conversion that occurs when a user makes a call from ads.
STORE
Conversion that occurs when a user visits or makes a purchase at a physical store.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-29 UTC."],[[["Conversions can originate from various sources, including websites, apps, physical stores, and Google or YouTube hosted platforms."],["Each conversion origin is categorized by an enum value, providing specific details about where the conversion took place."],["While most origins are self-explanatory, unspecified and unknown origins indicate either a lack of specified origin or an origin that's not recognized in the current system version."],["Offline pipelines can attribute conversions to relevant ad events for actions taken on Google-hosted pages like Google Maps."],["Conversions can also be attributed to ad interactions that result in phone calls from potential customers."]]],["Conversions can originate from various sources: `WEBSITE` (user actions on a website), `GOOGLE_HOSTED` (offline actions from Google-hosted pages like Maps), `APP` (actions within apps), `CALL_FROM_ADS` (calls initiated from ads), `STORE` (visits or purchases at physical stores), and `YOUTUBE_HOSTED` (actions on YouTube). Additionally, `UNSPECIFIED` indicates an undefined origin, while `UNKNOWN` signifies an origin not recognized in the current version.\n"]]