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

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,

API Guidance.

2010-07-29 Thread Adz
We are looking at Google AdWords API for our website. What is the actually procedure? Can we replicate all the AdWords interface into our software? Or is there only a certain amount of fields we can populate with our software and AdWords is still controlled through the AdWords dashboard? I have

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

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

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

Problem with Python-AdWords-API using Proxy

2010-07-29 Thread Helmut Schierer
Using Python AdWords-API Version v201003. Wanted to connect through a proxy with using the proxy-param in GetCampaignService(url, version, proxy) Get error: [Errno socket error] (10061, 'Connection refused') Looking at the Traceback I can see that the error occurs in AuthToken.py in __Login.

Problem to integrate Google Adwords API using ASP.net 3.5 and c#

2010-07-29 Thread Mukut Kandar
Dear Sir, I am beginner to integrating Google Adwords API. I want to integrate the Google Adword API using ASP.NET http://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

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=enanswer=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=entopic=233 for other topics related to

Re: Problem to integrate Google Adwords API using ASP.net 3.5 and c#

2010-07-29 Thread AdWords API Advisor
Hi Mukut, Since this question is being discussed on http://groups.google.com/group/adwords-api/browse_thread/thread/e271b5f906eea69, please continue posting on that thread. Cheers, Anash P. Oommen, AdWords API Advisor. On Jul 29, 2:02 pm, Mukut Kandar muk143kan...@gmail.com wrote: Dear Sir,

Re: Problem with Python-AdWords-API using Proxy

2010-07-29 Thread AdWords API Advisor
HI Helmut, Seems you are correct, looks like AuthToken::Login is not using any proxies. See http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/aw_api/AuthToken.py#52 for details. Could you open an issue at

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

Catch

2010-07-29 Thread phpguy
Yesterday I began running a script that adds 75,000 adgroups. It created 860 successfully and then had an Internal API Server error. I restarted the script and it has now created 10,000 roughly and is still running. My question: Is there a way to create a catch that when an internal server api

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 muk143kan...@gmail.com 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

How generate Keyword using Google API with asp.net 2008 and c#

2010-07-29 Thread Mukut
Sir after many r d and searching in Google Adword API I can't find any resource or helpline to generate keywords list by integrating Google API using asp.net 2008 and c#. I am use your google Adwords api latest version and run how to campigning as a sample website but no resource to Keyword

Re: column definition

2010-07-29 Thread AdWords API Advisor
Hi Dinesh, Unfortunately this information isn't available for the v13 report columns. However, the new v201003 ReportDefinitionService provides this information in the getReportFields() method.

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:

Can't get KeywordText with ReportDefinitionService v201003 (beta)

2010-07-29 Thread Stipe
Hello, I am having a problem with ReportDefinitionService v201003 (beta). When creating report definition for keywords, I specify that KeywordText should also be included in generated report. But when I get report XML, all fields that I specified are present, except KeywordText. Is this some

Password, Token and Security

2010-07-29 Thread contentman
Hi, I'm beginner and I'm wondering how to use the API in a safe way. We are a small agency with an MCC-Account in which we handle some customer accounts. So our account should be very safe. Now we are approved for the API token (we want to help our customers for their keyword researches) - and

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 button

What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread SamR
I'm writing some PHP code to interact with the v201003 API methods. This is all on the https://adwords-sandbox.google.com server. I'm able to use the GetCampaignService and the GetAdGroupService features but for some reason when I call GetAdGroupAdService the return is the SoapFault Object which

Sandbox initialization

2010-07-29 Thread Christian Fuentes
After some problema getting used to the Adwords API I finally got it working, now I'd like to run some deep tests, like creating campagins, changing bids, ... but I wan't start this tests in production. Is there a way to export one or more productions campaigns to the sandbox environment to test

Re: Unable to find the wrapper https

2010-07-29 Thread AdWords API Advisor
Hi, I think the problem may be that even though you have the OpenSSL extension enabled, you don't have the core OpenSSL library installed in your environment. A windows installed is available here: http://gnuwin32.sourceforge.net/packages/openssl.htm Best, - Eric Koleda, AdWords API Team On

Re: Got Fault occurred while processing error

2010-07-29 Thread AdWords API Advisor
Hi, This error is being thrown because the date is formatted incorrectly. The correct format is Ymd, for example 20100729. I'll work with the core engineering team to have a better error thrown in this case. Best, - Eric Koleda, AdWords API Team On Jul 28, 11:28 am, Christian Fuentes khr

Re: Got Fault occurred while processing error

2010-07-29 Thread Christian Fuentes
Thanks a lot!! On 29 jul, 17:26, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi, This error is being thrown because the date is formatted incorrectly. The correct format is Ymd, for example 20100729.  I'll work with the core engineering team to have a better error thrown

Re: Difference in search volume between API and Keyword Tool?

2010-07-29 Thread ExpediaSEOTeam
FYI it appears as though this problem may not be effecting exact match search volume data from the API. We've run a few initial tests and with the tool logged in vs. API vs. logged out tool and so far it looks as though you can actually get accurate numbers (accurate in the sense they match the

Re: Unexpected zero impression single day report error

2010-07-29 Thread AdWords API Advisor
Hi Tim, Thanks for the feedback regarding the account structure report. As an aside, the v201003 ReportDefinitionService takes a different approach, removing account structure reports completely and support zero- impressions for all report types. Report generations is also much faster with this

Re: API Guidance.

2010-07-29 Thread AdWords API Advisor
Hi, The first step to getting access is registering as an AdWords API developer: https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104 There is no comprehensive list of features that are and aren't available in the API, but we aim to provide the same functionality as the

Re: API error with report

2010-07-29 Thread chris h
Note: the report succeeds if you remove ExperimentRowStatus and ExperimentDeltaStatus. But both of those are listed as valid fields for this report On Jul 29, 3:35 pm, chris h back5...@gmail.com wrote: I get error: !!!Unexpected exception|||2410215 When running adgroup_performance_report

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Tilendor
I'm getting the same problem. We use the adwords API, and use gembox to help view whats in the sandbox environment. We've been getting the internal error part way through downloading adgroups. I'm not sure which specific request in gembox is failing, but its been happening for over a week.

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Jeremy Aube
I've been seeing this while using the sandbox viewer as well. Happens for ads, keywords, and placements. Jeremy Aube ROI Revolution On Jul 29, 10:57 am, SamR sras...@gmail.com wrote: I'm writing some PHP code to interact with the v201003 API methods. This is all on

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Jeremy Aube
I'm also seeing it for clean, mostly empty sandboxes, so I don't think it's an issue with the API system itself rather than invalid data. Jeremy Aube ROI Revolution On Jul 29, 3:06 pm, Jeremy Aube ja...@roirevolution.com wrote: I've been seeing this while using the sandbox viewer as well.

Re: What is InternalApiError.UNEXPECTED_INTERNAL_API_ERROR?

2010-07-29 Thread Jeremy Aube
I'm also seeing it for clean, mostly empty sandboxes, so I think it's an issue with the API system itself rather than with invalid data. Jeremy Aube ROI Revolution On Jul 29, 3:06 pm, Jeremy Aube ja...@roirevolution.com wrote: I've been seeing this while using the sandbox viewer as well.

Re: Unexpected zero impression single day report error

2010-07-29 Thread tozor
Not to drag on this thread indefinitely, but are you saying that I could also get around my current error, if I ran the same type of zero impression report in v201003? Tim On Jul 29, 2:20 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote: Hi Tim, Thanks for the feedback

Re: problems encountered during development with Adwords API python lib

2010-07-29 Thread xero
Hi Eric, Thanks for helping out! I've a few further ones: 1. It's a pity that TargetingIdeaService can't return 800 entries for keywords only. But it's definitely great news that gzipped HTTP transport support is under way. When will it be ready? Is there any timetable for that? 2. Is it