Googleads
Learn how to use Googleads with Composio
Overview
Enum
GOOGLEADS
Description
Connect to Google Ads to manage and create campaigns.
Authentication Details
OAUTH2
client_id
client_secret
oauth_redirect_uri
scopes
customer_id
developer_token
Actions
GOOGLEADS_GET_CAMPAIGN_BY_ID
Getcampaignbyid tool will return details of a campaign in google ads.
Action Parameters
id
Action Response
data
successful
error
GOOGLEADS_GET_CUSTOMER_LISTS
Getcustomerlists tool will list all customer lists in google ads.
Action Parameters
Action Response
data
successful
error
GOOGLEADS_CREATE_CUSTOMER_LIST
Createcustomerlist tool will create a customer list in google ads.
Action Parameters
name
description
Action Response
data
successful
error
GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LIST
Addorremovetocustomerlist tool will add a contact to a customer list in google ads. note: it takes 6 to 12 hours for changes to be reflected in the customer list.
Action Parameters
resource_name
emails
operation
Action Response
data
successful
error