Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCT-19876 Updated GA4 section #1029

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ steps:
content: |
{% capture tsl-support-note %}
SSL can only be used with versions of {{ destination.display_name }} that support TSL 1.2. Check which versions support it in [Microsoft's documentation]({{ site.data.destinations.microsoft-sql-server.resource-links.tls-support }}).
{% endcapture %}s
{% endcapture %}
{% include note.html type="single-line" content=tsl-support-note %}
Check the **{{ defaults.field-names.ssl }}** checkbox. {{ defaults.field-copy.ssl }}
Expand Down
4 changes: 2 additions & 2 deletions _saas-integrations/ga4/v1/ga4-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ setup-steps:
2. To track a report, click the **checkbox** next to the report's name. You'll be redirected to a page with a list of metrics and dimensions available for replication.
3. Select the metrics and dimensions you want to include in the report. When making your selections, keep the following in mind:
- **You can select up to 10 metrics and 9 dimensions per report.** Stitch automatically sets the `date` dimension, so technically you can only select 8 other dimensions. This limit is imposed by Google and can't be changed or worked around. When you reach this limit, you won't be able to make any other selections until you de-select a metric or dimension.
- **Metric and dimension combinations are subject to Google's compatibility rules.** When you select a metric or dimension, all other metrics and dimensions incompatible with the selection will be greyed out. To test your combos before selecting them in Stitch, use [Google's Dimensions & Metrics Explorer](https://ga-dev-tools.web.app/ga4/dimensions-metrics-explorer/){:target="new"}.
- **You can select up to 10 metrics and 9 dimensions per report.** This limit is imposed by Google and can't be changed or worked around.
- **Metric and dimension combinations are subject to Google's compatibility rules.** To test your combos before selecting them in Stitch, use [Google's Dimensions & Metrics Explorer](https://ga-dev-tools.web.app/ga4/dimensions-metrics-explorer/){:target="new"}.
- **Custom metrics and dimensions** will display as either `ga:metric` or `ga:dimension`.
How a custom dimension will look in your {{ integration.display_name }} console:
Expand Down
Loading