NAiOS IconNAiOS Logo
Volver al catálogo

Google Ads

googleads

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.

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Createcustomerlist tool will create a customer list in google ads.

Parámetros de entrada

  • namestringObligatorio

    Name of the customer list.

  • descriptionstring

    Description of the customer list.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Campaign By IdGOOGLEADS_GET_CAMPAIGN_BY_IDAcción

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

Parámetros de entrada

  • idstringObligatorio

    id of the campaign to search on GoogleAds.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get campaign by nameGOOGLEADS_GET_CAMPAIGN_BY_NAMEAcción

Getcampaignbyname tool will run a sql getcampaignbyname in google ads.

Parámetros de entrada

  • namestringObligatorio

    name of the campaign to search on GoogleAds.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get customer listsGOOGLEADS_GET_CUSTOMER_LISTSAcción

Getcustomerlists tool will list all customer lists in google ads.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Add or remove to customer listGOOGLEADS_GOOGLEADS_ADD_OR_REMOVE_TO_CUSTOMER_LISTAcción

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.

Parámetros de entrada

  • emailsstring[]Obligatorio

    Array of emails of the contacts to be added to the customer list.

  • operationstringenum

    Operation to be performed on the customer list. Either create or remove.

    createremove
  • resource_namestringObligatorio

    Resource name of the customer list. For example: customers/1234567890/userLists/1234567890

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not