AdWords API Re: question

2009-06-30 Thread timtrading123
In that case, I can't use it until I have my own hosting server because I use the email for all my bills and banking information. I registered yesterday, will I be charge $50 by next month? How can I cancel it? On Jun 30, 7:16 pm, AdWords API Advisor wrote: > Hello, > >  We require that users sp

AdWords API Re: question

2009-06-30 Thread AdWords API Advisor
Hello, We require that users specify their user name and password because we need a way of verifying that you are who you say you are, and that you have access to the account in question. There are other ways of doing this that are better suited for web-based applications, like using AuthSub or

AdWords API question

2009-06-30 Thread timtrading123
Why adwords api requires me to put my adwords email and password in the code? I'm on a shared host, and I don't feel secure to put my email and password in the code because if someone hacks in the system or if my web hosting company will have access to my personal information. Is there a way to ad

AdWords API Re: XML request to get traffic for a campaign (or adgroup)

2009-06-30 Thread AdWords API Advisor
Hello Taylor, I don't know the root cause for this, but I've always observed that the results you obtain from specifying a named geo target are much more meaningful than the results you'd get back from a proximity target when using the TrafficEstimatorService. Do note that we're dealing with est

AdWords API Re: XML request to get traffic for a campaign (or adgroup)

2009-06-30 Thread Rockyraccoon
Last thing. Based on the post you mentioned I tried this... I get NO errors, but if I change the radius from "3" to "10" the numbers remain the same. :-( muestra Broad 3 SearchNetwork ContentNetwork en 54663408 -3363526 1 On Jun 30, 10:25 am, Rockyraccoon wrote: >

AdWords API Re: XML request to get traffic for a campaign (or adgroup)

2009-06-30 Thread Rockyraccoon
Yeah, I saw this too... I will take another look and see if it can help me. Do you have any idea why the service would be "unreliable"? I am having trouble explaining this to the other people that are working on the product with me. Basically, I haven't been able to get "circles" working at all...

AdWords API Re: Google Adwords API always returns null...

2009-06-30 Thread AdWords API Advisor
Hello Akila, If you're just getting started in AdWords API development using PHP, I'd recommend that you try the APIlity client library: http://google-apility.sourceforge.net/ It should be simpler than using any standalone sample code, and the error reporting should be more robust as well.

AdWords API Re: XML request to get traffic for a campaign (or adgroup)

2009-06-30 Thread AdWords API Advisor
Hello Taylor, I'm not 100% sure about the reliability of using proximity targeting with the TrafficEstimator service. What I'd recommend is that you follow the steps outlined in this blog post and use named geo targeting: http://adwordsapi.blogspot.com/2008/07/traffic-estimator-service-expla

AdWords API Re: AD info: AdService

2009-06-30 Thread AdWords API Advisor
Hello Gideon, You have two options: you can either use the getAdStats() API method: http://code.google.com/apis/adwords/docs/developer/AdService.html#getAdStats or you can schedule an Ad Performance Report: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_creative.ht

AdWords API Re: Unable to use getUnitCountForClients

2009-06-30 Thread AdWords API Advisor
Hello, Would you be able to try using the .NET client library instead of classes you generate yourself? If there's an issue making the call with the .NET client library then the maintainer might be able to resolve it by doing some manipulation under the hood; if there's an issue with classes tha

AdWords API Re: Problem updating Keywords

2009-06-30 Thread AdWords API Advisor
Hello Yusuf, Could you please turn on SOAP logging? There are instructions on doing this in the README that comes with the .NET client library: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/README Once you've done that, take a look at the SOAP response XML message fo

AdWords API Re: System.Security.SecurityException while calling CampaignService.getAllAdWordsCampaigns(1)

2009-06-30 Thread AdWords API Advisor
Hello Taco, You're correct that logging is disabled by default in the .NET client library. I'm not sure that you'll find an answer to your question here, as it sounds like the issue is specific to the .NET runtime environment that your hosting provider is using. Perhaps there is a technical cont

AdWords API Re: Max destination URL length

2009-06-30 Thread AdWords API Advisor
Hello Bryan, I'm sorry, but I don't have any specific information about how the AdWords web interface might enforce limitations, or how URL substitution (which is outside the scope of the AdWords API) can affect things. I would continue to rely on the info available in our public guidelines, and

AdWords API v2009 Launch

2009-06-30 Thread AdWords API Advisor
Hello All, The AdWords API Team is pleased to announce the launch of AdWords API v2009 in production! There are a lot of details regarding the launch, so please check out our blog post for the full scoop: http://adwordsapi.blogspot.com/2009/06/adwords-api-v2009-launch.html -The AdWords API T

AdWords API Re: High Cost of API Points

2009-06-30 Thread ReedP
If you want information on ALL of your keywords, then use the Structure Report in the report service. If you can deal with only getting information on those that have had activity, then you can just schedule an automated report in the adWords UI and have it mailed to you. The latter is great bec

AdWords API Google Adwords API always returns null...

2009-06-30 Thread Akila17
Hi, I have just started using Adwords API, I downloaded the sample code for V13. I tried executing "add_keyword.php" and "get_keyword_variations.php" I changed the login information to my gmail account info i.e. $email = 'My gmail ID'; $password = 'My gmail Password'; $client_email

AdWords API High Cost of API Points

2009-06-30 Thread Raffy
We have a huge number of accounts/campaigns/ad groups/keywords. Using the AdWords API to fetch keywords and automate updates cost us $5,000 for the first month. For each account, our application used the CampaignService to loop through each campaign and, in turn using the AdGroupService to loop th