TrafficEstimatorService in Ruby? Java? Soap? Client library?

2010-07-11 Thread hank khang
Are there any client libraries for Ruby TrafficEstimatorService?

Or do I need to use SOAP/XML?

Maybe Java instead?

Pointers to examples of any would be appreciated.

Thanks
Heny

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 in Ad Performance Report

2010-07-11 Thread rayden
I`m having the same problems.

Noone from AdWords is anwsering this question. Any idea?

Best,
Luka Orehek

On Jul 9, 7:55 pm, Reed  wrote:
> I was seeing this all day yesterday, and was about to post about it
> when you did your posting.  But today it seems to be working - if I
> leave out "Id" from the selector, I get back
> a valid xml document that includes theadIDvalue.  Yesterday I was
> getting the exact behavior you posted, and noticed that when it sent
> me back two adIDs when I included Id in the selector, they were not
> the same value on any of the rows.
>
> It still seems to be sporadic, sometimes it happens, sometimes it
> doesn't.  I tried it again and got
> !!!Unexpected exception|||1641975
> This seems to only happen when I include "Headline v20:fields>" in the selector.  I can include the Description1/2 and
> have no problems, but whenever the headline is in there, I get the
> error.  If it helps, the Id that is returned from the report
> definition call is 1643535, and the SOAP request is
>
>   xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> xmlns:v20="https://adwords.google.com/api/adwords/cm/v201003";
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>   xyzzy v20:authToken> xyzzy
>  V2010 Get Report Fields
> xyzzy   soapenv:Header>xsi:type="v20:ReportDefinitionOperation"> ADD v20:operator>   Status v20:fields> AdGroupId
> Impressions Clicks
> Cost Conversions
> CostPerConversionManyPerClick
> ConversionsManyPerClick
> ConversionRateManyPerClick
> DisplayUrl Url
> Ctr AverageCpc
> AveragePosition ConversionRate v20:fields> CostPerConversion
> Description2 Description1 v20:fields> Headline 
> 20100708 20100708  v20:dateRange>  Ad Perf Rpt v20:reportName> AD_PERFORMANCE_REPORT
> CUSTOM_DATE
> XML   v20:operations>   

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: report field names

2010-07-11 Thread chris h
I really think/hope that you will change this. Be consistent and
always scope the Id fields. So the campaign Id should always be send
and be returned as CampaignId. Not sometimes Id and sometimes
CampaignId and sometimes campaignID.

Please fix this stuff before bad habits get baked in.

On Jul 9, 5:29 pm, AdWords API Advisor 
wrote:
> Hi,
>
> I guess the Id field is the same measure as well, since it is always
> returning the ID of object the report is being run on.
>
> - Eric
>
> On Jul 8, 9:42 pm, chris h  wrote:
>
> > Ok. But it is still the same measure. Are there any other identity or
> > categorical fields besides "Id" which are context dependent?
>
> > On Jul 8, 6:03 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi Chris,
>
> > > In a way all fields are really context dependent.  The field
> > > "Impressions" always refers to the number of impressions received, but
> > > this will mean impressions per keyword in a
> > > KEYWORDS_PERFORMANCE_REPORT, and impressions per ad in an
> > > AD_PERFORMANCE_REPORT.
>
> > > Best,
> > > - Eric
>
> > > On Jul 7, 2:57 pm, chris h  wrote:
>
> > > > Hi Eric,
>
> > > > Could you share which other fields are context dependent?
>
> > > > Thanks,
> > > > Chris
>
> > > > On Jul 7, 2:14 pm, AdWords API Advisor 
> > > > wrote:
>
> > > > > Hi Chris,
>
> > > > > Yes, a field name will mean the same thing across reports, although
> > > > > some are dependent on the context.  For example, "Id" is the criterion
> > > > > ID in a KEYWORDS_PERFORMANCE_REPORT and the ad ID in a
> > > > > AD_PERFORMANCE_REPORT.
>
> > > > > Best,
> > > > > - Eric Koleda, AdWords API Team
>
> > > > > On Jul 5, 11:05 pm, chris h  wrote:
>
> > > > > > Do fields with the same name have the same definition across 
> > > > > > reports?
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: report field names

2010-07-11 Thread chris h
Along with getting the field naming consistent, I suggest to move the
field labels into the metadata (ie GetReportFields) where they belong.

On Jul 9, 5:29 pm, AdWords API Advisor 
wrote:
> Hi,
>
> I guess the Id field is the same measure as well, since it is always
> returning the ID of object the report is being run on.
>
> - Eric
>
> On Jul 8, 9:42 pm, chris h  wrote:
>
> > Ok. But it is still the same measure. Are there any other identity or
> > categorical fields besides "Id" which are context dependent?
>
> > On Jul 8, 6:03 pm, AdWords API Advisor 
> > wrote:
>
> > > Hi Chris,
>
> > > In a way all fields are really context dependent.  The field
> > > "Impressions" always refers to the number of impressions received, but
> > > this will mean impressions per keyword in a
> > > KEYWORDS_PERFORMANCE_REPORT, and impressions per ad in an
> > > AD_PERFORMANCE_REPORT.
>
> > > Best,
> > > - Eric
>
> > > On Jul 7, 2:57 pm, chris h  wrote:
>
> > > > Hi Eric,
>
> > > > Could you share which other fields are context dependent?
>
> > > > Thanks,
> > > > Chris
>
> > > > On Jul 7, 2:14 pm, AdWords API Advisor 
> > > > wrote:
>
> > > > > Hi Chris,
>
> > > > > Yes, a field name will mean the same thing across reports, although
> > > > > some are dependent on the context.  For example, "Id" is the criterion
> > > > > ID in a KEYWORDS_PERFORMANCE_REPORT and the ad ID in a
> > > > > AD_PERFORMANCE_REPORT.
>
> > > > > Best,
> > > > > - Eric Koleda, AdWords API Team
>
> > > > > On Jul 5, 11:05 pm, chris h  wrote:
>
> > > > > > Do fields with the same name have the same definition across 
> > > > > > reports?
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT error

2010-07-11 Thread chris h
Get error
!!!Unexpected exception|||2329335
when I include all fields in a report request

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT error

2010-07-11 Thread chris h
CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT with all fields gives
error
!!!Unexpected exception|||2329575

On Jul 11, 4:57 pm, chris h  wrote:
> Get error
> !!!Unexpected exception|||2329335
> when I include all fields in a report request

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


BulkMutateJob status and stats returning bizarre results.

2010-07-11 Thread ojak
I'm not able to get BulkMutateJob's to behave for large jobs
(submitted to sandbox).

For example, the results (below) on a job with 500k operation reports
the status as "COMPLETE", but the stats say the progress is 13%,
numUnprocessedOperation is 431,450, and the numFailedOperations is 0.
How can the job be "COMPLETE" with no errors, yet still have
unprocessed operations?

Help please?


JOB STATUS:
==
#,
 @context=
  #,
 @id=90661,
 @job_Type="BulkMutateJob",
 @numRequestParts=50,
 @numRequestPartsReceived=50,
 @policy=[],
 @stats=
  #,
 @status="COMPLETED">

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


CriterionPolicyError for PolicyName 'trademark'?

2010-07-11 Thread ojak
What causes a CriterionPolicyError for PolicyName 'trademark' and
where are the criteria documented that tell us what to avoid?

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


Unprocessed results? What causes these?

2010-07-11 Thread ojak
What causes unprocessed results for completed jobs?

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


Re: No keyword search volumes from GetTargetingIdeaService?

2010-07-11 Thread slimeyboy
I think I've posted 4 times re. this now and no response from anyone.
Is anybody from google interested in helping?  I have a production
system that relies on this data.  Come on guys...please!

On Jul 7, 12:04 pm, slimeyboy  wrote:
> I'm using the GetTargettingIdeaService to get local search volume
> counts for keywords.  It appears that the service is no longer
> returning the correct data.
>
> If I run the keyword 'google' through my script it comes back with the
> below SOAP response.
>
> Why no data for the last 3 months?  This is the same for every keyword
> I run against the API.
>
> Is there a problem with the service?
>
> HTTP/1.1 200 OK
> Content-Type: text/xml; charset=UTF-8
> SOAPAction: ""
> Content-Encoding: gzip
> Transfer-Encoding: chunked
> Date: Wed, 07 Jul 2010 10:51:57 GMT
> Expires: Wed, 07 Jul 2010 10:51:57 GMT
> Cache-Control: private, max-age=0
> X-Content-Type-Options: nosniff
> X-Frame-Options: SAMEORIGIN
> X-XSS-Protection: 1; mode=block
> Server: GSE
>
> 
> http://schemas.xmlsoap.org/soap/envelope/";>
>   
>     https://adwords.google.com/api/adwords/
> cm/v200909" xmlns="https://adwords.google.com/api/adwords/o/v200909";>
>       efc0df9612b7cd7bd796a3329102410f
>       1
>       398
>       6
>     
>   
>   
>     https://adwords.google.com/api/adwords/o/
> v200909" xmlns:ns2="https://adwords.google.com/api/adwords/cm/
> v200909">
>       
>         1
>         
>           
>             TARGETED_MONTHLY_SEARCHES
>             http://www.w3.org/2001/XMLSchema-
> instance" xsi:type="MonthlySearchVolumeAttribute">
>               MonthlySearchVolumeAttribute Attribute.Type>
>               
>                 2010
>                 6
>               
>               
>                 2010
>                 5
>               
>               
>                 2010
>                 4
>               
>               
>                 2010
>                 3
>                 612
>               
>               
>                 2010
>                 2
>                 500
>               
>               
>                 2010
>                 1
>                 500
>               
>               
>                 2009
>                 12
>                 409
>               
>               
>                 2009
>                 11
>                 500
>               
>               
>                 2009
>                 10
>                 500
>               
>               
>                 2009
>                 9
>                 500
>               
>               
>                 2009
>                 8
>                 274
>               
>               
>                 2009
>                 7
>                 335
>               
>             
>           
>           
>             KEYWORD
>             http://www.w3.org/2001/XMLSchema-
> instance" xsi:type="KeywordAttribute">
>               KeywordAttribute
>               
>                 Keyword
>                 google
>                 EXACT
>               
>             
>           
>         
>       
>     
>   
> 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT error

2010-07-11 Thread rayden
I told this Eric few days ago, but cannot give SOAP call, because it
doesn`t get recorded.

Best,
Luka

On Jul 11, 11:06 pm, chris h  wrote:
> CAMPAIGN_NEGATIVE_PLACEMENTS_PERFORMANCE_REPORT with all fields gives
> error
> !!!Unexpected exception|||2329575
>
> On Jul 11, 4:57 pm, chris h  wrote:
>
> > Get error
> > !!!Unexpected exception|||2329335
> > when I include all fields in a report request
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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