Re: ImageAd.Name is empty

2022-05-01 Thread Nobuyoshi Shimmen
Hi there! Is this still an ongoing issue? It seems like we are encountering the same issue. We got the complete request and response ready. How can I share them with Google Ads API Team? Also, I would like to know about the 'ad_group_ad.ad.image_ad.name' definition in more detail. Is it

Re: How to see my access level in GG Console

2022-05-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Martin, Thank you for providing more details to your concern. Before proceeding to your concern, I would like to inform you first that I am going to delete your latest post as it contains your developer token. Also, since your developer token has been exposed privately, then I would suggest

RE: List Accessible Accounts stuck in error loop

2022-05-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Jack, Thank you for reaching out. I am a member of the Google Ads API team. Moving forward to your concern, "I am wondering if there is a way to configure the CustomerServiceClient to either disable this feature or change the number retry attempts.", I am afraid that there's no possible way

budgets API question

2022-05-01 Thread Hwansang Cho
To whom it may concern Hello. I have a question for google API usage. It will be appreciate if you make me clear of this. 1. Customer ID 6820470188 2. Currently using for getting budgets SELECT account_budget_proposal.id, account_budget_proposal.resource_name,

Re: Missing Image Ads in ad_group_ad view

2022-05-01 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Don, Thank you for commenting on this forum. I am also a member of the Google Ads API team and let me provide support to your concern. To provide insights to your concern, I am afraid that it is not possible to get the ads data which can't be segmented by segments.keyword.info.text because

Re: How to Validate the RefreshToken programmatically in Google Ads API?

2022-05-01 Thread ashish delacon
I am getting the following even though if I use this in uploadconversion, it works fine. { "error": "invalid_client", "error_description": "Unauthorized" } I want to do the validation so that my uploadconversion doesnt get caught into infinite invalid_grant loop , because for some

Re: Change in Google API Response

2022-05-01 Thread 'Matan Wilchek' via Google Ads API and AdWords API Forum
Hi, why didn't you just say that you're releasing a new API version (v10.1) and the problems are due to integration? Thanks, Matan On Friday, April 29, 2022 at 7:30:50 PM UTC+3 adsapi wrote: > Hi, > > Thank you for reaching out. > > To investigate the issue further, could you please provide

Re: Example for ConversionUploadService

2022-05-01 Thread ashish delacon
was this ever resolved? Because after proper logging with slf4j I can see the error, but the problem is that it keeps on retrying, and that's why the program does not ever proceed to the next line. How can this retrying be stopped? I am trying on v10 On Saturday, June 8, 2019 at 5:16:34 AM