DatabaseError.CONCURRENT_MODIFICATION

2011-09-27 Thread surya sanapala
We have some internal jobs which download 5 different type of performance 
reports every day. Request to download these different reports are fired at 
the same time for a given customerID. We see the following SOAP fault with 
the response. Despite the following error , reports get downloaded.

GoogleFault {
message : DatabaseError.CONCURRENT_MODIFICATION @ 
com.google.ads.api.services.campaignmgmt.common.error.DatabaseError.(Datab
exception Type : ApiException
Error {
fieldPath : 
trigger : 
error type : DatabaseError
reason : CONCURRENT_MODIFICATION
}
}
Under what circumstances we get this error? . Request to download different 
reports for same customerId at the same time causing this error?.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: State/Province list for Location Extension

2011-09-27 Thread Alexander Parij
Thanks Eric, 

Unfortunately the api requires the postalCode...
This address or any other UK or South African address is accepted in UI and 
can be downloaded with the same post code.
You can try Apple's store address in London taken from the official site :  
235 Regent Street
London, W1B 2EL
England, GB

I hope you don't reject this address based on the rivalry between the two 
companies...

Alexander Parij.
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: State/Province list for Location Extension

2011-09-27 Thread Eric Koleda
Hi Alex,

Some trial and error indicates that the service is rejecting it with the 
postalCode specified, but working correctly without a postal code. 
 Unfortunately I don't have any information as to why this is the case.  Is 
this address validating correctly in the UI?

Best,
- Eric

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 - get method vs. getBulkKeywordIdeas method

2011-09-27 Thread Eric Koleda
Hi,

The simple answer to a majority of your questions is that the API is 
exposing the data that the backend supplies, which is limited.  To address 
your individual questions:

1) This may be happening for some queries but the behavior isn't guaranteed.

2) I'm not aware of any get() queries that return more than 800 results.

3) This is a requirement of the backend.

4) I am able to make a getBulkKeywordIdeas() request using 
a RelatedToUrlSearchParameter and RelatedToKeywordSearchParameter.  What 
error are you getting?

Best,
- Eric Koleda, AdWords API Team

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

2011-09-27 Thread Eric Koleda
Hi Mahdi,

The AD_PERFORMANCE_REPORT has a field "KeywordId" that you can use to 
segment the report by the keyword that triggered the ad.  You can then make 
a KEYWORD_PERFORMANCE_REPORT with the field "MaxCpc" to get the 
keyword-level max CPC for each keyword.  If the keyword doesn't have an 
explicit bid that value will be null, so you'll need to refer to an 
ADGROUP_PERFORMANCE_REPORT to get the ad group-level bid.

Best,
- Eric Koleda, AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Re: [ReportDefinitionError. CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ operations]

2011-09-27 Thread Eric Koleda
Hi Ezequiel,

Can you double-check that the Customer ID in the clientCustomerId header 
corresponds to a regular ad-serving account instead of an MCC account?

Best,
- Eric Koleda, AdWords API Team

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


Paging for AdParamService.get no longer working for v201008 and v201101

2011-09-27 Thread Anthony - RKG
Hi all,

Sometime in the last few days, calls to the AdParamService.get (even with 
paging) result in the following error message:

http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SizeLimitError">SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDEDSizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED

I've taken the numberResults all the way down to 100 and it still throws the 
error for both v201101 and v201008.

Here is the last requestId: 0004adeffa1df1900a11391138d5

Any help would be greatly appreciated,
Anthony

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: State/Province list for Location Extension

2011-09-27 Thread Alexander Parij
Hi Eric 

Can you explain to me why this address is invalid geolocation or any address 
in UK? :

   'streetAddress' :17 Rectory Terrace ,
   'streetAddress2' : '' ,
   'cityName' : Cambridge,
   'provinceCode' : GB-ENG,  (or ENG )
   'provinceName' : ENG or England
   'postalCode':  CB1 9HU ,
   'countryCode' : GB

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: Could not open input file AddCampain.php

2011-09-27 Thread Dan Kelly
Thats when running the following command - php AddCampain.php

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


Could not open input file AddCampain.php

2011-09-27 Thread Dan Kelly

Any had this issue when going through the tutorial that when you go to the 
command prompt and run the AddCompain.php files that it displays the 
following error "Could not open input file AddCampain.php"

Thanks, Dan

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 'Managed' Adwords client accounts get their own Developer Token ?

2011-09-27 Thread jstedman
Emma,

Seeing as some dev tokens recently got suspended for low usage, this
probably is not practical unless a client is extremely large. An
option would be to pass the API cost on to the customer, but obviously
this might be a barrier of entry for some smaller clients as their
budget probably is small to begin with.

Something that helps to keep costs down is using the new reporting
service and sliding date ranges. This allows you to store report
definitions for each client for a one time cost of 400 API units per
report type and retrieve the reports at no cost from then on. This is
only a solution if you regularly request the same information for a
specific time period.

Something that helps in tracking unit usage per client in an MCC is
the InfoService which can be used to get API unit cost per client by
service or even by method. Obviously it costs an extra unit each time
you use this service, but if you are just using UNIT_COUNT_FOR_CLIENTS
and not filtering by service or method it is very cost effective to
track usage per client for each month.

Hope this is helpful!

Jason

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-27 Thread vrgoogler
What is your alternative then? I am thinking of using Wordtracker if
they have the data I want.

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


Access analytic data using AdWords API

2011-09-27 Thread Ehsan Abu Lebdeh
Hi;

I have question about how can adwords API interact with analytic data
(adwords dimension and matrix):

- Is it possible to adwords API read adwords diminsation and matrix of
google analytic (eg; keyword, RPC , adClicks .), and not using
gData export API.
  if possible , please post sample code.

Thanks;
Ehsan

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


Can 'Managed' Adwords client accounts get their own Developer Token ?

2011-09-27 Thread phildpearce
Hi, 

We currently manage a few companies Adwords accounts. I can grab all the 
info I want, using the API and their Client ID,  but the downside to this is 
that WE are charged for every API call that's made - my boss obviously 
doesn't want this!

Is it possible for managed client accounts to get their own developer token, 
so API calls are charged to THEM rather then the company who manages the 
account ?

I think it's pretty unlikely, but I thought I'd ask.

Emma

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AdPerformance report returns error after adding a ClickType field

2011-09-27 Thread jstedman
I think it might be the ConversionCategoryName and ConversionTypeName
that are special.

Both have this note in the Report Types table:

"Not compatible with non-conversion stats (AverageCpc, Clicks, etc)."

http://code.google.com/apis/adwords/docs/appendix/reports.html#ad

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Approved AdWords API developer token is now "Rejeted" - PLEASE HELP!

2011-09-27 Thread Austin Houser
Matt,

I've moved on as well.  My company lost a substantial amount of
business due to Google's negligence.  I've read through the API terms
twice now and unfortunately there is nothing preventing Google from
doing this again at their discretion, no security for us.  There is a
clear disconnect here, the lack of API customer support is a sign that
we are disposable paying customers.

Austin

On Sep 26, 7:21 pm, Matt Redford  wrote:
> Hi Rayden
>
> It's been 2 weeks for me and haven't heard a thing.
>
> It's quite clear now how important Google regards us and how important we are 
> to them. As a business and individual I'm thinking twice about my usage of 
> Google products from now on. I'd recommend for you and any others in a 
> similar situation to do the same. They've just lost a loyal customer. Google 
> might read this and shrug its sholders and think it won't make much 
> difference... but I'm sticking by it.

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


Python api client possible bug?

2011-09-27 Thread saverio mucci
Hi, I'm experiencing a problem on the bulk jobs using the python
client library on the sandbox.
I'm creating a job to upload some KW and all the creation process is
fine until i download the created job when i get.

-
Traceback (most recent call last):
  ..
  ..
  File 
"/Users/saveriomucci/.virtualenvs/musixmatch/videolyrics/adwords_client/adwords.py",
line 45, in get_bulk_job
results = bulk_mutate_job_service.DownloadBulkJob(job_id)
  File 
"/Users/saveriomucci/.virtualenvs/musixmatch/lib/python2.6/site-packages/adspygoogle/adwords/BulkMutateJobService.py",
line 87, in DownloadBulkJob
num_parts = job['numRequestParts']
KeyError: 'numRequestParts'
-

This because in the xml response there is no trace of this numRequestParts

-

http://schemas.xmlsoap.org/soap/envelope/";>
 
  https://adwords.google.com/api/adwords/cm/v201101";>
   0004ade92c7058600a0d7a122a8b
   1
   773
   1
  
 
 
  https://adwords.google.com/api/adwords/cm/v201101";>
   

 ***
 0

BulkMutateJob
-1466765601075106993

PENDING
2
   
  
 

-

Am I doing something wrong?

Thanks
Save

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

2011-09-27 Thread Jhon Ronell
Thank you!

I'll check the link. 

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


Waiting for Developer token

2011-09-27 Thread ad...@skiftselv.dk
Hi,

I got my API application ready, and I'm waiting for approval on my Developer 
token.
I've been waiting about 20 days now, and i have send an email descriping and 
showing screenshots of my work.
How long should i expect before it has been reviewed?

Thx.




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