Googleads

Learn how to use Googleads with Composio

Overview

SLUG

GOOGLEADS

Description

Google Ads, is an online advertising platform developed by Google, where advertisers bid to display brief advertisements, service offerings, product listings, and videos to web users.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to https://www.googleapis.com/auth/adwords
bearer_token
string
generic_token
stringRequired
generic_id
stringRequired

Tools

SLUG: 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

emails
arrayRequired
operation
stringDefaults to create
resource_name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEADS_CREATE_CUSTOMER_LIST

Createcustomerlist tool will create a customer list in google ads.

Action Parameters

description
string
name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEADS_GET_CAMPAIGN_BY_ID

Getcampaignbyid tool will return details of a campaign in google ads.

Action Parameters

id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEADS_GET_CAMPAIGN_BY_NAME

Getcampaignbyname tool will run a sql getcampaignbyname in google ads.

Action Parameters

name
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: GOOGLEADS_GET_CUSTOMER_LISTS

Getcustomerlists tool will list all customer lists in google ads.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired