Hello, Can you please confirm which field is the access token on this link <https://developers.google.com/google-ads/api/docs/client-libs/dotnet/configuration#configuring_using_appconfig>? As I am relying on Refresh Token for now and it's supplied after login as app starts and I accept the consent form.
Regards, Aamir On Tuesday, October 5, 2021 at 4:12:46 PM UTC+5 Aamir Nakhwa wrote: > Hello, > > Thanks for your response but I have all the necessary information e.g. > refresh token, secret key, etc in app.config as mentioned in this link > https://developers.google.com/google-ads/api/docs/client-libs/dotnet/configuration#configuring_using_appconfig > > and also providing customer id in parameter to the function like below > > objClickConversion = new ClickConversion() > { > ConversionAction = > ResourceNames.ConversionAction(obj.CustomerID, obj.ConversionActionID), > Gclid = obj.gclid, > ConversionValue = obj.ConversionValue, > ConversionDateTime = obj.ConversionTime, > CurrencyCode = obj.Currency > }; > > So is it some sort of error from your side? Because I can see the values > are in the variables and objects in debug mode. > > Regards > > On Tuesday, October 5, 2021 at 11:57:08 AM UTC+5 adsapi wrote: > >> Hi Aamir, >> >> Also, I am going to delete your previous comment as it contains generated >> logs. Let me know if you have questions with the suggestion that I provided >> earlier. >> >> >> Regards, >> [image: Google Logo] >> Ernie John Blanca Tacata >> Google Ads API Team >> >> >> ref:_00D1U1174p._5004Q2OUP1m:ref >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/294e813f-5b76-4374-9faf-95636dda104dn%40googlegroups.com.
