Files
adsPRO/.claude/settings.local.json
Jacek Pyziak b54a9a71b1 Add CLI script to fetch active Meta Ads insights for campaigns, adsets, and ads
- Implemented a new PHP script to retrieve insights for the last N days (default 30).
- Supports command-line options for token, account ID, days, API version, and output file.
- Fetches data at campaign, adset, and ad levels, with filtering for active statuses.
- Handles JSON output and optional file saving, including directory creation if necessary.
- Includes error handling for cURL requests and JSON responses.
2026-02-20 23:45:36 +01:00

28 lines
730 B
JSON

{
"permissions": {
"allow": [
"Bash(npx sass:*)",
"Bash(npx md-to-pdf:*)",
"WebFetch(domain:support.google.com)",
"WebFetch(domain:feedops.com)",
"WebFetch(domain:help.kliken.com)",
"WebFetch(domain:www.storegrowers.com)",
"WebFetch(domain:platform.openai.com)",
"WebFetch(domain:openai.com)",
"Bash(sass:*)",
"WebFetch(domain:developers.google.com)",
"Bash(cd:*)",
"Bash(git push:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(php:*)",
"WebFetch(domain:adspro.projectpro.pl)",
"mcp__ide__getDiagnostics",
"Bash(python3:*)",
"Bash(py --version)",
"Bash(where:*)",
"Bash(python:*)"
]
}
}