adloop 0.5.1__tar.gz → 0.5.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {adloop-0.5.1 → adloop-0.5.2}/PKG-INFO +2 -1
- {adloop-0.5.1 → adloop-0.5.2}/README.md +1 -0
- {adloop-0.5.1 → adloop-0.5.2}/pyproject.toml +1 -1
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/__init__.py +1 -1
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/__main__.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/__init__.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/client.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/currency.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/forecast.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/gaql.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/pmax.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/read.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ads/write.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/auth.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/bundled_credentials.json +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/cli.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/config.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/crossref.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ga4/__init__.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ga4/client.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ga4/reports.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/ga4/tracking.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/safety/__init__.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/safety/audit.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/safety/guards.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/safety/preview.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/server.py +0 -0
- {adloop-0.5.1 → adloop-0.5.2}/src/adloop/tracking.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: adloop
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.2
|
|
4
4
|
Summary: Stop switching between Google Ads, GA4, and your code editor to figure out why conversions dropped.
|
|
5
5
|
Keywords: mcp,google-ads,google-analytics,ga4,cursor,marketing
|
|
6
6
|
Author: Daniel Klose
|
|
@@ -392,6 +392,7 @@ What's been shipped and what's next:
|
|
|
392
392
|
- ~~PyPI package~~ ✓ — `pip install adloop`
|
|
393
393
|
- ~~Bundled OAuth credentials~~ ✓ — no Google Cloud project required, auto-discovery of GA4/Ads accounts
|
|
394
394
|
- ~~Headless server support~~ ✓ — manual URL copy-paste flow for servers without a browser
|
|
395
|
+
- ~~Behavioral eval suites~~ ✓ — 28 prompt-and-expectation tests covering read, write, tracking, and planning workflows
|
|
395
396
|
- **Community launch** — HN, Indie Hackers, r/cursor, Twitter
|
|
396
397
|
- **Video walkthrough**
|
|
397
398
|
|
|
@@ -368,6 +368,7 @@ What's been shipped and what's next:
|
|
|
368
368
|
- ~~PyPI package~~ ✓ — `pip install adloop`
|
|
369
369
|
- ~~Bundled OAuth credentials~~ ✓ — no Google Cloud project required, auto-discovery of GA4/Ads accounts
|
|
370
370
|
- ~~Headless server support~~ ✓ — manual URL copy-paste flow for servers without a browser
|
|
371
|
+
- ~~Behavioral eval suites~~ ✓ — 28 prompt-and-expectation tests covering read, write, tracking, and planning workflows
|
|
371
372
|
- **Community launch** — HN, Indie Hackers, r/cursor, Twitter
|
|
372
373
|
- **Video walkthrough**
|
|
373
374
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|