Refresh Token Azure Problem

2022-04-21 Thread Eray Bakır
UserCredential credential; using (var stream = new FileStream("client_secrets.json", FileMode.Open, FileAccess.Read)) { credential = await GoogleWebAuthorizationBroker.AuthorizeAsync( GoogleClientSecrets.Load(stream).Secrets, // This OAuth 2.0 access

FIELD_HAS_SUBFIELDS Error

2022-04-06 Thread Eray Bakır
Hello, I want to delete the "UrlCustomParameters" that I added to the ad. But as a result of my attempts, I encounter the error "The field mask updated a field with subfields". Thank you for your help in advance Note: I have added the details about the error as an image. -- --

The field mask updated a field with subfields

2022-04-06 Thread Eray Bakır
Hello, I want to delete the "UrlCustomParameters" that I added to the ad. But as a result of my attempts, I encounter the error "The field mask updated a field with subfields". Thank you for your help in advance Note: I have added the details about the error as an image. -- --

The field mask updated a field with subfields

2022-04-06 Thread Eray Bakır
Hello, I want to delete the "UrlCustomParameters" that I added to the ad. But as a result of my attempts, I encounter the error "The field mask updated a field with subfields". Thank you for your help in advance Note: I have added the details about the error as an image. -- --

About "FIELD_HAS_SUBFIELDS" Error

2022-04-06 Thread Eray Bakır
How can I make the fieldmask select all subfields of the invalid field via the Net SDK. I guess what I want to do is something like FieldMask deletes the field I specified, or just takes the change in it. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: The field mask updated a field with subfields

2022-04-06 Thread Eray Bakır
"For you to fix this kind of error, I recommend that the field mask select all subfields of the invalid field." If you have a chance to post an example for Net SDK on this topic, it is enough for me. 6 Nisan 2022 Çarşamba tarihinde saat 09:13:31 UTC+3 itibarıyla adsapi şunları yazdı: > Hi

Re: The field mask updated a field with subfields

2022-04-06 Thread Eray Bakır
First of all, thank you for the information. Sorry, I sent the message in Turkish due to a technical problem. Do you have a chance to share an example of your explanation above because I did not understand the explanation very well? 6 Nisan 2022 Çarşamba tarihinde saat 08:57:57 UTC+3

FIELD_HAS_SUBFIELDS Error

2022-04-05 Thread Eray Bakır
Hello, I want to delete the "UrlCustomParameters" that I added to the ad. But as a result of my attempts, I encounter the error "The field mask updated a field with subfields". Thank you for your help in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

The field mask updated a field with subfields

2022-04-05 Thread Eray Bakır
Merhaba , Reklama eklemiş olduğum "UrlCustomParameters" silmek istiyorum. Fakat denemelerim neticesinde "The field mask updated a field with subfields" hatası ile karşılaşıyorum. Şimdiden yardımlarınız için teşekkür ederim Note: I have added the details about the error as an image. -- --

Refresh Token Auto Update

2022-04-04 Thread Eray Bakır
Hello, I have a project whose Publishing status is Testing (I am using Google Ads Api). //using FileStream stream = new("Credentials.json", FileMode.Open, FileAccess.Read); The file token.json stores the user's access and refresh tokens, and is created

Re: Refresh Token Problem

2022-04-01 Thread Eray Bakır
Note: By Dynamic Refresh Token I mean I don't want to keep it in an App.config file. I want it to be included in SDK requests somehow. 1 Nisan 2022 Cuma tarihinde saat 11:41:24 UTC+3 itibarıyla Eray Bakır şunları yazdı: > In my C# (Net 5) application, if the token has expired, I want to rece

Refresh Token Problem

2022-04-01 Thread Eray Bakır
In my C# (Net 5) application, if the token has expired, I want to receive a refresh token from within the application. The customer id may be different in the requests, I want to use the current refresh token dynamically and send the requests with it. I would be very grateful if you could help

Not Applicable Alert

2022-03-30 Thread Eray Bakır
How can I handle the 'not suitable for the campaign' warning with the sdk? I also need to get the reason why it is not suitable. Thank you very much in advance. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Adding Track UTM links for ads

2022-03-30 Thread Eray Bakır
Thank you so much Google Ads API Forum Advisor , 29 Mar 2022 Sal, 21:00 tarihinde şunu yazdı: > Hi Eray, > > Thanks for reaching out. This guide covers ValueTrack Parameters for > Upgraded URLs > . > This code

Adding Track UTM links for ads

2022-03-29 Thread Eray Bakır
Hello, I couldn't find an example of adding Track UTM links for ads. I would be very happy if you could help me with this. Kind regards. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Lead Form Asset

2022-03-08 Thread Eray Bakır
How can I remove the lead form asset I added to my campaign? Thank you from now -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Campaign Criterions and Ad Update

2022-02-25 Thread Eray Bakır
I couldn't find any examples of updating the campaign criteria and ads (for example, I can't update the ad title). Can you help with this? Thank you very much in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Campaign Country Criteria

2022-02-24 Thread Eray Bakır
I've looked at examples of adding city criteria to the campaign, but can you help with setting country criteria? For example, is it necessary to enter the locationId of the country? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

About using tracking_url_template

2021-12-13 Thread Eray Bakır
I couldn't find a C# example of using tracking_url_template, can you help with this? Thank you from now. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this