New token for existing Console Application

2024-02-14 Thread Olayinka Popoola
This is an existing console application that used Adwords to generate its refresh token. Since Adword is deprecated, Below is my static function to generate new refresh token: public async static Task UserAuth() { string id = "x.apps.googleusercontent.com"; string secret = "xx

Re: error: operation is not implemented, or supported, or enabled

2024-02-13 Thread Olayinka Popoola
Mon, 12 Feb 2024 at 14:44, Olayinka Popoola wrote: > Thank you for your response. I think I was getting the error because the > application was on V11 which I have now upgraded to version 15. > > However, I am getting this new error: Reference to type > 'AdGroupStatusEnum

Unrecognized configuration section GoogleAdsApi

2024-02-13 Thread Olayinka Popoola
Hi, I updated the googleAdsApi on my application and I am getting the above error. I dont know why GoogleAdsApi Section of my App.Config is not recognised Please help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =

Re: error: operation is not implemented, or supported, or enabled

2024-02-12 Thread Olayinka Popoola
Thank you for your response. I think I was getting the error because the application was on V11 which I have now upgraded to version 15. However, I am getting this new error: Reference to type 'AdGroupStatusEnum.Types.AdGroupStatus' claims it is defined in 'Google.Ads.GoogleAds', but it could

Error: Operation is not implemented, or supported, or enabled

2024-02-12 Thread Olayinka Popoola
Hi Team, Could you please help me with this dowload error. This is working until few days ago. Details: Status(StatusCode="Unimplemented", Detail="Operation is not implemented, or supported, or enabled.", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1707737768.3

Re: V11 to V13

2023-03-21 Thread Olayinka Popoola
Thank you for being willing to help. I have figured it out, The update overwrites my existing GoogleAdsApi Configuration and I have resolved that. Thanks On Friday, March 17, 2023 at 7:45:05 PM UTC Google Ads API Forum Advisor wrote: > Hi Olayinka, > > Thanks for reaching out to the Google Ad

V11 to V13

2023-03-17 Thread Olayinka Popoola
Hi, please I have just updated the package on my application from V11 to V13. I am getting error that OAuth client was not found. Your suggestion will be appreciated Kind regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blog

Re: New Ad Campaign Issue(Google Ads API )

2022-08-31 Thread Olayinka Popoola
Thank you for reply. Let me rephrase my question. what are the available report tables that I can filter their fields which performance max? My issue has to do with Performance max. Please note that I currently generate my query from the following shopping_performance_view ad_group ad_group_

New Ad Campaign Issue(Google Ads API )

2022-08-31 Thread Olayinka Popoola
Hi, A few months ago I migrated an application API from Adwords to Google Ads (V11). Recently it was observed that a newly created campaign data is not pulling through but every other things seems ok. Kindly advise. Kind regards, Olayinka -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Adwords Api Migration

2022-06-21 Thread Olayinka Popoola
Hi, I have a task to migrate an application to Google ads API. There is a part of the code that I have not been able to convert. Could you please help. AdwordsUser user = new AdWordsUser(); AdWordsAppConfig config = (AdWordsAppConfig)user.Config; // Optional: Include zero impression rows

Re: AdswordsApi Migration query issue

2022-06-15 Thread Olayinka Popoola
I have resolved it. The query is in the app config and the issue is with the quote. Kind regards, Olayinka On Wednesday, June 15, 2022 at 6:31:24 PM UTC+1 Olayinka Popoola wrote: > Hello, > This query is throw invalid argument exception after conversion > > Query Before Conversion

AdswordsApi Migration query issue

2022-06-15 Thread Olayinka Popoola
Hello, This query is throw invalid argument exception after conversion Query Before Conversion: SELECT Date,CampaignName,AdGroupName,Cost,ConversionValue,AveragePosition,Clicks,Impressions,Conversions,ConversionRate,AllConversionValue,AdGroupId,AdGroupStatus,CampaignId,CampaignStatus,CpcBid,CpmB

Re: Copy GoogleAdsrRow into filestream

2022-06-15 Thread Olayinka Popoola
I have resolve this. On Tuesday, June 14, 2022 at 4:08:00 PM UTC+1 Olayinka Popoola wrote: > hello, > I am currently migrating a Adwords Project into GoogleAds. > > I need to copy search return into a file: > > request.Quer

Copy GoogleAdsrRow into filestream

2022-06-14 Thread Olayinka Popoola
hello, I am currently migrating a Adwords Project into GoogleAds. I need to copy search return into a file: request.Query = ReportParams[2]; request.CustomerId = customerid; var response = serviceClient.Search(request);