Create Custom Audience
Create a new custom audience based on specified criteria
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_CUSTOM_AUDIENCE])
Add Users To Custom Audience
Add new users to an existing custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.ADD_USERS_CUSTOM_AUDIENCE])
Remove Users From Custom Audience
Remove specific users from an existing custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.REMOVE_USERS_CUSTOM_AUDIENCE])
Update Custom Audience
Modify the parameters or criteria of an existing custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.UPDATE_CUSTOM_AUDIENCE])
Delete Custom Audience
Remove a custom audience from the account
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.DELETE_CUSTOM_AUDIENCE])
Create Lookalike Audience
Generate a new audience similar to an existing custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_LOOKALIKE_AUDIENCE])
Share Custom Audience
Share a custom audience with another ad account or business
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.SHARE_CUSTOM_AUDIENCE])
Create Rule Based Custom Audience
Create a custom audience based on specific rules and conditions
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_RULE_BASED_AUDIENCE])
Create Website Custom Audience
Create a custom audience based on website visitor data
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_WEBSITE_CUSTOM_AUDIENCE])
Create App Activity Custom Audience
Generate a custom audience based on app usage and activity
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_APP_ACTIVITY_AUDIENCE])
Create Offline Event Custom Audience
Create a custom audience from offline event data
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_OFFLINE_EVENT_AUDIENCE])
Create Customer File Custom Audience
Generate a custom audience by uploading a customer file
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_CUSTOMER_FILE_AUDIENCE])
Create Engagement Custom Audience
Create a custom audience based on engagement with Facebook content
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_ENGAGEMENT_AUDIENCE])
Merge Custom Audiences
Combine multiple custom audiences into a single audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.MERGE_CUSTOM_AUDIENCES])
Exclude Custom Audience
Create an audience that excludes members of a specified custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.EXCLUDE_CUSTOM_AUDIENCE])
Rename Custom Audience
Change the name of an existing custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.RENAME_CUSTOM_AUDIENCE])
Get Custom Audience Details
Retrieve detailed information about a specific custom audience
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.GET_CUSTOM_AUDIENCE_DETAILS])
List All Custom Audiences
Get a list of all custom audiences in the ad account
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LIST_ALL_CUSTOM_AUDIENCES])
Create Video View Custom Audience
Generate a custom audience based on video view data
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CREATE_VIDEO_VIEW_AUDIENCE])
Custom Audience Size Change
Trigger when the size of a custom audience changes significantly
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_SIZE_CHANGE])
Custom Audience Creation
Trigger when a new custom audience is created
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_CREATED])
Custom Audience Deletion
Trigger when a custom audience is deleted
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_DELETED])
Custom Audience Update
Trigger when a custom audience is modified or updated
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_UPDATED])
Lookalike Audience Creation
Trigger when a new lookalike audience is generated
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.LOOKALIKE_AUDIENCE_CREATED])
Custom Audience Sharing
Trigger when a custom audience is shared with another account
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_SHARED])
Custom Audience Expiration
Trigger when a custom audience is about to expire
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_EXPIRATION])
Custom Audience Reach Threshold
Trigger when a custom audience reaches a specific size threshold
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_REACH_THRESHOLD])
Custom Audience Overlap Change
Trigger when the overlap between custom audiences changes significantly
from composio_crewai import ComposioToolSet, Action
tool_set = ComposioToolSet()
tools = tool_set.get_tools(actions=[Action.CUSTOM_AUDIENCE_OVERLAP_CHANGE])