Facing issues in building the .net solution for Google ads that was downloaded from the github

2024-07-10 Thread anu varghese
Hi Team I had downloaded .net code for Google ads solution from the GitHub. The version of the library used in the code was v17. I was previously using v14 and this has now been depreciated. So I am forced to do the migration now. Unfortunately this solution doesn't seem to be supported in v

Discrepancy between the data that is shown in the Google Ads Campaign Manager UI and data that is extracted from API

2022-12-28 Thread anu varghese
Hi Team, I find a discrepancy with the data that is extracted for November month from Google Ads API and Google Ads UI. On detailed comparison I see that the impression and clicks count for just 3,4 campaigns alone show a huge difference and this is happening only for again 3 to 4 accounts. No

Re: Need help in fetching the bid type

2022-08-24 Thread anu varghese
Hi Darwin, I am using GAQL to extract the data, PFB the query used, *Query* SELECT campaign.bidding_strategy_type, expanded_landing_page_view.expanded_final_url, metrics.clicks, metrics.impressions, metrics.ctr, metrics.engagement_rate, campaign.id, campaign.name, campaign.status, campaign.sta

Re: Need help in fetching the bid type

2022-08-23 Thread anu varghese
Hi Team, I have another query , PFB the screenshot of the data that I had pulled from I could see that for the campaign the bidding strategy type was manual cpc and it was having value for both average cpm and average cpc. If the campaign is of CPC type then how is it possible to have value in

Need help in fetching the bid type

2022-08-22 Thread anu varghese
Hi Team, For the campaign data from Google Ads, I need to retrieve information like whether the campaign was of bid Type CPM or CPC. Kindly help in this regard. Thanks in advance. Regards, Anu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsde

Re: Need assistance in fetching the Quality score and Impression share metrics from Google ads

2022-08-05 Thread anu varghese
Hi Google Support, Thanks for your response, but I was not able to find metrics.historical_creative_quality_score in the campaign resource. When I validated the query I am getting this

Need assistance in fetching the Quality score and Impression share metrics from Google ads

2022-08-04 Thread anu varghese
Hi Team, Can you kindly assist me in building a query in GAQL to fetch the quality score and impression share?. Thanks in advance. Regards, Anu -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=

Require the country information from the Google Ads API for each Campaign

2022-07-20 Thread anu varghese
Hi Team, While automating the Google Ads API , I am facing issue in fetching the Country information for each campaign . Requesting your help on the same. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~

Unable fetch few KPIs from the Google Ads API

2022-07-11 Thread anu varghese
Hi Team, I was unable to locate Area (APAC, Americas etc), Markets(US,NZ etc), and fiscal year(FY2020) from the API endpoints .These are some of the very basic details that would be available for every campaigns right?. So could you please help me in getting them from the API source Regard

Query regarding Adwords API

2022-03-29 Thread anu varghese
Hi Team, I had developed a desktop application that pulls data from Google Ads API through Get Campaign method. Below is the query that I used to pull data SELECT campaign.id, campaign.name, campaign.status, metrics.clicks, metrics.ctr, metrics.impressions, metrics.view_through_conversions,