From 6cd17705ced359b258c3f75d0833ce3f274cb581 Mon Sep 17 00:00:00 2001
From: Chinthaka Jayatilake <37581983+ChinthakaJ98@users.noreply.github.com>
Date: Thu, 12 Dec 2024 18:53:59 +0530
Subject: [PATCH 1/3] Add latest release
---
.connector-store/meta.json | 120 +++++++++++++++++++++++++++++++++++++
1 file changed, 120 insertions(+)
diff --git a/.connector-store/meta.json b/.connector-store/meta.json
index 3dc250d..c0b9aa8 100644
--- a/.connector-store/meta.json
+++ b/.connector-store/meta.json
@@ -11,6 +11,126 @@
"rank": 51,
"type": "Connector",
"releases": [
+ {
+ "tagName": "v1.0.3",
+ "products": [
+ "MI 4.3.0"
+ ],
+ "operations": [
+ {
+ "name":"init",
+ "description":"Config operation",
+ "isHidden":true
+ },
+ {
+ "name":"createAd",
+ "description":"Create an ad.",
+ "isHidden":false
+ },
+ {
+ "name":"createAdSet",
+ "description":"Creates an ad set.",
+ "isHidden":false
+ },
+ {
+ "name":"createCampaign",
+ "description":"Create a campaign.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteAd",
+ "description":"Deletes an ad.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteAdSet",
+ "description":"Deletes an ad set.",
+ "isHidden":false
+ },
+ {
+ "name":"deleteCampaign",
+ "description":"Deletes a campaign.",
+ "isHidden":false
+ },
+ {
+ "name":"dissociateCampaign",
+ "description":"Dissociate a campaign from an AdAccount.",
+ "isHidden":false
+ },
+ {
+ "name":"getAd",
+ "description":"Returns data of an ad.",
+ "isHidden":false
+ },
+ {
+ "name":"getAdSet",
+ "description":"Return data related to an ad set.",
+ "isHidden":false
+ },
+ {
+ "name":"getAdSets",
+ "description":"Returns all ad sets from one ad account.",
+ "isHidden":false
+ },
+ {
+ "name":"getAds",
+ "description":"Returns ads under this ad account.",
+ "isHidden":false
+ },
+ {
+ "name":"getCampaigns",
+ "description":"Returns campaigns under this ad account.",
+ "isHidden":false
+ },
+ {
+ "name":"updateAd",
+ "description":"Updates an ad.",
+ "isHidden":false
+ },
+ {
+ "name":"updateAdSet",
+ "description":"Updates an ad set.",
+ "isHidden":false
+ },
+ {
+ "name":"updateCampaign",
+ "description":"Updates a campaign.",
+ "isHidden":false
+ },
+ {
+ "name":"createAdCreative",
+ "description":"Creates an ad creative.",
+ "isHidden":false
+ },
+ {
+ "name":"createCustomAudience",
+ "description":"Creates a custom audience.",
+ "isHidden":false
+ },
+ {
+ "name":"updateCustomAudience",
+ "description":"Updates a custom audience.",
+ "isHidden":false
+ },
+ {
+ "name":"addUsersToAudience",
+ "description":"Add users to your custom audience.",
+ "isHidden":false
+ },
+ {
+ "name":"removeUsersFromAudience",
+ "description":"Remove users from your custom audience.",
+ "isHidden":false
+ }
+ ],
+ "connections": [
+ {
+ "name": "facebookAds",
+ "description": "Connection for interacting with Facebook Ads."
+ }
+ ],
+ "isHidden": false
+ },
{
"tagName": "v1.0.2",
"products": [
From e91dff05998e3e81f4ebf9782a13cd1edc344910 Mon Sep 17 00:00:00 2001
From: Chinthaka Jayatilake <37581983+ChinthakaJ98@users.noreply.github.com>
Date: Thu, 12 Dec 2024 18:54:31 +0530
Subject: [PATCH 2/3] Add display name
---
src/main/resources/connector.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/main/resources/connector.xml b/src/main/resources/connector.xml
index 7db6bb2..c54e7a0 100644
--- a/src/main/resources/connector.xml
+++ b/src/main/resources/connector.xml
@@ -25,5 +25,6 @@
WSO2 Facebook Ads Connector Library
+ Facebook Ads
icon/icon-small.png
From 2f550c1691dae03be407f48ebab12da8eb5a5b6a Mon Sep 17 00:00:00 2001
From: Chinthaka Jayatilake <37581983+ChinthakaJ98@users.noreply.github.com>
Date: Thu, 12 Dec 2024 18:56:01 +0530
Subject: [PATCH 3/3] Update pom.xml
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 2277462..a27c9f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
org.wso2.integration.connector
mi-connector-facebookads
- 1.0.2
+ 1.0.3-SNAPSHOT
WSO2 Carbon - Facebook Ads Connector
http://wso2.org
@@ -60,6 +60,12 @@
${com.google.code.gson.version}
+
+ scm:git:https://github.com/wso2-extensions/esb-connector-facebookads.git
+ https://github.com/wso2-extensions/esb-connector-facebookads.git
+ scm:git:https://github.com/wso2-extensions/esb-connector-facebookads
+ HEAD
+