meta-ads-mcp 0.10.1__py3-none-any.whl → 0.10.2__py3-none-any.whl
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.
- meta_ads_mcp/__init__.py +1 -1
- meta_ads_mcp/core/adsets.py +4 -3
- {meta_ads_mcp-0.10.1.dist-info → meta_ads_mcp-0.10.2.dist-info}/METADATA +7 -17
- {meta_ads_mcp-0.10.1.dist-info → meta_ads_mcp-0.10.2.dist-info}/RECORD +7 -7
- {meta_ads_mcp-0.10.1.dist-info → meta_ads_mcp-0.10.2.dist-info}/WHEEL +0 -0
- {meta_ads_mcp-0.10.1.dist-info → meta_ads_mcp-0.10.2.dist-info}/entry_points.txt +0 -0
- {meta_ads_mcp-0.10.1.dist-info → meta_ads_mcp-0.10.2.dist-info}/licenses/LICENSE +0 -0
meta_ads_mcp/__init__.py
CHANGED
meta_ads_mcp/core/adsets.py
CHANGED
|
@@ -130,8 +130,9 @@ async def create_adset(
|
|
|
130
130
|
promoted_object: Mobile app configuration for APP_INSTALLS campaigns. Required fields: application_id, object_store_url.
|
|
131
131
|
Optional fields: custom_event_type, pixel_id, page_id.
|
|
132
132
|
Example: {"application_id": "123456789012345", "object_store_url": "https://apps.apple.com/app/id123456789"}
|
|
133
|
-
destination_type: Where users are directed after clicking the ad (e.g., 'APP_STORE', 'DEEPLINK', 'APP_INSTALL').
|
|
134
|
-
Required for mobile app campaigns.
|
|
133
|
+
destination_type: Where users are directed after clicking the ad (e.g., 'APP_STORE', 'DEEPLINK', 'APP_INSTALL', 'ON_AD').
|
|
134
|
+
Required for mobile app campaigns and lead generation campaigns.
|
|
135
|
+
Use 'ON_AD' for lead generation campaigns where user interaction happens within the ad.
|
|
135
136
|
access_token: Meta API access token (optional - will use cached token if not provided)
|
|
136
137
|
"""
|
|
137
138
|
# Check required parameters
|
|
@@ -196,7 +197,7 @@ async def create_adset(
|
|
|
196
197
|
|
|
197
198
|
# Validate destination_type if provided
|
|
198
199
|
if destination_type:
|
|
199
|
-
valid_destination_types = ["APP_STORE", "DEEPLINK", "APP_INSTALL"]
|
|
200
|
+
valid_destination_types = ["APP_STORE", "DEEPLINK", "APP_INSTALL", "ON_AD"]
|
|
200
201
|
if destination_type not in valid_destination_types:
|
|
201
202
|
return json.dumps({
|
|
202
203
|
"error": f"Invalid destination_type: {destination_type}",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: meta-ads-mcp
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.2
|
|
4
4
|
Summary: Model Context Protocol (MCP) server for interacting with Meta Ads API
|
|
5
5
|
Project-URL: Homepage, https://github.com/pipeboard-co/meta-ads-mcp
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/pipeboard-co/meta-ads-mcp/issues
|
|
@@ -410,24 +410,14 @@ For local installation configuration, authentication options, and advanced techn
|
|
|
410
410
|
|
|
411
411
|
## Licensing
|
|
412
412
|
|
|
413
|
-
Meta Ads MCP is licensed under the [Business Source License 1.1](LICENSE)
|
|
413
|
+
Meta Ads MCP is licensed under the [Business Source License 1.1](LICENSE), which means:
|
|
414
414
|
|
|
415
|
-
|
|
416
|
-
- ✅ **
|
|
417
|
-
- ✅ **
|
|
418
|
-
- ✅ **
|
|
419
|
-
- ✅ **Redistribute** - Share the software with others
|
|
420
|
-
- ✅ **Create derivative works** - Build upon the codebase
|
|
415
|
+
- ✅ **Free to use** for individual and business purposes
|
|
416
|
+
- ✅ **Modify and customize** as needed
|
|
417
|
+
- ✅ **Redistribute** to others
|
|
418
|
+
- ✅ **Becomes fully open source** (Apache 2.0) on January 1, 2029
|
|
421
419
|
|
|
422
|
-
|
|
423
|
-
- ❌ **Offer as competing SaaS** - Cannot offer this as a hosted service that competes with ARTELL SOLUÇÕES TECNOLÓGICAS LTDA's commercial offerings
|
|
424
|
-
|
|
425
|
-
### 🔄 **Future Open Source:**
|
|
426
|
-
- **Change Date**: January 1, 2029
|
|
427
|
-
- **After Change Date**: Automatically converts to Apache License 2.0 (fully open source)
|
|
428
|
-
- **No restrictions**: After the change date, you can use it for any purpose, including competing services
|
|
429
|
-
|
|
430
|
-
This licensing model ensures the software remains accessible while protecting the commercial interests of the original developers. For questions about commercial licensing or use cases, please contact us.
|
|
420
|
+
The only restriction is that you cannot offer this as a competing hosted service. For questions about commercial licensing, please contact us.
|
|
431
421
|
|
|
432
422
|
## Privacy and Security
|
|
433
423
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
meta_ads_mcp/__init__.py,sha256=
|
|
1
|
+
meta_ads_mcp/__init__.py,sha256=EYdsc6GoKV3a2tDxk_X9rDEokwvdfMK-jAA60i0jgPQ,1501
|
|
2
2
|
meta_ads_mcp/__main__.py,sha256=XaQt3iXftG_7f0Zu7Wop9SeFgrD2WBn0EQOaPMc27d8,207
|
|
3
3
|
meta_ads_mcp/core/__init__.py,sha256=v1k95keVnIx_-npUsb7ppSJ0DvdLQgySpf6xBwob_Lc,1717
|
|
4
4
|
meta_ads_mcp/core/accounts.py,sha256=0lfyvRbhBigFKgNq5Mk3fk4Qh6MtIkKScdOnoc_rQkg,4314
|
|
5
5
|
meta_ads_mcp/core/ads.py,sha256=3UpoktML-5hJ_k2u5KOk3-VcFe_goz531jLi6-qJhqU,54929
|
|
6
6
|
meta_ads_mcp/core/ads_library.py,sha256=BBGVbtjO5eFV42iiY3XPU-wIV8HupzUKpHgPBrydSvU,3232
|
|
7
|
-
meta_ads_mcp/core/adsets.py,sha256=
|
|
7
|
+
meta_ads_mcp/core/adsets.py,sha256=kfggH1F2KD19iPDErE0QdKw2aVX7F409EPLDTM7MKnQ,16024
|
|
8
8
|
meta_ads_mcp/core/api.py,sha256=kWpIafvSsxnesfb5TqndA7ozKoIspby5e_6Jl23L7hY,16447
|
|
9
9
|
meta_ads_mcp/core/auth.py,sha256=2CjFbxpJM3OR3OzCipB8l_-l2xQ1nioGfdI3ZDMnjHM,23629
|
|
10
10
|
meta_ads_mcp/core/authentication.py,sha256=-AJxa3a5ZshRCvmJThBaNwCAJ1D2_qOgUkvu539c_MY,10159
|
|
@@ -21,8 +21,8 @@ meta_ads_mcp/core/resources.py,sha256=-zIIfZulpo76vcKv6jhAlQq91cR2SZ3cjYZt3ek3x0
|
|
|
21
21
|
meta_ads_mcp/core/server.py,sha256=9SlgM_qvdlxo24ctnZzLgW1e1nfAspCSx3YyJQkKP64,17856
|
|
22
22
|
meta_ads_mcp/core/targeting.py,sha256=nl_JVXNhCu85ho5ssklZiQYC3iL_oosdlpEuyCOVXcM,13824
|
|
23
23
|
meta_ads_mcp/core/utils.py,sha256=ytj41yC5SqduLrAiZYBSd6OUwlJRaIClTwnnYKpNFds,9387
|
|
24
|
-
meta_ads_mcp-0.10.
|
|
25
|
-
meta_ads_mcp-0.10.
|
|
26
|
-
meta_ads_mcp-0.10.
|
|
27
|
-
meta_ads_mcp-0.10.
|
|
28
|
-
meta_ads_mcp-0.10.
|
|
24
|
+
meta_ads_mcp-0.10.2.dist-info/METADATA,sha256=xeSFuAjk99sc6cYIS7KVUCGwUZiLxc5lNWKc8vBsCok,22904
|
|
25
|
+
meta_ads_mcp-0.10.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
26
|
+
meta_ads_mcp-0.10.2.dist-info/entry_points.txt,sha256=Dv2RkoBjRJBqj6CyhwqGIiwPCD-SCL1-7B9-zmVRuv0,57
|
|
27
|
+
meta_ads_mcp-0.10.2.dist-info/licenses/LICENSE,sha256=E2d762fbhwKRYn8o7J6Szr6vyBPrHVDlK3jbHPx-d84,3851
|
|
28
|
+
meta_ads_mcp-0.10.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|