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
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/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
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 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;