Skip to content
View arcbaslow's full-sized avatar

Block or report arcbaslow

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
arcbaslow/README.md

Dilshat Rakhimov

From events to evidence. Measurement engineering.

I build analytics and tracking systems at Good Labs. My work covers event tracking, attribution and analytics audits for banks, fintech and e-commerce.

The projects here cover different parts of that work, from drafting a tracking plan to checking what a browser sends.

See my client projects, read the technical case studies, or get in touch about a project or role.

Pulsecheck

A Chrome DevTools extension I built to record network events, dataLayer pushes and consent changes in one timeline. It exports a session as Markdown or JSONL so you can review the event order and parameters outside the browser.

Install Pulsecheck from the Chrome Web Store

Pulsecheck recording a demo checkout, with network events, dataLayer pushes and consent changes in one timeline.

The screenshot shows a demo checkout. The store release is currently alpha.

Read an example session, look through the source, or see how the recorder works.

Other tools

  • Figma Taxonomy Gen turns interactive Figma elements into a draft tracking plan and checks for design changes. Try the included fixture without a Figma account.
  • GTM Diff compares Google Tag Manager exports, removing ID and metadata noise from the review. Run the local example without Google credentials.
  • Google Analytics Agent inspects GA4 data quality, funnels and property configuration through a Python CLI and MCP server.
  • Google Ads Agents checks campaigns, conversion tracking and budget pacing, with explicit commands for applying reviewed changes.
  • Meta Ads Agents reads campaign performance, creative fatigue and Pixel/CAPI event health. It does not change the account.
  • Search Console Agent investigates search performance, indexing and page experience.

Setup instructions, examples, tests and license information live in each repository. The taxonomy and audit demos use synthetic data.

Writing

Popular repositories Loading

  1. google-ads-agents google-ads-agents Public

    Google Ads audit toolkit: campaign analysis, conversion and tag checks, budget pacing, per-MCC profiles, reviewed changes, and Markdown reports.

    Python 1

  2. figma-taxonomy-gen figma-taxonomy-gen Public

    Generate event taxonomies from Figma designs. Configurable naming, Excel/CSV/JSON/Markdown exports, drift checks, and optional MCP/AI.

    Python

  3. meta-ads-agents meta-ads-agents Public

    Read-only Meta Ads toolkit: campaign performance, creative fatigue, audience breakdowns, Pixel/CAPI event health, and reports.

    Python

  4. gtm-diff gtm-diff Public

    Semantic diffs for Google Tag Manager exports. Stable ID-independent comparison, console/Markdown/HTML reports, and CI exit codes.

    TypeScript

  5. google-analytics-agent google-analytics-agent Public

    GA4 CLI and MCP server: data quality, configurable funnels, segment analysis, property management, and benchmarked Markdown audits.

    Python

  6. google-search-console-agent google-search-console-agent Public

    Search Console audit toolkit: search analytics, indexing, sitemaps, CrUX, PageSpeed Insights, structured data, and Markdown reports.

    Python