Skip to content

Add documentation for Looker Studio setup#590

Open
SangeetaMishr wants to merge 2 commits intomainfrom
Setting-up-Lookerstudio-for-WhatsApp-Groups-Automation.md
Open

Add documentation for Looker Studio setup#590
SangeetaMishr wants to merge 2 commits intomainfrom
Setting-up-Lookerstudio-for-WhatsApp-Groups-Automation.md

Conversation

@SangeetaMishr
Copy link
Copy Markdown
Collaborator

@SangeetaMishr SangeetaMishr commented Apr 8, 2026

Document the steps to set up Looker Studio for WhatsApp Groups Automation, including prerequisites, SQL queries, and dashboard replication instructions.

Summary by CodeRabbit

  • Documentation
    • Added a beginner-friendly guide for replicating a Looker Studio dashboard for WhatsApp Groups Automation: prerequisites, locating your Google Cloud/BigQuery details, replacing four BigQuery data sources so charts populate, and a section-by-section walkthrough of dashboard visuals (group metrics, time-based engagement, poll analytics, week-over-week activity, patterns, and errors).

Document the steps to set up Looker Studio for WhatsApp Groups Automation, including prerequisites, SQL queries, and dashboard replication instructions.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Apr 8, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 09fafc55-b843-46aa-84af-7d7f81d9b2a3

📥 Commits

Reviewing files that changed from the base of the PR and between c82acaa and 4e1082f.

📒 Files selected for processing (1)
  • docs/6. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp Groups Automation.md
✅ Files skipped from review due to trivial changes (1)
  • docs/6. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp Groups Automation.md

📝 Walkthrough

Walkthrough

Added a new beginner documentation page that details how to set up and replicate a Looker Studio dashboard for WhatsApp Groups Automation using Glific BigQuery data, including prerequisites, BigQuery SQL for a group_polls view, template replication steps, and dashboard section explanations.

Changes

Cohort / File(s) Summary
WhatsApp Groups Automation Documentation
docs/6. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp Groups Automation.md
New beginner guide added: prerequisites, how to find GCP project ID and BigQuery dataset, SQL to create a group_polls view (dedupe polls, latest group label, unnest JSON options, extract names/votes), instructions to replicate Looker Studio template and replace four BigQuery data sources (contact_wa_groups, wa_messages, group_polls, wa_reactions), and per-section dashboard explanations.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested reviewers

  • Fawas003

Poem

🐰 In rows of data I softly hop,

I unnest options and never stop,
BigQuery hums, Looker paints the view,
Groups and polls dancing, analytics new,
A rabbit’s cheer for dashboards true! 🎋

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: adding documentation for Looker Studio setup, which aligns with the PR's primary objective and content.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch Setting-up-Lookerstudio-for-WhatsApp-Groups-Automation.md

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 8, 2026

@github-actions github-actions bot temporarily deployed to pull request April 8, 2026 14:06 Inactive
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@docs/6`. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp
Groups Automation.md:
- Line 15: Summary: Fix compound modifier hyphenation in the document by
updating two phrases; change the phrase "program specific outputs/outcomes
tracking" to "program-specific outputs/outcomes tracking" and change "weekly
patterns" (as used in the context "weekly patterns and errors") to "week-on-week
patterns and errors" so compound modifiers are hyphenated correctly; update
those exact strings in the document where they appear.
- Line 110: The doc has a typo/unclosed backtick in the view name: replace the
incorrect `group_poll (singular and unclosed) with the correct inline code
`group_polls` (plural, properly closed) so the instruction "save the view as
`group_polls`" matches the rest of the document and fixes the broken inline
formatting; update the text that currently contains `group_poll to use
`group_polls` instead and ensure the backticks are balanced.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 8ee94e92-6b59-45ba-be45-c95f7bf339a3

📥 Commits

Reviewing files that changed from the base of the PR and between 4febf27 and c82acaa.

📒 Files selected for processing (1)
  • docs/6. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp Groups Automation.md

- `your-project-id.your_dataset.wa_messages`
- `your-project-id.your_dataset.wa_groups`

d) Save the query as a “View”, save it in under the same dataset and name the view as `group_poll
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major

Fix the view name typo and broken inline code formatting.

Line 110 instructs naming the view as group_poll (singular) and has an unclosed backtick. This conflicts with the rest of the doc (group_polls) and can cause setup mistakes.

Suggested doc fix
-    d) Save the query as a “View”, save it in under the same dataset and name the view as `group_poll
+    d) Save the query as a “View”, save it under the same dataset, and name the view `group_polls`.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/6`. WhatsApp Groups Automation/Setting up Lookerstudio for WhatsApp
Groups Automation.md at line 110, The doc has a typo/unclosed backtick in the
view name: replace the incorrect `group_poll (singular and unclosed) with the
correct inline code `group_polls` (plural, properly closed) so the instruction
"save the view as `group_polls`" matches the rest of the document and fixes the
broken inline formatting; update the text that currently contains `group_poll to
use `group_polls` instead and ensure the backticks are balanced.

Corrected minor grammatical issues and formatting in the documentation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant