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

edgee-component: remove trailing \n #28

Merged
merged 2 commits into from
Feb 17, 2025
Merged
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
8 changes: 3 additions & 5 deletions edgee-component.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ customer journey and improve marketing ROI.
> - Unlock customer-centric measurement. Understand how your customers interact across your sites and apps, throughout their entire lifecycle.
> - Get smarter insights to improve ROI. Uncover new insights and anticipate future customer actions with Google’s machine learning to get more value out of your data.
> - Connect your insights to results. Take action to optimize marketing performance with integrations across Google’s advertising and publisher tools.
> - Make your data work for you. Quickly analyze your data and collaborate with an easy-to-use interface and shareable reports.`
"""
> - Make your data work for you. Quickly analyze your data and collaborate with an easy-to-use interface and shareable reports.`"""
documentation = "https://www.edgee.cloud/docs/components/data-collection/google-analytics"
repository = "https://github.com/edgee-cloud/ga-component"
wit-world-version = "0.4.0"
Expand All @@ -21,10 +20,9 @@ wit-world-version = "0.4.0"
command = "cargo build --target wasm32-wasip2 --release && cp ./target/wasm32-wasip2/release/ga_component.wasm ga.wasm"
output_path = "ga.wasm"

[component.settings.ga-measurement-id]
[component.settings.ga_measurement_id]
title = "Measurement ID"
type = "string"
required = true
description = """
The measurement ID for your Google Analytics property
"""
The measurement ID for your Google Analytics property"""