Re: Unprocessed results? What causes these?

2010-07-13 Thread ojak
"This could result if the job was aborted by the back-end workflow
because the developer's API quota was exceeded or if the job
encountered some severe workflow system failure."

API quota has not been exceeded, so how would one go about
troubleshooting a "severe workflow system failure"?  Does that mean
there is a Google internal issue?




On Jul 13, 3:51 pm, AdWords API Advisor 
wrote:
> Hi,
>
> The reasons are listed here:
>
>  http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJo...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 11, 10:39 pm, ojak  wrote:
>
> > 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: Incomplete function

2010-07-13 Thread AdWords API Advisor
Hi,

Seems you are correct, the loop isn't incrementing the num_polls
counter. See 
http://code.google.com/p/google-api-adwords-python-lib/source/browse/trunk/aw_api/BulkMutateJobService.py#117
for details.
Can you report this at 
http://code.google.com/p/google-api-adwords-python-lib/issues/list
so that we can track and fix it for the next release?

Thanks,
Anash P. Oommen,
AdWords API Advisor

On Jul 13, 6:16 pm, Lucasm  wrote:
> Am I correct to notice that in python the function
> BulkMutateJobService.DownloadBulkJob does not function as described?
> It will run until the job is completed and not until max_polls is
> reached.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: a few questions about batch size and API unit/cost

2010-07-13 Thread xero
Hi Eric,

  Thanks for the input! Helps a lot.

  There's one question about 4) though.

  I'm supposed to retrieve (lowerAvgPosition, lowerClicksPerDay,
lowerCpc, upperAvgPosition, upperClicksPerDay, upperCpc) for a
"keyword list".

  It seems that there's no service in v200909 could cover that. I'll
have to resort back to estimateKeywordList() call in
TrafficEstimatorService in v13.

  The reference guide on web says TrafficEstimatorService in v13 is
still available. So what I want to know is: the list size limit of
this "keyword list" when passing to estimateKeywordList().

  Thanks.

On Jul 14, 10:26 am, AdWords API Advisor
 wrote:
> Hi,
>
> To address your questions:
>  can
> 1) Yes, I believe that is correct.
>
> 2) Yes, you can request the stats of the keyword ideas in the same
> request.
>
> 3) Given the current implementation of the service this attribute may
> not be too useful.
>
> 4) This function is not available on the TargetingIdeaService.
>
> 5) Yes, the unit cost scales based on the number of results.
>
> 6) The unit cost is independent of the number of attributes requested.
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 12, 3:30 am, xero  wrote:
>
> > Hi,
>
> >   I have a few questions concerning Adwords API. Can anyone help?
>
> > 1. About TargetingIdeaService input:
> > How many keywords in RelatedToKeywordSearchParameter are allowed in 1
> > call?
> > I've found some article on Internet saying:
> > if RequestType==IDEAS, the total number of keywords in 1 call is 100.
> > if RequestType==STATS, the total number of keywords in 1 call is 2500.
> > Is it correct?
>
> > 2. About TargetingIdeaService output:
> > I've tested in Sandbox, and found out that when requesting for keyword
> > suggestions, I can retrieve data about those keyword suggestions at
> > the same time, such as TARGETED_MONTHLY_SEARCHES & COMPETITION. Is it
> > right?
>
> > 3. About TargetingIdeaService output:
> > The meaning of attribute IDEA_TYPE(will return by default) is unclear
> > to me. While I'm making requests, the IdeaType is either KEYWORD or
> > PLACEMENT. Since I already know the IdeaType while I'm requesting, it
> > seems to me that the returned attribute IDEA_TYPE is not necessary. Is
> > that so?
>
> > 4. About EstimateKeywordList() input:
> > Is this still available? And how many keywords are allowed in 1 call?
>
> > 5. About TargetingIdeaService API units/cost.
> > On rate sheet, I found the API units consumed by TargetingIdeaService
> > is 0.1 per TargetingIdea and 5 per call. Does that mean the operation
> > cost is only related to number of returned results (if we don't take
> > per call cost into consideration)?
>
> > What I really want to know is:
> > If for same seed keyword and same number of return results (say,
> > identical paging object), I send the following 2 calls:
> > a) return attributes KEYWORD only.
> > b) return attributes KEYWORD, KEYWORD_CATEGORY, COMPETITION,
> > TARGETED_MONTHLY_SEARCHES.
> > are the costs for above 2 calls the same?
>
> > 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: Not agreed to latest AdWords Api terms and conditions after API & Billing Approval

2010-07-13 Thread AdWords API Advisor
Hi,

Have you set up the billing information in the MCC account that you
used to register for API access?

Best,
- Eric Koleda, AdWords API Team

On Jul 12, 3:58 pm, Anjanesh  wrote:
> I recently got my adwords API + billing approved.
>
> Q1 : But when I tried 
> outhttp://adwords-api-python-samples.googlecode.com/svn/trunk/src/get_cl...,
> I get
>
> SOAPpy.Types.faultType:  agreed to latest AdWords Api terms and conditions.:
> : {'fault':
> : {'message': 'Not agreed
> to latest AdWords Api terms and conditions.', 'code': '129'}}>
>
> Q2 : I would like to use v201003 API but I cant seem to locate client
> a/c info in v2010 or v2009

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 can i valid a Ads before create or update them by using Ruby ?

2010-07-13 Thread AdWords API Advisor
Hi Suraj,

Yes, you can use the validateOnly header to check your ads for errors.

  http://adwordsapi.blogspot.com/2009/12/discover-v2009-validateonly-header.html

An example of how to use this feature in the Ruby client library is
available here:

  
http://code.google.com/p/google-api-adwords-ruby/source/browse/trunk/examples/v200909/check_campaigns.rb

Best,
- Eric Koleda, AdWords API Team

On Jul 12, 2:09 pm, Suraj Khakurel  wrote:
> Hi
>
> How can i valid a Ads before create or update them by using Ruby ?
>
> Any help?
>
> Regards
> Suraj

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: RequiredError.REQUIRED @ operations[0].operand.campaignId in AdGroupAdOperation

2010-07-13 Thread AdWords API Advisor
Hi Tue,

This is likely caused by creating the wrong type of service, like an
AdGroupService instead of an AdGroupAdService.  Please double check
that your service is created correctly.  If everything looks correct
can you post the requestId of a request that exhibits this behavior?

Best,
- Eric Koleda, AdWords API Team

On Jul 11, 11:19 am, ttopholm  wrote:
> Hi Group
>
> I use the php client library, and get this error when I try to create
> an ad:
>
> [RequiredError.REQUIRED @ operations[0].operand.campaignId]
>
> Here is my AdGroupAdOperation object:
>
> AdGroupAdOperation Object
> (
>     [operand] => AdGroupAd Object
>         (
>             [adGroupId] => 3000391536
>             [ad] => TextAd Object
>                 (
>                     [headline] => Western Digital WBX9
>                     [description1] => Linie 1
>                     [description2] => Linie 2
>                     [id] =>
>                     [url] =>http://blabla.dk/product/blalalala.hml
>                     [displayUrl] => blabla.dk
>                     [approvalStatus] =>
>                     [disapprovalReasons] =>
>                     [AdType] =>
>                     [_parameterMap:Ad:private] => Array
>                         (
>                             [Ad.Type] => AdType
>                         )
>
>                 )
>
>             [status] =>
>             [stats] =>
>         )
>
>     [exemptionRequests] =>
>     [operator] => ADD
>     [OperationType] =>
>     [_parameterMap:Operation:private] => Array
>         (
>             [Operation.Type] => OperationType
>         )
>
> )
>
> Anyone seen this before. I have just taken the example from the
> examples in the client library
>
> kind regards
>
> Tue

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


Adwords Java

2010-07-13 Thread Fabien
Hello,

I am currently working with Adwords Java. I would like to persist the
Adwords Java object in a database and display them in a swt GUI.

I am not able to find a good idea to persist the Adwords Java object
so I could save the Adwords Java object directly in the database and
reloading them as a Adwords Java object.

I am open to any framework (hibernate, ...) Have you ever had the same
problem? Do you have any idea to solve this?

Thanks for any 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: google Adwords API

2010-07-13 Thread AdWords API Advisor
Hi,

This information is provided by the v200909 or v201003
TargetingIdeaService:

  
http://code.google.com/apis/adwords/v2009/docs/reference-v200909/TargetingIdeaService.html

An example of how to use this service with the PHP client library is
available here:

  
http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v200909/GetRelatedKeywords.php

Best,
- Eric Koleda, AdWords API Team

On Jul 12, 2:44 am, hassan  wrote:
> i want to calculate keyword monthly search Volume. i need a sample
> code in php. if anyone can help me in this regards..?
>
> 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: a few questions about batch size and API unit/cost

2010-07-13 Thread AdWords API Advisor
Hi,

To address your questions:
 can
1) Yes, I believe that is correct.

2) Yes, you can request the stats of the keyword ideas in the same
request.

3) Given the current implementation of the service this attribute may
not be too useful.

4) This function is not available on the TargetingIdeaService.

5) Yes, the unit cost scales based on the number of results.

6) The unit cost is independent of the number of attributes requested.

Best,
- Eric Koleda, AdWords API Team

On Jul 12, 3:30 am, xero  wrote:
> Hi,
>
>   I have a few questions concerning Adwords API. Can anyone help?
>
> 1. About TargetingIdeaService input:
> How many keywords in RelatedToKeywordSearchParameter are allowed in 1
> call?
> I've found some article on Internet saying:
> if RequestType==IDEAS, the total number of keywords in 1 call is 100.
> if RequestType==STATS, the total number of keywords in 1 call is 2500.
> Is it correct?
>
> 2. About TargetingIdeaService output:
> I've tested in Sandbox, and found out that when requesting for keyword
> suggestions, I can retrieve data about those keyword suggestions at
> the same time, such as TARGETED_MONTHLY_SEARCHES & COMPETITION. Is it
> right?
>
> 3. About TargetingIdeaService output:
> The meaning of attribute IDEA_TYPE(will return by default) is unclear
> to me. While I'm making requests, the IdeaType is either KEYWORD or
> PLACEMENT. Since I already know the IdeaType while I'm requesting, it
> seems to me that the returned attribute IDEA_TYPE is not necessary. Is
> that so?
>
> 4. About EstimateKeywordList() input:
> Is this still available? And how many keywords are allowed in 1 call?
>
> 5. About TargetingIdeaService API units/cost.
> On rate sheet, I found the API units consumed by TargetingIdeaService
> is 0.1 per TargetingIdea and 5 per call. Does that mean the operation
> cost is only related to number of returned results (if we don't take
> per call cost into consideration)?
>
> What I really want to know is:
> If for same seed keyword and same number of return results (say,
> identical paging object), I send the following 2 calls:
> a) return attributes KEYWORD only.
> b) return attributes KEYWORD, KEYWORD_CATEGORY, COMPETITION,
> TARGETED_MONTHLY_SEARCHES.
> are the costs for above 2 calls the same?
>
> 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: Unexpected zero impression single day report error

2010-07-13 Thread tozor
When I notice the problem it is for a zero impression report for the
current day.

Tim

On Jul 13, 5:55 pm, AdWords API Advisor 
wrote:
> Hi Tim,
>
> Are you noticing this for one day in particular, or is it happening
> for any day chosen?
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 12, 9:27 am, tozor  wrote:
>
>
>
> > I get the following unexpected error when trying to run a zero
> > impression keyword report:
>
> > AxisFault
> >  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
> > Server.userException
> >  faultSubcode:
> >  faultString: Including Zero Impression Keywords will make your report
> > too large to run. To include this data, please narrow the scope of
> > other report settings in this request (such as your View, Date Range,
> > or Campaign/Ad Group selections).
> >  faultActor:
> >  faultNode:
> >  faultDetail:
> >         {https://adwords.google.com/api/adwords/v13}fault:
> >        112
>
> >        Including Zero Impression Keywords will make your
> > report too large to run. To include this data, please narrow the scope
> > of other report settings in this request (such as your View, Date
> > Range, or Campaign/Ad Group selections).
>
> > The reason this error is unexpected to me is that the date range I am
> > using is for a single day.  Furthermore the account, while large, is
> > nowhere near as large as many of the other accounts that our
> > application manages.  This account has about 400K keywords, but our
> > application manages several accounts that are twice that size and we
> > have never had an issue getting a single day zero impression report.
>
> > The other strange issue is that I can change my report request to
> > include all of the campaign ids in the account and the report runs
> > correctly.  So I am still able to get the report that I wanted (a zero
> > impression report for the entire account) but I can't do it if I leave
> > the DefinedReportJob.campaigns field empty.  However leaving the field
> > empty and setting it to all of the campaign ids in the account is
> > functionally equivalent.
>
> > Thanks in advance for any words of wisdom on this issue.
>
> >     Tim

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


What *is* the system limit?

2010-07-13 Thread Joshua J. Kugler
So, I've been hit with this web fault:
SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @

The docs say:

"Indicates that the number of entries in the request or response exceeds 
the system limit."

I know I can using paging to get chunks at a time, and that is what I 
intend to do.  But I can't find anywhere in the docs that defines 
*what* the system limit is.

Can an AdWords advisor point that out so I know the maximum size for my 
paging chunks?

Thanks!

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: Vb.Net Client Library

2010-07-13 Thread AdWords API Advisor
Hi,

The .NET client library should work with any language that runs on the
CLR, including VB.NET.

Best,
- Eric Koleda, AdWords API Team

On Jul 10, 4:56 am, cisco78  wrote:
> Hi, anyone can help me to use Client Library in a Windows vb.net
> application?
> I only find a library for c#.
> Bye

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: SOAP-ERROR: Parsing WSDL

2010-07-13 Thread AdWords API Advisor
Hi Jose,

Please ensure that your server has access to adwords.google.com, and
that traffic to this domain isn't blocked by any firewalls, etc.

Best,
- Eric Koleda, AdWords API Team

On Jul 12, 9:33 am, Jose  wrote:
> I have one error  SOAP-ERROR: Parsing WSDL:
> Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201003/
> ReportDefinitionService?wsdl' : failed to load external entity
>
> please help me.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Unexpected zero impression single day report error

2010-07-13 Thread AdWords API Advisor
Hi Tim,

Are you noticing this for one day in particular, or is it happening
for any day chosen?

Best,
- Eric Koleda, AdWords API Team

On Jul 12, 9:27 am, tozor  wrote:
> I get the following unexpected error when trying to run a zero
> impression keyword report:
>
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
> Server.userException
>  faultSubcode:
>  faultString: Including Zero Impression Keywords will make your report
> too large to run. To include this data, please narrow the scope of
> other report settings in this request (such as your View, Date Range,
> or Campaign/Ad Group selections).
>  faultActor:
>  faultNode:
>  faultDetail:
>         {https://adwords.google.com/api/adwords/v13}fault:
>        112
>
>        Including Zero Impression Keywords will make your
> report too large to run. To include this data, please narrow the scope
> of other report settings in this request (such as your View, Date
> Range, or Campaign/Ad Group selections).
>
> The reason this error is unexpected to me is that the date range I am
> using is for a single day.  Furthermore the account, while large, is
> nowhere near as large as many of the other accounts that our
> application manages.  This account has about 400K keywords, but our
> application manages several accounts that are twice that size and we
> have never had an issue getting a single day zero impression report.
>
> The other strange issue is that I can change my report request to
> include all of the campaign ids in the account and the report runs
> correctly.  So I am still able to get the report that I wanted (a zero
> impression report for the entire account) but I can't do it if I leave
> the DefinedReportJob.campaigns field empty.  However leaving the field
> empty and setting it to all of the campaign ids in the account is
> functionally equivalent.
>
> Thanks in advance for any words of wisdom on this issue.
>
>     Tim

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Unprocessed results? What causes these?

2010-07-13 Thread AdWords API Advisor
Hi,

The reasons are listed here:

  
http://code.google.com/apis/adwords/v2009/docs/reference/BulkMutateJobService.UnprocessedResult.html

Best,
- Eric Koleda, AdWords API Team

On Jul 11, 10:39 pm, ojak  wrote:
> 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


keyword Bids

2010-07-13 Thread axum
I have a campaign id and an AdGroup ID I want to use the API to change
the bid on keywords in a adgroup.  Is there a way to do that using the
API?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Keyword Tool - Logged In or Logged Out?

2010-07-13 Thread AdWords API Advisor
Hi Joe,

I don't have any information about accuracy at this time.

Best,
- Eric

On Jul 12, 7:48 pm, Joe Z  wrote:
> Thank you Eric. I see it's an issue and core engineering is working on
> it.
>
> Do you have an idea which set of numbers is correct or closer to
> correct? In other words, where is the issue, when logged in or when
> logger out? With this information, at least we can proceed with our
> campaigns with more confidence.
>
> Thank You,
> Joe
>
> On Jul 12, 7:19 pm, AdWords API Advisor 
> wrote:
>
>
>
> > Hi,
>
> > Please see this related thread:
>
> >  http://groups.google.com/group/adwords-api/browse_thread/thread/3b474...
>
> > Best,
> > - Eric Koleda, AdWords API Team
>
> > On Jul 9, 5:23 pm, k  wrote:
>
> > > This question is very relevant to my interests, as I have noticed the
> > > same thing.
>
> > > Also curious, when logged in, I cannot get the stats for the
> > > particular keyword I entered, only the suggested keywords. This has
> > > caused me to actually prefer not logging in.
>
> > > Thanks, K
>
> > > On Jul 9, 12:35 pm, Joe Z  wrote:
>
> > > > I have noticed the Google AdWords: Keyword Tool returns dramatically
> > > > different results depending on whether I'm logged in or logged out of
> > > > my AdWords account.
>
> > > > The logged in results are much lower then results when I'm logged out.
> > > > I have seen others make the same observation, but I have yet to find
> > > > an explanation.
>
> > > > For example:
>
> > > > Keyword - canon camera bag - Exact result:
> > > > Logged In - Global 1,300  Local 590
> > > > Logged Out - Global  14,800 Local 8,100
>
> > > > I am new to AdWords and this confusion makes me hesitant to start a
> > > > campaign until I understand what I'm seeing as far as search volumes.
>
> > > > Which set of results is more accurate?
> > > > Why such large discrepancy depending on log in status?
>
> > > > Thank You,
> > > > Joe

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Filter adgroups by campaign

2010-07-13 Thread phpguy
Hi Eric,

I'm not sure if I'm doing something wrong or now but I had used the
code from the example with the 201003 version and it wouldn't filter
but instead displayed all campaigns (deleted, paused and enabled).
Right when I changed it to v200909 it worked.  Just wanted to give you
the update in case it was a bug or not.  I'll be glad to submit my
code if you need it.

Thanks!

On Jul 12, 5:31 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Yes, this is possible using the campaignIds field of the selector:
>
>  http://code.google.com/apis/adwords/v2009/docs/reference/AdGroupServi...
>
> A PHP example is available here:
>
>  http://code.google.com/p/google-api-adwords-php/source/browse/trunk/e...
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 9, 2:15 pm,phpguy wrote:
>
>
>
> > I'm looking to retrieve ad groups from specific campaigns.  Is there
> > anyway to do this?  I've seen the selector field by date but was
> > hoping to do it by campaign.
>
> > Thanks for any 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: BulkMutateJob status and stats returning bizarre results.

2010-07-13 Thread ojak
It's consistent.

Can't see any information on our side that would allow us to
troubleshoot.




On Jul 12, 3:43 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Are you seeing this behavior sporadically or consistently?
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 11, 6:49 pm, ojak  wrote:
>
> > 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:
> > ==
> > # > �...@billingsummary=
> >   # >   �...@numoperations=28600,
> >   �...@numunits=400400>,
> > �...@context=
> >   # >   �...@authenticateduseremail="filtered",
> >   �...@effectivecustomerid=filtered>,
> > �...@id=90661,
> > �...@job_type="BulkMutateJob",
> > �...@numrequestparts=50,
> > �...@numrequestpartsreceived=50,
> > �...@policy=[],
> > �...@stats=
> >   # > 0x11a311378
> >   �...@jobstats_type="BulkMutateJobStats",
> >   �...@numfailedoperations=0,
> >   �...@numoperations=50,
> >   �...@numunprocessedoperations=431450,
> >   �...@pendingtimemillis=35000,
> >   �...@processingtimemillis=1994,
> >   �...@progresspercent=13>,
> > �...@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


Re: BulkMutateJob status and stats returning bizarre results.

2010-07-13 Thread ojak
Consistently.



On Jul 12, 3:43 pm, AdWords API Advisor 
wrote:
> Hi,
>
> Are you seeing this behavior sporadically or consistently?
>
> Best,
> - Eric Koleda, AdWords API Team
>
> On Jul 11, 6:49 pm, ojak  wrote:
>
> > 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:
> > ==
> > # > �...@billingsummary=
> >   # >   �...@numoperations=28600,
> >   �...@numunits=400400>,
> > �...@context=
> >   # >   �...@authenticateduseremail="filtered",
> >   �...@effectivecustomerid=filtered>,
> > �...@id=90661,
> > �...@job_type="BulkMutateJob",
> > �...@numrequestparts=50,
> > �...@numrequestpartsreceived=50,
> > �...@policy=[],
> > �...@stats=
> >   # > 0x11a311378
> >   �...@jobstats_type="BulkMutateJobStats",
> >   �...@numfailedoperations=0,
> >   �...@numoperations=50,
> >   �...@numunprocessedoperations=431450,
> >   �...@pendingtimemillis=35000,
> >   �...@processingtimemillis=1994,
> >   �...@progresspercent=13>,
> > �...@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


Incomplete function

2010-07-13 Thread Lucasm
Am I correct to notice that in python the function
BulkMutateJobService.DownloadBulkJob does not function as described?
It will run until the job is completed and not until max_polls is
reached.

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


AdWords API Problem

2010-07-13 Thread Khalid Wazir
hi,
I am using Google AdWords API using php. I have pass the keyword and
search method like exact search but it showing the result not on my
keyword like bellow is the out put

Keyword with text 'sample keyword 1856807004 0', match type 'BROAD',
and average monthly search volume '99677' was found. Keyword with text
'Red Herring 1', match type 'BROAD', and average monthly search volume
'177279' was found. Keyword with text 'sample keyword 1856807004 2',
match type 'BROAD', and average monthly search volume '206190' was
found. Keyword with text 'Red Herring 3', match type 'BROAD', and
average monthly search volume '292944' was found. Keyword with text
'sample keyword 1856807004 4', match type 'BROAD', and average monthly
search volume '71855' was found. Keyword with text 'Red Herring 5',
match type 'BROAD', and average monthly search volume '295403' was
found. Keyword with text 'sample keyword 1856807004 6', match type
'BROAD', and average monthly search volume '57962' was found. Keyword
with text 'Red Herring 7', match type 'BROAD', and average monthly
search volume '144716' was found. Keyword with text 'sample keyword
1856807004 8', match type 'BROAD', and average monthly search volume
'282964' was found. Keyword with text 'Red Herring 9', match type
'BROAD', and average monthly search volume '251229' was found.

please help me what is problem now ?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 results on API, thousands on keyword tool

2010-07-13 Thread Irio
Hi,

My guess is because it is brand name... and you cannot book in a
campaign brand names afaik.


On Jul 13, 9:32 am, calford  wrote:
> Hi,
>
> Just want to make a different thread for this issue so it doesn't get
> lost on the April-May-June no data one.
>
> If i try to get volume for some keywords using the adwords keyword
> tool (web interface) i get these results for US in all languages using
> BROAD matchtype
>
> Nicole Kidman: Global: 2,240,000           Local:550,000
> John Travolta: Global: 1,830,000                 Local:550,000
> Lindsay Lohan: Global: 7,480,000        Local:2,240,000
>
> But, using the API i get no results for any of them for the last 12
> months.
>
> any ideas why this is happening?

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


api error 2010 reports: keywordtext was added to the xml file

2010-07-13 Thread webtem-tr
api 2010 version use, I create reports with api. As of yesterday, but
reports are that despite creating a keyword, the keyword in xml file
seems to stop.

selector as follows;

  $selector->fields = array('CampaignId','AdGroupId', 'Id',
'KeywordText',
  'KeywordMatchType', 'Impressions', 'Clicks',
'Cost','Conversions','ConversionRate', 'AveragePosition',
'AverageCpm','AverageCpc','IsNegative');

reports of success, but was not added to the xml file keywordtext

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


No results on API, thousands on keyword tool

2010-07-13 Thread calford
Hi,

Just want to make a different thread for this issue so it doesn't get
lost on the April-May-June no data one.

If i try to get volume for some keywords using the adwords keyword
tool (web interface) i get these results for US in all languages using
BROAD matchtype


Nicole Kidman: Global: 2,240,000   Local:550,000
John Travolta: Global: 1,830,000 Local:550,000
Lindsay Lohan: Global: 7,480,000Local:2,240,000


But, using the API i get no results for any of them for the last 12
months.

any ideas why this is happening?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: wrong results for low volumes?

2010-07-13 Thread calford
Hi,

well, the only example I have is "hsbc falciani" using BROAD
matchtype.
I get the exact same results for Japan, India, Russia, China, Spain,
Portugal, Belgium, Netherlands, and Austria. It just doesn't seem
right.

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