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 issue persists, could you please post your concern on the github issue tracker as our client libraries team will be better equipped to assist you regarding your concern? Additionally, you might find this code samples (in C#) useful while making request calls. Let us know if you have any further questions.
Regards,
Nikisha Patel, Google Ads API Team
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, please confirm if you are authorizing (manually accepting the prompt) after logging into the correct account? Once you have the authorization code (the code which is in the format"4/*********"), you will need to exchange this to get the refresh token. Could you please confirm if you're performing this? Please give this a try and let me know if the issue persists.
Regards,
Nikisha Patel, Google Ads API Team
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.
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 you need any additional information.
Regards,
Nikisha Patel, Google Ads API Team
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 deprecated in Google Ads API Beta, you might find the migration guide useful for AdWords equivalent in Google Ads API Beta. You need to use the keyword_view resource to query all the keyword related information along with the fields from attributed resource which might be helpful to retrieve the criterion details (ad_group_criterion.criterion_id, ad_group_criterion.keyword.text etc). There are no other alternatives available to use the field click_view.gclid with the keyword_view resource via API. Let us know if you have any further concerns.
Regards,
Nikisha Patel, Google Ads API Team
Hi Nikisha