Skip to content

Commit d3edd38

Browse files
committed
Vale edits
1 parent 80b9c8c commit d3edd38

File tree

1 file changed

+8
-8
lines changed
  • src/connections/destinations/catalog/actions-google-analytics-4-web

1 file changed

+8
-8
lines changed

src/connections/destinations/catalog/actions-google-analytics-4-web/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Some parameters automatically populate prebuilt [dimensions and metrics](https:/
3535

3636
With custom parameters, you must create [custom dimensions and metrics](https://support.google.com/analytics/answer/10075209){:target="_blank"} so you can see the parameter values in Google Analytics.
3737

38-
### Custom Events
38+
### Custom events
3939

4040
Before you create a custom event, make sure the event you want to create isn't already collected through an [automatically collected event](https://support.google.com/analytics/answer/9234069?sjid=7831609405656395105-NA){:target="_blank"} or recommended as a [recommended event](https://support.google.com/analytics/answer/9267735?sjid=7831609405656395105-NA){:target="_blank"}. Segment recommends using an existing event, because these events automatically populate dimensions and metrics that are used in your reports.
4141

@@ -45,25 +45,25 @@ Event names are case-sensitive in Google Analytics 4. If you would like all even
4545

4646
Keep in mind that custom events will not appear in Google's standard reports; you will need to set up custom reports for meaningful analysis.
4747

48-
### Custom Dimensions and Metrics
48+
### Custom dimensions and metrics
4949

5050
With Google Analytics 4, you must create custom dimensions and metrics within the Google Analytics 4 interface to link event parameters to the corresponding custom dimensions or metrics. When creating the dimension or metric, you can either select a parameter from the list of already collected fields or enter the name of the parameter you plan to collect in the future. For more information, see [Google Analytics 4 Custom dimensions and metrics](https://support.google.com/analytics/answer/10075209?hl=en){:target="_blank"}.
5151

52-
### Understanding Event Parameters
52+
### Understanding event parameters
5353

5454
Parameters provide additional information about the ways users interact with your website. For example, when someone views a product you sell, you can include parameters that describe the product they viewed, like `product_name`, `category`, and `price`.
5555

5656
The automatically collected and enhanced measurement events include parameters by default. Google also provides a set of required and optional parameters to include with each recommended event. Additionally, you can add more event parameters when you need them.
5757

58-
### Conversion Events
58+
### Conversion events
5959

6060
Some of Segment's prebuilt [Available Actions](https://segment-docs.netlify.app/docs/connections/destinations/catalog/actions-google-analytics-4-web/#available-actions) which map to Google's recommended events are automatically marked as a conversion in your Analytics dashboard. For example, when you add a "Order Completed" event, it will show up in your Analytics dashboard as "purchase" with the **Mark as conversion** toggle toggled on by default. However, for other events, such as "Add to Cart", you will need to manually toggle the **Mark as conversion** setting on in your Analytics dashboard. If you don't mark the event as a conversion, it will not show up as a conversion in your built-in reports. You can read more [about conversion events](https://support.google.com/analytics/answer/9267568?sjid=1275909514202748631-NA){:target="_blank"} in Google's docs.
6161

6262
{% include components/actions-fields.html settings="true"%}
6363

64-
## FAQ & Troubleshooting
64+
## FAQ and Troubleshooting
6565

66-
### Debug Mode
66+
### Debug mode
6767

6868
The Google Analytics 4 [debug mode](https://support.google.com/analytics/answer/7201382?hl=en){:target="_blank"} is supported with the Google Analytics 4 Web destination. DebugView displays the events and user properties that Analytics collects from a user in real-time. This can be helpful in troubleshooting your implementation.
6969

@@ -87,9 +87,9 @@ In order for data to be sent downstream to Google Analytics, check your mappings
8787

8888
The **Set Configuration Fields** mapping is required for data to be sent downstream because it sets configuration to Measurement ID and establishes data flow using the `config` command. If you have no enabled mappings other than **Set Configuration Fields**, the GA4 destination does not send events downstream.
8989

90-
### Duplicate `page_view`s in GA4
90+
### Duplicate `page_view` events in GA4
9191

92-
If you are sending multiple `config` commands that your Google Tag has to account for, you may see duplicate `page_view`s in your Analytics workspace. If this is the case, please refer to Google's documentation on [Ignoring duplicate instances of on-page configuration](https://support.google.com/analytics/answer/9973999?hl=en#:~:text=as%20described%20below.-,Ignore%20duplicate%20instances%20of%20on%2Dpage%20configuration,Click%20Save.,-Give%20feedback%20about){:target="_blank"}.
92+
If you are sending multiple `config` commands that your Google Tag has to account for, you may see duplicate `page_view` events in your Analytics workspace. If this is the case, please refer to Google's documentation on [Ignoring duplicate instances of on-page configuration](https://support.google.com/analytics/answer/9973999?hl=en#:~:text=as%20described%20below.-,Ignore%20duplicate%20instances%20of%20on%2Dpage%20configuration,Click%20Save.,-Give%20feedback%20about){:target="_blank"}.
9393

9494
### Manually send `page_view` events
9595

0 commit comments

Comments
 (0)