Is there a wat to check if a customer is connected to my application?

2023-01-03 Thread Özgür Nevres
Hi, I am developing an application using Google Ads API (technology: C#). Users (customers) are connecting via "Connect with Google" and giving permission to my application. That's OK. My question is: is there a way to understand programmatically if a customer is still connected to my app? For

Is there a way to check if a customer is connected to my application?

2023-01-03 Thread Özgür Nevres
Hi, I am developing an application using Google Ads API (technology: C#). Users (customers) are connecting via "Connect with Google" and giving permission to my application. That's OK. My question is: is there a way to understand programmatically if a customer is still connected to my app? Fo

Re: Is there a way to check if a customer is connected to my application?

2023-01-03 Thread Özgür Nevres
Yes I want to check that if the Refresh Token is still valid or not. Yes, as you said, the permission can be withdrawn without my app knowing. Thanks for the answer. On Tuesday, January 3, 2023 at 6:02:08 PM UTC+3 Zweitze wrote: > Do you mean that you like to find out that a Refresh Token is st

Getting "The Caller does not have permission" while creating budget

2023-03-22 Thread Özgür Nevres
Hi, Request Id: SIg8l4iq1_8gFOYH6728ow I am trying to create campaign and budget for a Customer under a Manager (client Customer). Manager and Customer under it are linked because I can access all the Customer's assets: Campaigns, AdGroups, Ads, metrics, whatever. But, when I try to create Cam

Re: Getting "The Caller does not have permission" while creating budget

2023-03-22 Thread Özgür Nevres
Thanks for the answer. If the user / email address has access or is associated with the MCC / manager account, you will need to specify the MCC / manager account's ID without hyphens (-) as the value of the login-customer-id

Re: Getting "The Caller does not have permission" while creating budget

2023-03-22 Thread Özgür Nevres
Thursday, March 23, 2023 at 9:10:41 AM UTC+3 Özgür Nevres wrote: > Thanks for the answer. > > If the user / email address has access or is associated with the MCC / > manager account, you will need to specify the MCC / manager account's ID > without hyphens (-) as the value of t

Re: randomly get RESOURCE_EXHAUSTED "Too many requests. Retry in 900 seconds."

2024-05-31 Thread Özgür Nevres
I am getting the same error. It started 48 hours ago. On Friday, May 31, 2024 at 6:31:10 PM UTC+3 Bogie Dumitrescu wrote: > > We randomly get thruout the day the RESOURCE_EXHAUSTED "Too many requests. > Retry in 900 seconds." > > the quotas google website >

Re: randomly get RESOURCE_EXHAUSTED "Too many requests. Retry in 900 seconds."

2024-05-31 Thread Özgür Nevres
" and we definitely do not do 15k requests per customer" also same. In total, we are sending around 3,500 requests daily. On Friday, May 31, 2024 at 6:59:59 PM UTC+3 Özgür Nevres wrote: > I am getting the same error. It started 48 hours ago. > > On Friday, May 31, 2024 at 6:3

Re: too many resource exhausted errors in the last 48 hours

2024-05-31 Thread Özgür Nevres
Sample error message: Exception message: One or more errors occurred. (Status(StatusCode="ResourceExhausted", Detail="Resource has been exhausted (e.g. check quota)."))| { "StatusCode": 8, "Details": "Resource has been exhausted (e.g. check quota).", "RequestId": "wMZ7Q4MBgylMpAVT7SrX8Q",

Exception while linking a feed to a campaign

2024-06-25 Thread Özgür Nevres
Hi, I am getting an exception while linking a feed to a campaign. feed id: 174838166 campaign id: 19876813904 Request Id: 7gHANeikZiYLWgu0fnfTUA Error message: The required field was not present. What am I missing? How can I fix this? My code is like below: var campaignFeed = new Campa

Campaign criterion query is not getting keywords

2024-01-30 Thread Özgür Nevres
Hi, For one CustomerClient, the Campaign criterion query is not getting keywords, but getting other criteria. 1. For other CustomerClients, it is getting keywords successfully 2. Yes, there are both positive and negative keywords for that particular customer client, I can see them on

Re: campaign criterion query is not getting keywords

2024-01-30 Thread Özgür Nevres
Hi, thanks for the response. It seems the user added those keywords using a LIST. How can I get these keywords? On Tuesday, January 30, 2024 at 3:17:11 PM UTC+3 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API support team. > > After reviewing your

Re: campaign criterion query is not getting keywords

2024-01-30 Thread Özgür Nevres
I mean, Is there a query to get lists, their type (i.e. negative keywords), and on which campaign(s) these lists applied? On Tuesday, January 30, 2024 at 6:36:18 PM UTC+3 Özgür Nevres wrote: > Hi, > > thanks for the response. It seems the user added those keywords using a > LIST.