RE: .Net Lib GoogleAd API not working

2020-01-29 Thread Google Ads API Forum Advisor Prod
Hi Pravin, I will respond on behalf of my colleague Nikisha. As she mentioned in her previous post, there is unfortunately no way to do this in Google Ads API. I have submitted a feature request on your behalf so please keep an eye on our Developer Blog for information on future releases. Rega

Re: .Net Lib GoogleAd API not working

2020-01-29 Thread Pravin Chetu
> Hi Nikisha As per your suggestion we did not foundCriteriaId and CriteriaParameters

RE: .Net Lib GoogleAd API not working

2020-01-24 Thread Google Ads API Forum Advisor Prod
Hello Pravin, With AdWords API, the Click Performance Report has the field CriteriaId and CriteriaParameters that will return the criterion that triggered the impression for each GclId (based on the single attribution model) and may be of any criteria type, not just keywords. These fields are d

Re: .Net Lib GoogleAd API not working

2020-01-24 Thread Pravin Chetu
Hi Team, How can we get the Keyword ID or any relation to regarding Keyword ID at using the value of click_view.gclid -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

RE: .Net Lib GoogleAd API not working

2020-01-23 Thread Google Ads API Forum Advisor Prod
Hello Pravin, Thank you for reaching out. With regards to your concern, it is not possible to use click_view.gclid with the keyword_view resource via API. You could use the attributed resources listed in the shared guide along with this resource in your SELECT and WHERE clauses. Let us know if

Re: .Net Lib GoogleAd API not working

2020-01-22 Thread Pravin Chetu
Query = $@"SELECT click_view.gclid, FROM keyword_view WHERE campaign.advertising_channel_type ='SEARCH'

Re: .Net Lib GoogleAd API not working

2019-12-18 Thread Google Ads API Forum Advisor Prod
Hi Pravin, This issue will need to be addressed by the Google Ads Product team since they would know how to get the dates of custom columns, which the API doesn't support. You can reach out to them via this link. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMC5H:ref -- -- =~=~

Re: .Net Lib GoogleAd API not working

2019-12-17 Thread Google Ads API Forum Advisor Prod
Hello Pravin, As Teja mentioned, it's not possible to use custom columns in reports using the API. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMC5H:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=

Re: .Net Lib GoogleAd API not working

2019-12-17 Thread Google Ads API Forum Advisor Prod
Hi Pravin, If you are using an AWQL report, you can specify custom date ranges using the MMDD format. Here are more details on custom date ranges. You could also include the field Date to segment your data by its date. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5001UKMC5H:ref --

Re: .Net Lib GoogleAd API not working

2019-11-21 Thread Google Ads API Forum Advisor Prod
Hello Pravin, It is not possible to have the AdGroupId in that UI view directly. However you can use the REPORTS -> Predefined reports -> Basic-> Search Terms and then add the Ad group id fields from the left panel. Which should give you the same information that you are seeing in the UI along

Re: .Net Lib GoogleAd API not working

2019-11-21 Thread Pravin Chetu
Hi Sai Teja, we are downloading the excel from google AdWords. Keywords-> Search term-> Download->.csv. So we are getting the Search Term, Campaign, Ad Group and others. Can we get search term keyword id, Campaign Id and Ad Group Id in downloaded .csv. Please provide some link or steps for gett

Re: .Net Lib GoogleAd API not working

2019-11-07 Thread Google Ads API Forum Advisor Prod
Hello Pravin, API doesn't support custom columns, so it is not possible to fetch hr custom columns data via AdWords API reports. Please let me know if you have any other questions. Regards, Sai Teja, Google Ads API Team ref:_00D1U1174p._5001UKMC5H:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: .Net Lib GoogleAd API not working

2019-11-07 Thread Pravin Chetu
Hi Teja, we have a custom column in our ad-word account.. Search Keywords->Columns->Custom columns-> QL. so how we can get our custom column values using AWQL. On Tuesday, October 22, 2019 at 10:47:21 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello Pravin, > > Could you please confirm when y

Re: .Net Lib GoogleAd API not working

2019-10-22 Thread Google Ads API Forum Advisor Prod
Hello Pravin, Could you please confirm when you say qualified leads, you are looking for the performance data of the keywords, ads, and campaigns? If yes, you can download the reports mentioned here via AdWords API and a sample report program is here for your reference in Java. Code samples in

Re: .Net Lib GoogleAd API not working

2019-10-22 Thread Pravin Chetu
Thanks for your support. we are able to get data from google Adwords, after getting developer token. but can you suggest with a link or query, so that we can get qualified Leads (QL) from adword API data. On Wednesday, October 9, 2019 at 9:25:08 PM UTC+5:30, adsapiforumadvisor wrote: > > Hello

Re: .Net Lib GoogleAd API not working

2019-10-09 Thread Google Ads API Forum Advisor Prod
Hello Pravin, I see that you are using service account mode from the screenshot shared. Please follow the installed application flow as mentioned here. Also, in the step-1 of the guide while creating OAuth2 credentials follow the installed application flow. Please give it a try and let me know

Re: .Net Lib GoogleAd API not working

2019-10-09 Thread Pravin Chetu
Hi Sai, Can you provide the link that we can follow to use offline mode. providing the attached snap of application and service_account mode that we have tried to execute but in both case same exception occurs. setting i have highlighted in rectangles. On Wednesday, October 9, 2019 at 2:04:30

Re: .Net Lib GoogleAd API not working

2019-10-08 Thread Google Ads API Forum Advisor Prod
Hello Pravin, Could you please mention how you are creating the OAuth credentials? offline mode or web mode? As mentioned here the program will provide refresh token only when the offline mode is followed. Also, the user who fetched the authorization code must create the client id and secret if

Re: .Net Lib GoogleAd API not working

2019-10-07 Thread Pravin Chetu
Please find the attached snap1, snap2 and detailed exception we already have in ticket. We are able to get the authorization code but when we are passing it then getting the error. Method not giving the refresh token. On Monday, October 7, 2019 at 7:08:24 PM UTC+5:30, adsapiforumadvisor wrote: >

Re: .Net Lib GoogleAd API not working

2019-10-07 Thread Google Ads API Forum Advisor Prod
Hi Pravin, The error "Failed to exchange authorization code for access token" may show up if the client ID being passed in later to get the authorization token is not the same client ID that was passed in when the refresh token was generated. Could you please verify this on your end and also, p

RE: .Net Lib GoogleAd API not working

2019-10-04 Thread Google Ads API Forum Advisor Prod
Hi Pravin, I am from Google Ads API Team. To confirm, this link is pointing to the latest working .net client libraries to make calls against the API. Could you please make sure you are following the exact steps mentioned in the README.md file to install the client libraries on your end? If the

.Net Lib GoogleAd API not working

2019-10-04 Thread Pravin Chetu
Hi Team, after downloading and then setup code it is not working and giving error on JSON key parsing. https://github.com/googleads/googleads-dotnet-lib we want to have wsdl or JSON based API to get googleAd details. like clicks, users, QL etc. it will be good if got a working sample. we want