I have been trying to connect to the Sandbox using such code as the
following in my Web form .aspx .NET file:

using com.google.adwordsKeyWTool;

 using  https://sandbox.google.com.KeywordToolService;
 using  https://sandbox.google.com ;

The   com.google.adwordsKeyWTool  is to a Web reference.  None of this
works.

The connection is needed to use with this code:

 com.google.adwordsKeyWTool service = new com.google.adwordsKeyWTool
();


            // Define SOAP headers.

            service.emailValue = new email();
            service.emailValue.Text = new String[] { email };
            service.passwordValue = new password();
            service.passwordValue.Text = new String[] { password };
            service.clientEmailValue = new clientEmail();
            service.clientEmailValue.Text = new String[]
{ clientEmail };
            service.useragentValue = new useragent();
            service.useragentValue.Text = new String[] { useragent };
            service.developerTokenValue = new developerToken();
            service.developerTokenValue.Text = new String[]
{ developerToken };
            service.applicationTokenValue = new applicationToken();
            service.applicationTokenValue.Text = new String[]
{ applicationToken };

            // Create seed keyword structure.
            SeedKeyword seedKeyword = new SeedKeyword();
            seedKeyword.negative = false;
   [etc.]

How can I connect to the sandbox using C# and Not using the sample
code modules from Google?  Then I
need to use  getKeyWordVariations.  ////
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to 
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to