Question: You've been collecting data on your point-of-sale system that could be used in conjunction with data you send to Google Analytics from your website and app. Which of these features allows you to collect and send events directly to Google Analytics servers?
- Data import
- Modify event
- Measurement Protocol
- HTTP request
Explanation
Measurement Protocol lets events be sent directly to Google Analytics servers from sources outside standard website or app tagging. It is appropriate for sending offline or server-side interactions, such as point-of-sale activity, into a Google Analytics 4 property. The events must be formatted according to the protocol and associated with the correct data stream. This allows online and offline activity to be measured together when implemented correctly.
Why the other options are incorrect
HTTP request is a general technical method, not the Google Analytics feature name for sending events to Analytics servers.
Modify event changes existing event data in Google Analytics, but it does not send point-of-sale events to servers.
Data import uploads external data to join with existing Analytics data, but it is not the feature for directly sending events.
Source for verification
https://developers.google.com/analytics/devguides/collection/protocol/ga4
https://support.google.com/analytics/answer/10085872
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Google Analytics Certification" page.
