Google Ads
googleadsGoogle 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.
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create customer listGOOGLEADS_CREATE_CUSTOMER_LISTAcciónCreatecustomerlist tool will create a customer list in google ads.
GOOGLEADS_CREATE_CUSTOMER_LISTAcciónCreatecustomerlist tool will create a customer list in google ads.
Parámetros de entrada
namestringObligatorioName of the customer list.
descriptionstringDescription of the customer list.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Campaign By IdGOOGLEADS_GET_CAMPAIGN_BY_IDAcciónGetcampaignbyid tool will return details of a campaign in google ads.
GOOGLEADS_GET_CAMPAIGN_BY_IDAcciónGetcampaignbyid tool will return details of a campaign in google ads.
Parámetros de entrada
idstringObligatorioid of the campaign to search on GoogleAds.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get campaign by nameGOOGLEADS_GET_CAMPAIGN_BY_NAMEAcciónGetcampaignbyname tool will run a sql getcampaignbyname in google ads.
GOOGLEADS_GET_CAMPAIGN_BY_NAMEAcciónGetcampaignbyname tool will run a sql getcampaignbyname in google ads.
Parámetros de entrada
namestringObligatorioname of the campaign to search on GoogleAds.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get customer listsGOOGLEADS_GET_CUSTOMER_LISTSAcciónGetcustomerlists tool will list all customer lists in google ads.
GOOGLEADS_GET_CUSTOMER_LISTSAcciónGetcustomerlists tool will list all customer lists in google ads.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add or remove to customer listGOOGLEADS_GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LISTAcciónAddorremovetocustomerlist 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.
GOOGLEADS_GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LISTAcciónAddorremovetocustomerlist 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.
Parámetros de entrada
emailsstring[]ObligatorioArray of emails of the contacts to be added to the customer list.
operationstringenumOperation to be performed on the customer list. Either create or remove.
createremoveresource_namestringObligatorioResource name of the customer list. For example: customers/1234567890/userLists/1234567890
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not