Invalid response of ad performance report requests.

2011-07-11 Thread Toshi
I got errors when I requested ad performance report with adwords-
api-8.3.1.jar.

1. response of invalid xml including contents below:

!!!1|||86142134|||Unexpected exception???

2. Exception of InternalApiError.UNEXPECTED_INTERNAL_API_ERROR.

I have two soap requests of the requests, and I can send them via
email.

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

2011-07-11 Thread OTTMike
Hi,

Is there any way to see some kind of detailed billing about how our
API credits are being used?  I mean kind of a breakdown to see how
many are spent on each service?

We are spending over 200k api units per day and we are trying to track
down the main culprit.

We are doing a stats report on keywords, campaigns, and adgroups 7
times / day, so thats 21 reports.

Also we run a GET on CampaignService which returns 14 campaign 7 times
a day, and  a GET on AdGroupService which returns 420 adgroups 7 times
a day.

Maybe I'm not adding all this up correctly, but thats a little over
11k credits.

Any help/insight appreciated.

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


internal server error.

2011-07-11 Thread soumya pathuri
I am trying to use traffic estimator service and I am getting 500
internal server error.Please suggest 


 http://schemas.xmlsoap.org/soap/envelope/";
 xmlns:o="https://adwords.google.com/api/adwords/o/
v201008"
 xmlns:cm="https://adwords.google.com/api/adwords/cm/
v201008"
 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
 
 
 xx
 t...@xxx.com
 x
 Testing
 
 
 
 
 
 
 
 
 
 SEO
 EXACT
 
 
 
 100
 
 
 
 US
 
 
 en
 
 
 
 
 
 

Thanks,
Soumya.

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


AdParamService enhancement idea

2011-07-11 Thread jstedman
It occurred to me that the AdParamService could potentially be used to
implement 3rd party click tracking for Audience bidding. Currently
AdParams are only triggered for insertion by search keyword, but if
insertion could be triggered by Audience(or any criterion object)
also, the AdParam could be used to trigger an alternative destination
URL with tracking tags for each UserList or UserInterest. This would
enable us to bid more intelligently on these criteria without
separating out remarketing or topic targeted adgroups which would make
these features much more attractive.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Odp: Re: Report generate took 4 hours.

2011-07-11 Thread Thiago Medeiros
Hi Tomasz,

If I´m not wrong, adwords stores your 100 last reports. And you can see a 
list of them through  the UI (User Interface), when you access directly from 
the web.

Eric, I´m waiting for a long time ago for the cross client feature, and I 
would like to know if is there some deadline for this feature. We are 
talking about 1 month, 6 months or 2 years until this feature has been 
released?

In some cases, I use v13 to download data just for a few clients, so, i 
usually use the ClientEmail atribute to configure wich clients I would like 
to return, but now, the Email field isn´t required (you can create a new 
adwords account directly from your MCC without setting up an email), and v13 
don´t have any workaround for it. Is there any way to use a list of 
ClientCustomerID in v13 reports using cross client feature? Do you have any 
idea for me?

eg (part code from v13 api):

job.crossClientSpecified = true;
job.crossClient = true;
job.clientEmails = new String[] { EmailList }; 
//how can i use this for accounts that doesn´t have an email?

thanks,
Thiago.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Lack of AggregationTypes in v201101

2011-07-11 Thread jstedman
I made the same assumption about aggregation when I first started
migrating our implementation, but it is actually supported.

To get a specific level of aggregation, you just select the field for
that aggregation type. For instance, to get a report aggregated by
date, just include the Date field in your report definition. To get it
aggregated by month, just include the MonthOfYear field in your report
definition.

The cross-client reporting is still not available and we will be able
to use the v13 ReportService to get cross-client reports until it is
released.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Internal Error when validating AdGroup Performance report

2011-07-11 Thread Kevin
Hi David,

I was able to consistently reproduce this issue on July 5th.  Then it 
started to happen intermittently.  Now, I can't reproduce it anymore.  I'll 
try out your suggestion when it starts happening again.

Thanks,
Kevin 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Odp: Re: Report generate took 4 hours.

2011-07-11 Thread Tomasz Pajor
Hi Eric,

What is the limit of defined reports, and when can I see a list of
already created?

--
Best regards
Tomasz Pajor

On Jul 11, 8:07 pm, Eric Koleda  wrote:
> Hi Tomasz,
>
> Yes, that's correct.  The LAST_7_DAYS dateRangeType is a sliding time
> window, relative to the day you download the report.  Report downloads are
> currently free, only creating a report definition has a cost.  We have some
> more information about this on our Best Practices page:
>
> http://code.google.com/apis/adwords/docs/bestpractices.html#sliding_d...
>
> 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: Calling the get() for the CampaignService??

2011-07-11 Thread David Torres
Hi Neil,

Any reason why you aren't using the Perl client 
lib
?

Can you post your sanitized request XML?, I'm not quite familiar with 
SOAP::Lite but its seems you have an extra 'authenticate' element in your 
request.

Best,

-David Torres - 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: Odp: Re: Report generate took 4 hours.

2011-07-11 Thread Eric Koleda
Hi Tomasz,

Yes, that's correct.  The LAST_7_DAYS dateRangeType is a sliding time 
window, relative to the day you download the report.  Report downloads are 
currently free, only creating a report definition has a cost.  We have some 
more information about this on our Best Practices page:

http://code.google.com/apis/adwords/docs/bestpractices.html#sliding_date_range

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: Internal Error when validating AdGroup Performance report

2011-07-11 Thread David Torres
Hi Kevin,

I was able to pull your request and error out of the logs, the error is 
saying that your specified client account is not managed by the given MCC, 
however I can see in this specific case how the account is a second level 
sub-MCC that is in the tree of the main MCC of your request hence the error 
seems not to be valid.

Do you think you can link/un-link those MCCs and re-test?, in the meantime I 
will keep investigating.

Best,

-David Torres - 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: Intermittent NOT_ADS_USER error message

2011-07-11 Thread Eric Koleda
Hi Yaron,

It looks like this error was due to some backend issues on Google's side, 
and there was no way prevent them.  Let us know if you see these errors crop 
up again.  Unexpected errors are always possible in the API, and we 
recommend you implement error handling and retry logic to gracefully handle 
these cases.

http://code.google.com/apis/adwords/docs/bestpractices.html#error_handling

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: Price Adwords Api

2011-07-11 Thread David Torres
Hi Julio,

You can apply for a developer token by following these 
steps
.

The costs of the API are outlined in this 
page
.

Best,

-David Torres - 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: CampaignService returning extra campaigns

2011-07-11 Thread David Torres
Hi,

By looking at the account and your request id, I can see your account has 
the same active campaigns which matches what the API is returning. Keep in 
mind that the UI is also applying other filter when you say "All Enabled" 
which is also filtering by end date, your account has some active campaign 
which end date is past.

Best,

-David Torres - 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: api showing wrong cpc today?

2011-07-11 Thread David Torres
Hi,

It really depends on how is your software constructing the request to the 
traffic estimator service, a lot of variables are taking in consideration 
when generating results like the max cpc and targets. If you can provide me 
with request ids of your software requests against the API, I'll be more 
than glad to take them a look a give you further advice.

Best,

-David Torres - 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: awapi-local-db-sync-1.1.0

2011-07-11 Thread David Torres
Hi,

awapi-local-db-sync-1.1.0 is a project that is not longer maintained since 
is based on the v13 version of reports, I'll recommend you to not relay on 
it.

Please try specifying email/password of your MCC account and then put in 
client_emails your AdWords accounts client emails.

Best,

-David Torres - 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


Lack of AggregationTypes in v201101

2011-07-11 Thread gema0024
Hi team,

currently I tried to start a example report migration von v13 to 201101 and 
I wondered while it's not possbile to specify any aggregation type.
After googling arround I found a hint ("The v201003 ReportDefinitionService 
currently has some limitations: it lacks support for aggregation types and 
cross client reports. We are working to add support for these features in a 
future version of the AdWords API") from July 2010 that this feature (and 
also crossclient-reporting) comes with an later api version (see 
http://adwordsapi.blogspot.com/2010/07/introduction-to-reportdefinitionservice.html).
So, cross-client-reporting isn't working (see adwords blog), and it looks to 
me, that aggreation is also not available with new 201101 api.
I am right that this (for me important) aggregation feature will still 
missing in v201101 (because it not depent on cross client reporting )?
Are there generally any release plannings for the aggregation feature, or is 
planned to "expire"?

Regards,
Marco

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Adwords API sandbox

2011-07-11 Thread David Torres
Hi Soumya,

Please follow the step outlined in this 
page. 
Let me know if you need further assistance.

Best,

-David Torres - 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: DCO campaign data related error

2011-07-11 Thread David Torres
Hi Ashok,

do you mind emailing me  directly the details of your 
campaign id and type of report your are running, better if you have a report 
definition id I can take a look at.

Best,

-David Torres - 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


RESPONSE_SIZE_LIMIT_EXCEEDED Error

2011-07-11 Thread Maxim Kurapatkin
Hello, 
I've got strange error on get criterions request. xml batch seems right. can 
you please check out what is wrong? 

[Mon Jul 11 09:23:39 2011] Outgoing Request: 
http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
>https://adwords.google.com/api/adwords/cm/v200909";>xREDACTEDXXXPerl
 Google::AdWords::Client 1.3.2: 
get_keywords.plfalsehttps://adwords.google.com/api/adwords/cm/v200909";>172675561015
 



[Mon Jul 11 09:23:42 2011] Incoming Response: 
http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v200909";>0b5f3dc707265aa21a259160ee4a1ace132421soap:ServerSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
 @ https://adwords.google.com/api/adwords/cm/v200909";>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
 @ 
ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SizeLimitError">SizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED
 




Thanks 
-Maxim 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 use search volume trends ? Does this create graph?

2011-07-11 Thread David Torres
Hi Leila,

To find out search volume stats you can use the 
TargetingIdeaService,
 
here is an example how to fetch data from this service using 
Java,
 
we also have similar examples in other languages.

Data extracted from this service can then be fed to the Chart 
APIto create Graphs.

Best,

- David Torres - 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


validateReportJob - An internal error has occured.

2011-07-11 Thread Tomasz Pajor
Hello,

I'm permanently getting InternalServerError from google api when
trying to run validateReportJob request.

Couple of Request IDs:
- 5b7fd85b364040ef205b10ac39bf70d0
- 5999895bf1a479db05253a887b979b55
- 4699b1a7c15e3ee4f2ee4db1fcfad737

Can You please explain what's wrong?

--
Best regards
Tomasz Pajor

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


how do you get campaigns for a specific account?

2011-07-11 Thread andrew branco
i am having a problem where i can get campaigns for a user specified through 
client email in this case i am using the sandbox so when i use 
client_1+em...@email.com it will return campaigns for that user , but how 
would i loop through all the users (in this case client_1 - client_5 since 
its the sandbox) and be able to retrieve the campaign information for 
everyone?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Odp: Re: Report generate took 4 hours.

2011-07-11 Thread Tomasz Pajor
So if I understand You correctly Eric, in the v201101
ReportDefinitionService,
if I define dateRangeType to LAST_7_DAYS, store the report definition
id,
then download the data, and then the next day download the same report
with that report definition id I will have new data for free?

On Jul 11, 4:20 pm, Eric Koleda  wrote:
> Hi Tomasz,
>
> Unfortunately I don't have any further updates as to when cross-client
> reporting will be available in the new reporting system.  Something to
> remember is that report definitions can be reused, and it doesn't cost any
> API units to download the report from an existing report definition.
>
> 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: Intermittent NOT_ADS_USER error message

2011-07-11 Thread Yaron Elkayem
Hi Eric

The last API error was recorded at 08/07/2011 10:57,  3 days ago and
nothing since.

I'll keep you posted if it'll reappear.

on the 06-07/JULY/2011 a large number of messages like these appeared
for dozens of accounts.

one of them was 10247313b66b02ffbe264f6b8d58b7ea  as seen in the post above.

we'd like to prevent future messages like these as it might seriously
affect campaign management processes but we do not know the source of
the problem.

could you let us know what might raise these kind of API faults?

Thanks
Yaron


On Jul 11, 4:17 pm, Eric Koleda  wrote:
> Hi Yaron,
>
> I don't have any further information about this error.  Can you provide a
> more recent request ID?  Is this only happening for certain accounts?
>
> 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: Odp: Re: Report generate took 4 hours.

2011-07-11 Thread Eric Koleda
Hi Tomasz,

Unfortunately I don't have any further updates as to when cross-client 
reporting will be available in the new reporting system.  Something to 
remember is that report definitions can be reused, and it doesn't cost any 
API units to download the report from an existing report definition.

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: Intermittent NOT_ADS_USER error message

2011-07-11 Thread Eric Koleda
Hi Yaron,

I don't have any further information about this error.  Can you provide a 
more recent request ID?  Is this only happening for certain accounts?

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


API returns empty reponse for not authorized account

2011-07-11 Thread rafal
Hi

When asking for account via ServicedAccount, for one of my customers I
get NOT_AUTHORIZED error which is clear as that customer has not
approved authorization request yet
59f64ca29125bd282f9cfe8ec408ee8c

However, from time to time I get a response with getResponse tag
empty:
aa79d9a97bb9ab33b446d03f3a7d527a

How is it possible?

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


The same report, obtained through the api V201101, is smaller

2011-07-11 Thread relevanttraffic
Hello. I used Java Adwords API V13 for get reports. I`m updating api
to v201101 now. Encountered a strange problem.
1. add gzip report through api;
2. wait until the report will be available. (get response from
report`s url https://adwords.google.com/api/adwords/reportdownload?__rd= and check if response header "Content-Disposition" not null) ;
3. download and unzip the report xml. file size - 7 MB ;
4. go to "Client Reporting"->"Try out the new client reporting
interface", click "Run now", save and unzip the report. get a file
size of 24 MB;
5. again load same report by id throw API. again get a file size of 7
MB.
The same report, obtained through the api, is smaller. What am I doing
wrong?

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


still having the same problem please I need help - awapi-local-db-sync-1.1.0

2011-07-11 Thread Ali Rodan
Hi,
I used the open source project to perform some reports.
I did some changes to the report type since i need to retrieve
Adgroup
performance results as follows:
[AdWordsSettings]
# These settings are used to log in to the AdWords API.
namespace: https://adwords.google.com/api/adwords/v13
server: https://adwords.google.com/api/adwords/v13/
# Replace this with the email address of your MCC account.
email: my email
# Replace this with the password of your MCC account.
password: my pass
# Replace this with the developer token you use for AdWords API
access.
developer_token: token
# Replace this with the application toktne you use for AdWords API
access.
application_token: 0
# Specify client emails in a space-sepated list.
# Each client email should correspond to an AdWords account managed by
the
MCC.
# e.g.: clie...@example.com clie...@example.com clie...@example.com
client_emails: client email
[MiscOptions]
# Maximum number of concurrent AdWords API SOAP requests.
# Note: making more than 4 concurrent requests from the same IP and
same
# Developer token can potentially lead to rate limiting on the server
side.
max_requests = 1
# Maximum number of concurrent report jobs to have active at any one
time.
# Note that the Reports Center only supports at most 15 active
reports
before
# they're replaced on a FIFO basis. The reports will live in the
Report
Center
# belonging to the client AdWords account, NOT the MCC account!
max_reports = 1
# String to pass in to the dbapi2.connect() method. Note that %s in
the
string
# will be replaced by the client email address currently being acted
upon,
# making it easy to shard your databases by client accounts.
# For SQLite, this should be the path to a file on the file system.
# Paths are relative to the bin/ directory, from which the scripts are
run.
# If a different dbapi2 provider is being used, this string will
likely have
to
# include login information as well.
db_connection_string = ../db_data/production-%s-adwords.db
# The remaining config sections list the report definitions and
corresponding
# tables that belong in each database. The properties are:
#
# report_job: The XML defining the report to be run. See
# http://www.google.com/apis/adwords/developer/DefinedReportJob.html
#
# create_sql: The SQL used to create the corresponding DB table. The
columns
# here should match the "Response XML" columns for the associated
report_job.
#
# days_to_keep: DB entries older than this number of days will be
automatically
# removed before any new data is added. Note that at least one
previous
run's
# worth of data will be kept, even if it's older than days_to_keep,
to
ensure
# that the change history between the previous and most recent update
is
saved.
# Ad Group table
[AdGroupHistory]
report_job: AdGroup
Local DB Sync: AdGroup
   Daily
   2011-07-4
   2011-07-5
   true
   AdGroupId
 AdGroup
 AdDistributionWithSearchPartners
 AdGroupMaxCpa
 AdGroupStatus
 AdWordsType
 AverageConversionValue
 CampaignId
 Campaign
 CampaignStatus
 ConversionCategory
 ConversionDescription
 ConversionName
 ConversionRate
 Conversions
 CostPerConverstion
 CostPerTransaction
 DailyBudget
 TotalConversionValue
 Transactions
 ValuePerClick
 ValuePerCost
 create_sql: CREATE TABLE AdGroupHistory (
   adgroupid INTEGER,
   adgroup TEXT,
   adDistributionWithSearchPartners TEXT,
   agMaxCpa INTEGER,
   agStatus TEXT,
   adwordsType TEXT,
   avgConvValue DECIMAL,
   campaignid INTEGER,
   campaign TEXT,
   campStatus TEXT,
   conversioncategory TEXT,
   conversiondescription TEXT,
   conversionname TEXT,
   convRate DECIMAL,
   conv DECIMAL,
   costPerConv DECIMAL,
   cpt DECIMAL,
   budget INTEGER,
   convValue INTEGER,
   transactions INTEGER,
   convVpc DECIMAL,
   valueCostRatio DECIMAL
   );
days_to_keep: 3
*when I run the run_reports.py, I got this error in the log file, I
know
that if I move the  true everything will
work
fine, but the thing that make me put it, is that i want to retrieve
some
attributes like SalesValue, PageViewCount, SignupCount
LeadCount ..ect. Also
my access has beeb changed from standard to **administrative.*
* faultType: : {'fault': :
{'trigger': 'crossClient', 'message': 'You must supply an MCC login
to
perform the current operation.', 'code': '61'}}>*
*
*
*
*

Re: how create full add with stats ?

2011-07-11 Thread Minius
Hi,

> Also, Ads are immutable, so the right way to modify an ad would be to delete
> an existing ad and create a copy with modified data.

As of this, is there are current function (adwords api function) to
copy ad and from copied ad create new ad with modified, for example,
headline description1 and description2 ? Or there are only one way -
bay creating my own functions?

And i have another question.
When i delete ad (than later create new based on deleted ad), deleted
ad still visible with "delete" status. Is there are some possibilities
to completely remove ad from adword system?




On 5 Lie, 11:42, "Anash P. Oommen"  wrote:
> Hi Minius,
>
> You can refer 
> tohttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/e...for
> details on how to create an Ad. As for the part on AdStats, I don't quite
> understand what you are trying to do. If you want to retrieve your ad stats,
> you can try retrieving the ads you create normally, while requesting the
> appropriate selector field names for stats fields. 
> Seehttp://code.google.com/apis/adwords/docs/reference/latest/AdGroupAdSe...
>  andhttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/e...for
> details.
>
> Also, Ads are immutable, so the right way to modify an ad would be to delete
> an existing ad and create a copy with modified data.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Odp: Re: Report generate took 4 hours.

2011-07-11 Thread rayden
+1

On Jul 11, 11:49 am, Tomasz Pajor  wrote:
> Hello Eric,
>
> Thank You for the reply. We are ready to switch to v201101 for at least 3
> months now, there is one problem that is holding us back, You are not
> supporting cross-client reports in v201101. The cost of downloading all the
> reports per client is unacceptable.
>
> Do You have any date when cross-client will be available in v201101?
>
> --
> Best regards
> Tomasz Pajor

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


Odp: Re: Report generate took 4 hours.

2011-07-11 Thread Tomasz Pajor
Hello Eric,

Thank You for the reply. We are ready to switch to v201101 for at least 3 
months now, there is one problem that is holding us back, You are not 
supporting cross-client reports in v201101. The cost of downloading all the 
reports per client is unacceptable.

Do You have any date when cross-client will be available in v201101?

--
Best regards
Tomasz Pajor

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


How to display AdGroupId and CampaignId in Placement report?

2011-07-11 Thread Lex Chen
Hi, All,
I try to define a placement report with fields ("AdGroupId", "CampaignId"). 
But when I download the report which I defined, I can't find those fields. I 
use Java to develop the report. I have try v201101 and v201008 API 
in adwords-api-8.3.1.jar. Both of them got same result (Miss AdGroupId and 
CampaignId). What can I do then? Is there anyone can teach me how to do? 
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