Sign up for Adwords API center

2010-05-20 Thread adam
Hi,
I am trying to sign up for the adwords API center by following the
instructions at this page: 
https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=sv&answer=15104

I have already registred a MCC account, still there is no "API Center"
tab anywhere. I have seen several threads about this in this group but
found no working solution.

Thank you,
Adam

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Preferred AdWords API pricing

2010-05-20 Thread Neyyar
Dear Adwords Support Team,
  I have a question regarding recent announcement on Preferred
API Pricing. We are a  tool vendor offer PPC Management tools to large
advertisers and agencies. Do I need need link customer Adwords /
customer Mcc accounts to our corporate MCC  account to receive free
APIs units based on Preferred API Pricing, assuming we are a certified
partner approved  for free API units.

Thanks,
sneyyar

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Ad parameters status

2010-05-20 Thread AdWords API Advisor
Hi Magnus,

The problems with policy violations are resolved now, and
insertionText like '1000', '1,000', or '1.000' are all accepted.
Currency symbol characters (like $ and €) are allowed in the
insertionText, but currency symbols that use letters (like 'kr' and
'Rs') are currently not allowed.

Best,
- Eric Koleda, AdWords API Team

On May 20, 4:45 am, Magnus  wrote:
> Hello,
>
> We have previously had problems with ad parameters (see this previous
> threadhttp://groups.google.com/group/adwords-api/browse_thread/thread/4845b...).
> What is the status regarding the policy violations and the possibility
> to add a currency string to the parameter value?
>
> We would really like to start using this feature, but we are unable to
> do so due to these constraints.
>
> Thanks for any info,
> Magnus Ljung
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: TargetingIdeaService "Fault occurred while processing"

2010-05-20 Thread AdWords API Advisor
Hi,

This error is being thrown because the RequestHeader element is in the
wrong namespace.  While the sub-elements (authToken, etc) must be in
the 'cm' namespace, the RequestHeader element must be in the 'o'
namespace.  If you correct this namespace your request should work
correctly.

Best,
- Eric Koleda, AdWords API Team

On May 20, 3:30 am, JZhang  wrote:
> hi,
>   I use vs.net 2008.
>   I get a strange fault as below.
>
> http://schemas.xmlsoap.org/soap/
> envelope/">soap:Server faultcode>Fault occurred while processing. soap:Fault>
>
> My soap request as below.
>
> 
> http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
> 
> https://adwords.google.com/api/adwords/cm/
> v200909">
> xxx
> xxx
> xxx
> xxx
> 
> 
> https://adwords.google.com/api/adwords/o/
> v200909"> xsi:type="RelatedToKeywordSearchParameter"> xmlns="https://adwords.google.com/api/adwords/cm/v200909";>IPAD text>https://adwords.google.com/api/adwords/cm/
> v200909">EXACT searchParameters>KEYWORDIDEAS requestType>
> 
>
> please help me.
> Thanks.
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Why Targeted Monthly Searches from TargetingIdeaService is Different from KeywordTool

2010-05-20 Thread search test
I used TargetingIdeaService with
AverageTargetedMontlySearchesSearchParameter and
GlobalMonthlySearchesSearchParameter to get related keywords for
certain website.

Why the average targeted monthly searches returned are the same as the
global monthly searches returned?  The numbers are not the same as
either globalMonthlySearches and localMonthlySearches from Google
Keyword Tool.

Any explanations will be appreciated.

Thanks,
Gary

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: How to protect Google API data

2010-05-20 Thread AdWords API Advisor
Hi Donatas,

Please see my response on your existing thread:

  
http://groups.google.com/group/adwords-api/browse_thread/thread/1c6a409c75f13820/

Best,
- Eric Koleda, AdWords API Team

On May 20, 1:17 am,  wrote:
> How we could protect our MCC login data, when we will install Google
> API to the Web site? This code includes login data (two first rows),
> which sould be secured:
>
> email = "em...@email.lt"
> password = "password" ;
> userAgent = "our company name" ;
> applicationToken = "ignored" ;
> developerToken = "em...@email.lt++ltl" ;
>
> ; Uncomment to make requests against a client account.
> clientId = "client_1+em...@email.lt  " ;
>
> So, our login data will be available for anyone who can reach our
> client's ftp server. How we could solve that problem?
>
> Pagarbiai,
>
> Donatas Montvilas
> Konsultantas
>
>   lits_logo_mazas.jpg
>
> IT SPRENDIMAI SIEKIANTIEMS TIKSLO!
> UAB ”LITS”
> P.Puzino g. 19, 35169 Panevėžys
>
> Tel. 8 45 583172; Faks. 8 45 581632 Mob. Tel. +370 640 29132
>
> Skype: litsdonatas
>  Remigijus%2BKuliesius>www.lits.lt
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en
>
>  image001.jpg
> 2KViewDownload

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: TargetingIdeaSelector is too slow

2010-05-20 Thread AdWords API Advisor
Hi Go,

Do you have the requestId of a sample request that demonstrates
behavior?

Best,
- Eric Koleda, AdWords API Team

On May 19, 6:13 pm, "g...@atara.co.jp"  wrote:
> I'm using IDEAS and getting global search volume for each of the
> keywords. localcode is japan.
>
> On 5月20日, 午前6:32, "g...@atara.co.jp"  wrote:
>
>
>
>
>
> > I'm developing a keyword tool using TargetingIdeaSelector.
>
> > It is painfully too slow and often get timed out, especially when
> > trying to pull monthly global search volume.
>
> > Is there any problem? or is there ways to make it more faster?
>
> > Thanks in advance.
>
> > Go
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: TrafficEstimatorService returning improper results

2010-05-20 Thread AdWords API Advisor
Hi Dave,

The clicks numbers indicate that there are essentially no expected
clicks per day on the keyword 'mars cruise' with the given maxCPC.
The estimated CPC values are returned in micro units, which are 1
millionth of the fundamental currency, so the values are $0.63 -
$0.94.

Best,
- Eric Koleda, AdWords API Team

On May 19, 4:05 pm, dmcvitti  wrote:
> Hi Eric, thanks for taking a few minutes to review this
>
> I compared it to both the logged-in version and the public version of
> the traffic estimator, but what worried me more was the response of
> the data, since it looks to be out of range.
>
> CPC of $947392
> Click per day 0.009727052
>
> both of those seem to be WAY out of range.
> response data is posted below :)
>
> Array
> (
>     [id] => -1
>     [lowerAvgPosition] => 1.0
>     [lowerClicksPerDay] => 0.009727052
>     [lowerCpc] => 631594
>     [upperAvgPosition] => 3.0
>     [upperClicksPerDay] => 0.06450792
>     [upperCpc] => 947392
> )
> Estimates for keyword with text "mars cruise":
>   Lower average position is "1.0".
>   Upper average position is "3.0".
>   Lower clicks per day is "0.009727052".
>   Upper clicks per day is "0.06450792".
>   Lower cpc is "631594".
>   Upper cpc is "947392".
>
> Thanks again!
> -Dave
>
> On May 19, 2:36 pm, AdWords API Advisor 
> wrote:
>
>
>
>
>
> > Hi,
>
> > Which traffic estimator tool are you comparing it to?  Please ensure
> > that your targeting settings are the same across the tool and the API.
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On May 18, 7:59 pm, dmcvitti  wrote:
>
> > > also, I should mention that I tried with both the PHP and Java
> > > libraries just to make sure i had inadvertently wrecked my code, and
> > > the basic example code for the library in both languages returned the
> > > same result as above
>
> > > thanks! :)
>
> > > On May 18, 3:23 pm, dmcvitti  wrote:
>
> > > > Hi,
>
> > > > I was working on some some tools to work with the
> > > > TrafficEstimatorService, and got some very strange results
> > > > I was working with the example code from the v13 examples page, a
> > > > snippet is shown here:
>
> > > > $namespace = 'https://adwords.google.com/api/adwords/v13';
> > > > $estimator_service = SoapClientFactory::GetClient(
> > > >   $namespace . '/TrafficEstimatorService?wsdl', 'wsdl');
> > > > $estimator_service->setHeaders($headers);
> > > > $debug = 0;
>
> > > > # Create keyword structure.
> > > > $keyword =
> > > >   'mars cruise' .
> > > >   '100' .
> > > >   'Broad';
>
> > > > # Estimate keyword traffic.
> > > > $request_xml =
> > > >   '' .
> > > >   '' . $keyword . '' .
> > > >   '';
> > > > $estimates = $estimator_service->call('estimateKeywordList',
> > > > $request_xml);
> > > > $estimates = $estimates['estimateKeywordListReturn'];
>
> > > > print_r($estimates);
>
> > > > It returned the following data:
>
> > > > Array
> > > > (
> > > >     [id] => -1
> > > >     [lowerAvgPosition] => 1.0
> > > >     [lowerClicksPerDay] => 0.009727052
> > > >     [lowerCpc] => 631594
> > > >     [upperAvgPosition] => 3.0
> > > >     [upperClicksPerDay] => 0.06450792
> > > >     [upperCpc] => 947392
> > > > )
> > > > Estimates for keyword with text "mars cruise":
> > > >   Lower average position is "1.0".
> > > >   Upper average position is "3.0".
> > > >   Lower clicks per day is "0.009727052".
> > > >   Upper clicks per day is "0.06450792".
> > > >   Lower cpc is "631594".
> > > >   Upper cpc is "947392".
>
> > > > That doesn't align at all with the online Traffic Estimator tool in
> > > > Adwords, and the data doesn't even look to be of the correct type.
>
> > > > I have never had any trouble with other API services on either v13 or
> > > > v2009.
>
> > > > Thanks in advance for any help
>
> > > > --
> > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > > Also find us on our blog and discussion 
> > > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > > 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 
> > > > athttp://groups.google.com/group/adwords-api?hl=en
>
> > > --
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > > Also find us on our blog and discussion 
> > > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > > 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 

Re: Error in recovered campaigns

2010-05-20 Thread AdWords API Advisor
Hi Allvin,

This error is being returned because your request is attempting to
REMOVE ads that are already deleted.  The error indicates that the
AdGroupAd is deleted, and the status of the AdGroup is not an issue.

Best,
- Eric Koleda, AdWords API Team

On May 19, 1:58 pm, allvin  wrote:
> Hello
>
> I have a problem. I delete campaign and than set its status to active.
> After this my Ads from this campaigns stops showing.
> When I try to add new Ad I recive exception:
> "AdGroupAdError.CANNOT_OPERATE_ON_DELETED_ADGROUPAD".
> This Ad group is enabled.
>
> CampaignId is 6899969, GroupID is 1705638325.
>
> Could you help me?
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Exception: Response is not well-formed XML.

2010-05-20 Thread Alexander Furman
OK, I found cause of my problem and I'm feeling pretty dumb now.
Almost every criterion from my "remove/add" request had policy error
(not a usual situation in my case) that caused relatively big SOAP
response error message. In the same time I had size of error message
set into 64k (default value if I'm  not mistaken), obviously error
massages of 100 failed criterions exceeded 64k, so response error
message was truncated and caused XMLException.
Here the solution (for .net):
- change HttpWebRequest.DefaultMaximumErrorResponseLength static value
or
- add to app.config







this make response error message length practically unlimited.

Hope this will help somebody.

Alexander.


On May 17, 4:22 pm, Alexander Furman  wrote:
> Hello,
>
> I try to perform AdGroupCriterionService.mutate operation which
> removes and adds 100 keywords in the same request. Unfortunately I
> keep getting the same error:
>
> Response is not well-formed XML. ---> System.Xml.XmlException:
> Unexpected end of file has occurred. The following elements are not
> closed: externalPolicyDescription, errors, ApiExceptionFault, detail,
> soap:Fault, soap:Body, soap:Envelope. Line 268, position 18
>
> I call AdGroupCriterionService.mutate with validateOnly=true
> I use "Google Api Adowrds Dotnet" library
> This problem occurs only with one client account, identical calls for
> another clients accounts work fine
> RequestId: 3a1c57e11e69435d5fe70eaa21ad9e4f
>
> Could someone tell me what I'm doing wrong?
>
> Alexander.
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Error with Example Ruby Script

2010-05-20 Thread Joshua J. Kugler
On Thursday 20 May 2010, search test elucidated thus:
> I ran an example ruby script, get_related_keywords.rb and got
> following error:
>
> [v200909]$ ruby get_related_keywords.rb
> /ruby/gems/gems/httpclient-2.1.5.2/lib/httpclient/ssl_config.rb:348:
> [BUG] Segmentation fault
> ruby 1.8.6 (2007-09-23) [i686-linux]
>
> Aborted
>
> My related gems are:
>
> adwords4r (19.0.0)
> httpclient (2.1.5.2)
> rubygems-update (1.3.7, 1.3.6)
> soap4r (1.5.8)
> sources (0.0.1)

Apparently there is a bug in your distribution's HTTP/SSL files, or in 
the ruby executable itself. I would talk to your distribution's support 
about this.  the "Segmentation fault 
in '/ruby/gems/gems/httpclient-2.1.5.2/lib/httpclient/ssl_config.rb' 
indicates it is a bug in Ruby, and doesn't have anything to do with the 
GA API.

Hope that helps.

j

-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: How to protect Google API login data

2010-05-20 Thread AdWords API Advisor
Hi Donatas,

This information doesn't need to be embedded in the source code, and
can be loaded from a database, file, etc.

Best,
- Eric Koleda, AdWords API Team

On May 19, 4:49 am, Donatas  wrote:
> Hello,
>
> How we could protect our MCC login data, when we will install Google
> API to the Web site? This code includes login data (two first rows),
> which sould be secured:
>
> email = "em...@email.lt"
> password = "password" ;
> userAgent = "our company name" ;
> applicationToken = "ignored" ;
> developerToken = "em...@email.lt++ltl" ;
>
> ; Uncomment to make requests against a client account.
> clientId = "client_1+em...@email.lt" ;
>
> So, our login data will be available for anyone who can reach our
> client's ftp server. How we could solve that problem?
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: how to get a developerToken'?

2010-05-20 Thread AdWords API Advisor
Hi,

Information on how to register as a developer is located here:

  https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?answer=15104

Best,
- Eric Koleda, AdWords API Team

On May 19, 9:58 am, "zhengzhi...@foxmail.com"
 wrote:
> hi  everybody,
>     I'm working on the google Adwords API,but i don't how to get a
> developerToken'.could you help me? tell me the procedures please, i
> need your help very much !
>    thank you!
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Price of using API?

2010-05-20 Thread AdWords API Advisor
Hi Feederis,

Yes, using the AdWords API is not free.  Each request costs a certain
number of API units, which is listed on the rate sheet:

  http://code.google.com/apis/adwords/v2009/docs/ratesheet.html

API units are purchased at the price of US$0.25 per 1000 API units (or
the local currency).

Some developers may be eligible for free API units, and more
information is available here:

  http://www.google.com/support/adwordsapi/bin/answer.py?answer=45891

Best,
- Eric Koleda, AdWords API Team

On May 19, 2:51 am, Feederis  wrote:
> Hello,
>
> my team is thinking about developing custom keyword research software
> based on Google Keywords tool.
>
> I've been browsing API documentation and FAQ's, but really couldn't
> fully understand one thing - do I need to pay something in order to
> use Google Adwords API? I've found something that I will be charged
> 0.25$ for every keyword search I will execute.
>
> Hope hearing back soon,
> Feederis
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Google Adwords Editor can't support AdParam.

2010-05-20 Thread AdWords API Advisor
Hi Mehdi,

I believe that AdWords Editor has problems recognizing ad parameter
tags, but the AdWords web interface and API will validate them
correctly.  In your case the tag is specified incorrectly, and instead
of {adparam2:Plenty of} it should be {param2:Plenty of}.  Please try
this format and let me know if you have any problems.

Best,
- Eric Koleda, AdWords API Team

On May 19, 8:59 am, Mehdi  wrote:
> Hi All,
>
> After a successfull test with small length descriptions, we wanted to
> apply this technology for specific adgroups. Unfortunatelly, neither
> Google Adwords Editor (version 7.6.1) nor Google Adwords Interface
> support the length of my descriptions.
>
> For example, Google Adwords Editor supports the followed description:
>      Plenty of unique designs in stock
> but not
>      {adparam2:Plenty of} unique designs in stock
>
> Obviously, the {adparam2:} characters are counted as well, which
> shouldn't be the case as you wrote on an article 
> here:http://adwordsapi.blogspot.com/2009/11/discover-v2009-setting-ad-para...
>
> "The length of the default text in the placeholder contributes to the
> total length of the line in the ad, but the curly braces, parameters
> name, and colon do not."
>
> Thanks in advance for helping me.
>
> Kind Regards,
> Mehdi.
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Can't get 2nd page data on TargetingIdeaService

2010-05-20 Thread AdWords API Advisor
Hi Go,

The TargetingIdeaPage.totalNumEntries indicates the total number of
items that can be returned.  Requesting pages beyond this limit will
not return any results.

Best,
- Eric Koleda, AdWords API Team

On May 18, 11:30 pm, Go  wrote:
> I'm trying to use TargetingIdeaService and I can't seem to get the
> data after 2nd page.
>
> I', setting Paging.startIndex using numberResults, but seems it doesn'
> work.
>
> http://code.google.com/intl/ja/apis/adwords/v2009/docs/reference/Targ...
>
> Does anyone know why or have tips on this?
>
> Thanks,
>
> Go
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Error with Example Ruby Script

2010-05-20 Thread search test
I ran an example ruby script, get_related_keywords.rb and got following
error:

[v200909]$ ruby get_related_keywords.rb
/ruby/gems/gems/httpclient-2.1.5.2/lib/httpclient/ssl_config.rb:348: [BUG]
Segmentation fault
ruby 1.8.6 (2007-09-23) [i686-linux]

Aborted

My related gems are:

adwords4r (19.0.0)
httpclient (2.1.5.2)
rubygems-update (1.3.7, 1.3.6)
soap4r (1.5.8)
sources (0.0.1)

Any pointers?

Thanks,
Gary

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


I want to know how to use the services of v13 and v2009 simultaneously?

2010-05-20 Thread sheass
I need service of report of v13, but i'm using v200909.
how?

thanks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Unable to download v2009 API

2010-05-20 Thread gestionlugares
I am working with v13 API for PHP and have just broke down because of
the new v2009 version release so I tried to get the new API but... it
is impossible! I can't find it. Lot of reference about the service,
migration issues but no API download link available. Please help.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: Setting the adParams back to the default values

2010-05-20 Thread Mordechai
Hi Eric,

Thank you for you reply

I was trying to do this:  $adParamOperation1->operator = 'REMOVE';
But I get an error: AdParamError.AD_PARAM_DOES_NOT_EXIST

Am I missing something?

BR,
Mordechai




On May 7, 4:52 pm, AdWords API Advisor 
wrote:
> Hi,
>
> To delete an ad parameter you can use the AdParamService.mutate()
> method with the REMOVE operator.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On May 6, 5:13 am, Mordechai  wrote:
>
>
>
> > Hey,
>
> > I am using the API to set the adParams.
> > How can I set the parameters to show their default values after I
> > already set a value to them?
>
> > Thanks in advance
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Re: MonthlySearchVolume not based on sktool?

2010-05-20 Thread Marcus
Hi, new to the Adwords API and I have a followup question to this:

Eric, you mentioned the TrafficEstimatorService is to be used for
individual keyword traffic stats. However, this is part of the v13
api, and I imagine will get phased out eventually, right?

What's the equivalient with the v2009 api?

Thanks

On May 12, 4:58 pm, AdWords API Advisor 
wrote:
> Hi,
>
> The TrafficEstimatorService can also be used to estimate keyword
> traffic:
>
>  http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorSe...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On May 10, 5:58 pm, calford  wrote:
>
>
>
>
>
> > Hi,
>
> > thanks for your answer,
>
> > I am not familiar with the old API, is there a tool that gives the
> > same keywords traffic results as the adwords web version?
> > the new results are very different.
>
> > thanks
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > Also find us on our blog and discussion 
> > group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> > 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 
> > athttp://groups.google.com/group/adwords-api?hl=en
>
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://groups.google.com/group/adwords-api
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>
> 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 
> athttp://groups.google.com/group/adwords-api?hl=en

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


I am wanting to use just the keywords tool, to use in a software to populate keywords into a page.

2010-05-20 Thread SEO in Texas
How would I do this? I am wanting to use the keywords tool API I
guess, to populate real time keyword results on my website. Any
suggestions?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


LINE_TOO_WIDE error but < 25 characters

2010-05-20 Thread joel
Hi, I'm receiving an AdError LINE_TOO_WIDE on an Ad Title, but it's
only 18 characters when you remove the DKI. Are there unique rules for
JP text?

Here is the Ad Title generating the error:

{KeyWord:赤坂エクセルホテル東急}に宿泊予定なら

Thanks,

Joel

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


Ad parameters status

2010-05-20 Thread Magnus
Hello,

We have previously had problems with ad parameters (see this previous
thread 
http://groups.google.com/group/adwords-api/browse_thread/thread/4845ba0260c3394d).
What is the status regarding the policy violations and the possibility
to add a currency string to the parameter value?

We would really like to start using this feature, but we are unable to
do so due to these constraints.

Thanks for any info,
Magnus Ljung

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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


TargetingIdeaService "Fault occurred while processing"

2010-05-20 Thread JZhang
hi,
  I use vs.net 2008.
  I get a strange fault as below.

http://schemas.xmlsoap.org/soap/
envelope/">soap:ServerFault occurred while processing.


My soap request as below.


http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

https://adwords.google.com/api/adwords/cm/
v200909">
xxx
xxx
xxx
xxx


https://adwords.google.com/api/adwords/o/
v200909">https://adwords.google.com/api/adwords/cm/v200909";>IPADhttps://adwords.google.com/api/adwords/cm/
v200909">EXACTKEYWORDIDEAS



please help me.
Thanks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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