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
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
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/
=
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
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
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
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
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_
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
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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
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
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
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
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);
14 matches
Mail list logo