RE: Discrepancies between reporting metrics from Google Ads API and the Google Ads web UI

2022-10-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. For our team to further check, compare and validate why you are encountering this, could you please provide us with the complete API logs (request and response with request-id) generated on your end and the whole UI screenshot where you can see the data yo

Discrepancies between reporting metrics from Google Ads API and the Google Ads web UI

2022-10-30 Thread pqm peng
There are differences in the number of clicks, costs, and conversion values ​​of the Google Ads API campaign and the Google Ads web UI -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

RE: Google Ads API Device Bid Modifiers

2022-10-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alexander, Thank you for reaching out to us. For our team to further check, validate why you are not getting your expected value, and provide appropriate answers to your question, could you please provide us with the complete API logs(request and response with request-id) generated on your

I am facing issue for retrieving access token from refresh token

2022-10-30 Thread Hardik Masalawala
I am not able to get new access token using refresh token *ERROR : The remote server returned an error: (400) Bad Request.* public static string PostMethod(string baseAddress, string data) { try { HttpWebRequest request = HttpWebRequest.Create(baseAddress) as HttpWebRequest;