Re: Problem to using Google Adwords API

2010-08-09 Thread AdWords API Advisor
Hi Mukut, I've responded to your question in the other thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Aug 7, 4:58 pm, Mukut wrote: > Dear sir, > > I am using your adwords sandbox api integrate with dot net and c#. > There are using google-api-adwords-dotnet dll. Atfirst my default pag

Re: Problem to using Google Adwords API

2010-08-09 Thread Mukut Kandar
Sir I did not get any response from you. Please reply o n my request sir. And also I didn't find any website ranking using Google or Yahoo using asp.net and C#. Please help me ... On Sat, Aug 7, 2010 at 5:28 PM, Mukut wrote: > > > Dear sir, > > I am using your adwords sandbox api integrate with

Re: Problem to using Google Adwords API

2010-08-07 Thread Mukut
Dear sir, I am using your adwords sandbox api integrate with dot net and c#. There are using google-api-adwords-dotnet dll. Atfirst my default page showing keyword ideas list for a given keyword using create AdwordUser and service use TargetingIdea Service. The code is running well in local mac

Re: Problem to using Google Adwords API

2010-08-02 Thread AdWords API Advisor
Hi Mukut, The AdWords API Sandbox will return only test data when making calls to TargetingIdeaService. To get actual data, you need to get a production developer token as Eric mentioned earlier and then use it to make calls to the AdWords production server. Cheers, Anash P. Oommen, AdWords API A

Re: Problem to using Google Adwords API

2010-08-02 Thread AdWords API Advisor
Hi Mukut, You need to provide a matchtype, as shown in http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/Examples/v200909/GetRelatedKeywords.cs#52 to fix this issue. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 31, 6:15 pm, Mukut wrote: > My code is as below > >  Ad

Re: Problem to using Google Adwords API

2010-07-31 Thread Mukut
Dear Sir, I am testing with keyword value "sony camera" and "onida tv" but response are same. Is this for using Sandbox or any error. because I have no result through this in my web page. But in Log folder's soap_log.txt file have an response as below http://schemas.xmlsoap.org/soap/envelope/";>

Re: Problem to using Google Adwords API

2010-07-31 Thread Mukut
My code is as below AdWordsUser user = new AdWordsUser(); //Get the TargetingIdeaService. TargetingIdeaService targetingIdeaService = (TargetingIdeaService)user.GetService(AdWordsService.v200909.TargetingIdeaService); Keyword keyword = new Keyword();

Re: Problem to using Google Adwords API

2010-07-31 Thread Mukut
Dear Sir, I am sending my total details of my web application and can't found the problem. Please verify these steps with spending some time to relief me from this problem. I am configure in my web.config for getting list on keyword ideas using Google sandbox api as below and after running the c

Re: Problem to using Google Adwords API

2010-07-31 Thread Mukut
Sir, After looking your suggestion I want to use Sandbox environment. You give a video link in you tube. But the instruction is not clear to me. Because I have to implement the service "TargetingIdeaService" for get keyword suggestion on a giving website url using Sandbox environment. But there a

Re: Problem to using Google Adwords API

2010-07-30 Thread AdWords API Advisor
Hi Mukut, To use the API you need a developer token, which is obtained by registering your MCC account for API access. Information on how to register is available here: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104 Please be aware that this process may take up to

Re: Problem to using Google Adwords API

2010-07-30 Thread Mukut
Dear Sir, I am implement this Code but no result are given. What will be the setting. Can you provide me an user interface to proper implementation. I can not set the developer token. Is it important then how can I create it. Please send me instruction. Thanks & Regards, Mukut Kandar. On Jul 30,

Re: Problem to using Google Adwords API

2010-07-30 Thread AdWords API Advisor
Hi Mukut, My apologies, I had misunderstood your question. The generate keyword ideas you can use the TargetingIdeaService: http://code.google.com/apis/adwords/v2009/docs/reference-v200909/TargetingIdeaService.html An example of how to use this service with the .NET client library is availab

Re: Problem to using Google Adwords API

2010-07-29 Thread Mukut
Sir, after see the example I understand that this AdGroupCriterion Service is provide keyword for advertise purpose. But I need generate Keywords list for SEO using Google api in asp.net 2008 and c#. Clearly my client will be give his website in a textbox and clicking on "generate keyword" butto

Re: Problem to using Google Adwords API

2010-07-29 Thread AdWords API Advisor
Hi Mukut, To create keywords in the API you need to use the AdGroupCriterionService: http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupCriterionService.html An example of how to use this service with the .NET client library to create keywords is available here: http://code.g

Re: Problem to using Google Adwords API

2010-07-29 Thread Mukut
Sir I have no response on this discussion please give me a suggestion. I am waiting for your reply. On Jul 29, 5:05 pm, Mukut wrote: > Dear Sir, > I am trying to create in a new website application of > Asp.net 2008 using c# for generate keyword through Google Adword API > with my user interface.

Re: Problem to using Google Adwords API

2010-07-29 Thread Mukut
Dear Sir, I am trying to create in a new website application of Asp.net 2008 using c# for generate keyword through Google Adword API with my user interface. I can not get any example on it. There are I am get example on campaigning but not in keyword generate. Sir please provide me an example or fu

Re: Problem to using Google Adwords API

2010-07-29 Thread AdWords API Advisor
Hi Mukut, See http://www.google.com/support/adwordsapi/bin/answer.py?hl=en&answer=15113 for details on what developer tokens are. Also see our FAQ pages at http://www.google.com/support/adwordsapi/ http://www.google.com/support/adwordsapi/bin/topic.py?hl=en&topic=233 for other topics related to

Re: Problem to using Google Adwords API

2010-07-29 Thread Mukut
Sir, I did not get any response. Please anybody can help me to generate keyword using Google Adword API in Asp.net 3.5 and c#. There are a folder SampleWebSite in awapi_dotnet_lib_9.0.0. And I am copy all the files and folder in another folder to and run it with changing in web.config file. And c

Re: Problem to using Google Adwords API

2010-07-29 Thread Mukut
Dear Sir, I am get an instruction word file after unzip the folder awapi_dotnet_lib_9.0.0.zip. But I think it is for an windows application. I am trying to create in a new website application of Asp.net 2008 using c#. Please instruct me how to configure or integrate for website the google Adword A

Re: Problem to using Google Adwords API

2010-07-29 Thread Mukut
Thanks for helping me. I am download a fie awapi_dotnet_lib_9.0.0.zip. But I think it is a windows application. And there are code example for the common activities in Adwords API. But I am not found for generate keyword code with an interface of using Google Adwords API. All the pages are Class pa

Re: Problem to using Google Adwords API

2010-07-29 Thread AdWords API Advisor
Hi Mukut, Check out the AdWords API Dotnet library available at http://code.google.com/p/google-api-adwords-dotnet/. It works with the latest version of AdWords API, has code examples for the common activities in AdWords API, and has an ASP.NET sample as well. The library is written in VS2005, but

Problem to using Google Adwords API

2010-07-29 Thread Mukut
Dear Sir, I am beginner to integrating Google Adwords API. I want to integrate the Google Adword API using ASP.NET 2008 and C#. But after so many search I can't find proper example, instruction or source code to integrate Google Adwords API. I am so tensed to complete my job. My requirement is as