Re: google ads api calls with bubble.io

2024-03-12 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. I would suggest you refer to the help center article Manage access to your Google Ads account to provide the user with 'read-only' access permission level. With the 'read-only' access you can restrict the other user from creating, deleting, and editing

Re: google ads api calls with bubble.io

2024-03-12 Thread No Code
Hello, support team. I couldn't quite understand your answer. Could you please tell me what I should do or configure so that when a user authenticates with the application they have read-only access and that the screenshot message that I shared is not shown so that they do not feel afraid.

Re: google ads api calls with bubble.io

2024-03-11 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. To make a call to the Google Ads API, you need to use the specific scope 'https://www.googleapis.com/auth/adwords'. Kindly refer to the "Scope " guide for more details. You may check the document on how Make an API call. Also, you can restrict the other

Re: google ads api calls with bubble.io

2024-03-11 Thread No Code
Hello, support team. Could you help me with the answer to the previous question, please. El viernes, 8 de marzo de 2024 a las 16:15:32 UTC-6, No Code escribió: > Hello Support Team, thanks for the previous response. > > > > Now could you help me by confirming if I can use a permission other

Re: google ads api calls with bubble.io

2024-03-08 Thread No Code
How can I get the MCC administrator accounts? What HTTP request and query should I add in the API call? What I want to achieve is that when the user authenticates, it shows the MCC administrator accounts and then when they click on an administrator account, all the accounts associated with

Re: google ads api calls with bubble.io

2024-02-13 Thread No Code
Hello, to be able to obtain the results of the last 90, 60 or 90 days. What condition should be added in the WHERE? Does WHERE segments.date DURING LAST_30_DAYS work? El miércoles, 7 de febrero de 2024 a las 4:14:10 UTC-6, Google Ads API Forum Advisor escribió: > Hi, > > Thank you for getting

Re: google ads api calls with bubble.io

2024-02-05 Thread No Code
Currently the endpoint or method to obtain the list of accounts is: GET https://googleads.googleapis.com/v15/customers:listAccessibleCustomers [image: GET lista de cuentas.PNG] But how now I want to get more details like account name, what should be the endpoint? I know that you just shared

Re: google ads api calls with bubble.io

2024-02-05 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. You can use the ListAccessibleCustomers method. As per this document, the expected response for this call is the resource name of customers directly accessible by the user authenticating the call. Kindly note to include the

Re: google ads api calls with bubble.io

2024-02-05 Thread No Code
Hello, good team. Can you also help me with the method or what I should do so that in the account listing call I can also get the account name and not just the ID. [image: Llamada lista de cuentas.png][image: Account list.PNG] El domingo, 4 de febrero de 2024 a las 20:30:20 UTC-6, No Code

Re: google ads api calls with bubble.io

2024-02-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for getting back to us. To know the data type of each field of CustomerClient resource you can check this API guide, in the same way you can check data type for each field under respective resources. Hope this helps. This message is in relation to case

Re: google ads api calls with bubble.io

2024-02-04 Thread No Code
Hello, where can I see the data type for each field selected in a SELECT query of a certain call? I want to correctly set the data type in the API call for each field selected in the query. El viernes, 2 de febrero de 2024 a las 1:47:14 UTC-6, Google Ads API Forum Advisor escribió: > Hi, >

Re: google ads api calls with bubble.io

2024-02-04 Thread No Code
Perfect, thank you very much. I'll be checking it out. El viernes, 2 de febrero de 2024 a las 1:47:14 UTC-6, Google Ads API Forum Advisor escribió: > Hi, > > Thank you for getting back to us. > > You can use CustomerService.ListAccessibleCustomers >

Re: google ads api calls with bubble.io

2024-02-01 Thread No Code
Hello, can you share with me the method to make the call from the user's account list? I am using https://googleads.googleapis.com/v15/customers:listAccessibleCustomers. Solicitud HTTP GET https://googleads.googleapis.com/v15/customers:listAccessibleCustomers But I don't know if there

Re: google ads api calls with bubble.io

2024-01-24 Thread No Code
Thank you very much, I'm reviewing it and setting up calls in Bubble.io. I will let you know any new questions related to the topic. El miércoles, 17 de enero de 2024 a las 5:52:43 UTC-6, Google Ads API Forum Advisor escribió: > Hi, > > Thank you for reaching out to the Google Ads API support

Google Ads API calls with Bubble.io

2024-01-16 Thread No Code
Hello, You can help me by sharing the HTTP request to configure the following calls in Bubble.io: -To obtain a list of campaigns per account. -To get the accounts associated with a manager account and then view the campaigns for each associated account. -To obtain a list of campaigns by