Re: Show customer balance

2011-06-09 Thread Eric Koleda
Hi,

You may be able to use the AlertService to get an alert about the account's 
budget, but you won't be able to retrieve the balance.

  
http://code.google.com/apis/adwords/docs/reference/latest/AlertService.Alert.html

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: It's 2011, please make a REST API.

2011-06-09 Thread Joshua J. Kugler
On Tuesday 07 June 2011, Anash P. Oommen elucidated thus:
> Hi Ryan, Joshua,
>
> Could you share your thoughts on why you prefer a REST API over SOAP
> API ? I could share them with the AdWords team.

I would say the greatest advantages would be simplicity and breath of 
application.

1. Simplicity
Even with a good SOAP library, I have found assembling objects for SOAP 
calls to be tedious and at times trial-and-error.  REST/JSON calls 
would be easy (for me anyway) to set up: Python object hierarchies 
translate very easily to/from JSON.

Right now, there is a HUGE amount of code dedicate to creating interface 
libraries for the AdWords API. With a REST/JSON interface, this code 
could be minimized.

SOAP, while powerful, is *incredibly* complex, causing confusion for 
even those that say they are experts in the field.  REST keeps just 
about all that power while reducing the complexity to URIs and verbs, 
with a JSON (in my idea) payload.

2. Breadth of application
Right now, a client application written in PHP, Python, Perl, Java, etc. 
must be used to query AdWords.  Then, this client application can push 
the data to a web page.  A REST/JSON interface would allow a purely 
JavaScript web page to be built that interacts with AdWords API.

Those are my initial thoughts. I'll post more if I think of them.

Thanks for asking for feedback!

j


-- 
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com - Fairbanks, AK
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: KW Perf. Report missing Content Network stats

2011-06-09 Thread Eric Koleda
Hi All,

We apologize for the sudden change to this report.  The core engineering 
team has located the source of the problem and is working on a solution.  If 
you are merely interested in ad group level detail about the display 
network, then you can run an ADGROUP_PERFORMANCE_REPORT with a predicate for 
AdNetworkType1 EQUALS "CONTENT".

To address the points that Reed made, we acknowledge that the reports 
available today don't provide detailed data on all criteria.  We are working 
with the core engineering team to improve this, as we know this data is of 
great importance to our customers.  It's important to note however that the 
aggregate data (for ad groups, campaigns, account) is always accurate and 
complete.  I think the complexity of Reed's approach stems from trying to 
re-aggregate the detailed data to match up with the aggregate data we 
provide.  If you only care about the aggregate data, or the detailed data we 
do currently provide, then I don't think the process needs to be as complex. 
 Additionally, although it may have a great unit cost, the 
AdGroupCriterionService can be used to retrieve statistics on all criteria 
in the system.

Finally, in regards to the timing for pulling reports, we took Reeds 
feedback from when he raised the issue and have circled around with the core 
engineering team to provide better estimates.  We hope to publish that 
updated information soon.

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: Reports stuck on "pending" status

2011-06-09 Thread bgraves
Most of our v13 reports worked this morning.  However, 2 of them got
stuck like you've mentioned.  One of them finally finished after
pending for a few hours (usually takes minutes).  The other report
getting stuck or I occassionally get this message from the API:
Exception: The specified account has been blocked due to excessive
failed logins.

This API exception occurs seemingly at random and doesn't make sense
since the login info didn't change and I can log in fine through the
UI.

On Jun 9, 8:07 am, "J."  wrote:
> Hi,
>
> Since this morning we are having difficulty generating reports using the v13
> of the API. Our reports are stuck in between "pending" and "inprogress" and
> never complete or fail.
>
> Are you guys aware of any maintenance going on? Is it a known issue?
>
> Thanks in advance for any information regarding this.
>
> J.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Reports stuck on "pending" status

2011-06-09 Thread j.e.frank
We're also experiencing this problem.  It's been happening pretty regularly 
for the past couple weeks.  We are doing our best to come up with a way to 
use the new reporting platform, but there are some holes there (like 
cross-client reports and missing columns) that are preventing us from 
migrating.

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


v13 Reports: clicks in report disappear in mcc interface

2011-06-09 Thread Dmitriy
Hi. I have downloaded report for Jun 2nd and today I can't see in the
MCC interface some clicks, placed into the report.

Please, advise!

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Missing content network data for keyword reports

2011-06-09 Thread Alexander Parij
Happens to us as well

Alexander Parij.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: KW Perf. Report missing Content Network stats

2011-06-09 Thread Alexander Parij
Hi ,

I'm also having problems with keywords report not downloading content 
network. Until couple days ago it was working fine. I haven't change my code 
so the problem is with 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


Reports stuck on "pending" status

2011-06-09 Thread J.
Hi,
 
Since this morning we are having difficulty generating reports using the v13 
of the API. Our reports are stuck in between "pending" and "inprogress" and 
never complete or fail.
 
Are you guys aware of any maintenance going on? Is it a known issue?
 
Thanks in advance for any information regarding this.
 
J.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: "Other domains" figure is not included in Automatic Placement Report

2011-06-09 Thread David Torres
Hi Hendrik,

We don't have a date at this moment but as Eric said we are working with the 
team to make this data accessible as soon as possible.

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: Ruby client -- download_report.rb failed

2011-06-09 Thread google314
with pleasure.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 create Developer Token ?

2011-06-09 Thread pcmanprogrammeur
Hello !
I'm writing to you because I want to create an AdWords campaign !
Because I want to make a big campaign with thousands of ads, I was
thinking of using the AdWords API.
To take in hand the API in PHP language, i used the "AdWords API
sandbox" to try it! When everything worked, I decided to directly add
my ads on my real account !
The problem is that the API needs a "developerToken" that i can't
find ... On the AdWords API forum, people say that I must create a "My
Client Center" account at the following address :
http://www.google.com/intl/en/adwords/myclientcenter/
I click on "Sign up now", Check "I have an email address and password
I already use with Google services like AdSense, Gmail, Orkut, or
iGoogle.", then "Yes, I want to use my current Google account.", I
sign up to my account but I have the error :
"The Google Account x...@xxx.com already has access to an AdWords
account linked to an MCC (Customer ID: XXX-XXX-)."
So i went back to : http://www.google.com/intl/en/adwords/myclientcenter/
and signed in to my account but I couldn't find or create my
"developerToken" on this interface !
The developerToken, as explained on
http://code.google.com/intl/en-EN/apis/adwords/docs/developer/index.html,
is a string that uniquely identifies an AdWords API developer. An
example developer token string is ABcdeFGH93KL-NOPQ_STUv. Developer
tokens are 22 characters long !
Could you help me create my own developerToken, please ?
Thanks for your 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: "Other domains" figure is not included in Automatic Placement Report

2011-06-09 Thread Hendrik Boon @ Traffic4u
Hi Eric,

We would also like to have the "Other domains" figure available. Is
there any update on when it might be accessible?

Thanks,
Hendrik


On May 17, 10:52 pm, Eric Koleda  wrote:
> Hi Reed,
>
> I agree that determining the "Other domains" figure or remarketing traffic
> is difficult at the moment, and we're working with the core engineering team
> to make this data more accessible.
>
> 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: always have Empty reports with ReportUtils::DownloadReport

2011-06-09 Thread Eric Koleda
Hi,

Unfortunately there isn't any logging configured for report downloads. 
 Which version of the library are you using?  Are there any exceptions being 
thrown by the library?

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


Urgent !! report information.

2011-06-09 Thread javeed
Hi,

I am trying to get keyword Report for last one year. Can u do that ?

AS i can see that i have got report for last 6 months, but when i try
beyond that i cannot get report. i get all empty fields.

Is that means that i can only fetch report for last 6 months max ?

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: KW Perf. Report missing Content Network stats

2011-06-09 Thread joel
The Keyword Performance Report was working fine until June 6th. I
don't like it when reports change data with no warnings. I'm also not
looking for domain-level stats, just Adgroup stats. I'm still waiting
on an official word back from Google on it.


On Jun 8, 12:32 pm, Rob  wrote:
> We find it easier just to use the Ad Performance report as the basis for
> everything since it contains data for all ad types, plus the keyword ID for
> each row.
>
> We then use the keyword and managed placement reports to match up keyword
> IDs and enhance the Ad Performance data with keyword text or placement, the
> match type (if it's in the managed placement report then I know it's content
> match!), status, bid cap and quality score, etc.
>
> Anything that's left over is some form of display advertising, which usually
> has fixed "keyword" IDs, e.g. 300 for content targeting.  Apparently you
> can use the AdGroupCriterion service to check what these IDs mean but we've
> seen so few of them that we've just coded up a list internally and add to it
> if a new one comes along.
>
> We're not so much interested in splitting out the automatic placements,
> since we're focused on biddable criteria and there's just one content bid
> per ad group, but I'm sure it would be possible to do.  There's no extra API
> cost to pull the last 7 days daily data, so you should be able to update a
> rolling 7 day period in your database and it would update the domain split
> as and when that's available.

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


Serializing adwrods Objects into XML

2011-06-09 Thread Panks
I am using Adwords Java APIs. My requirement is to dump the Network
objects (campain, Keywords - Page) into xml file. I am trying hard to
use getSerialize method available.

 public static org.apache.axis.encoding.Serializer getSerializer(
   java.lang.String mechType,
   java.lang.Class _javaType,
   javax.xml.namespace.QName _xmlType)

No documentation or sample is available to figure out the parameter
semantics.

Could someone, please give a sample how to use that method and finally
serialize the data.


Thanks
Panks

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: AuthenticationError.NOT_ADS_USER

2011-06-09 Thread kath
I am having this same problem using the sandbox with V201101

This is my request info:
host=adwords-sandbox.google.com 
method=get 
responseTime=312 
operations=0 
units=0 
requestId=b208e31839be6d2206d5cd4316abf13e 
isFault=true 
faultMessage="AuthenticationError.NOT_ADS_USER @ ; trigger:'294302386411' 
Service[TrafficEstimatorService.get]"

Any ideas?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Show customer balance

2011-06-09 Thread JOHO
If the balance is zero... How do I know?
I need to alert the users to prepay.

On May 23, 9:50 pm, Eric Koleda  wrote:
> Hi Marcelo,
>
> Unfortunately that information isn't provided by the AdWords API.
>
> 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: Ruby client -- download_report.rb failed

2011-06-09 Thread Danial Klimkin
Hello google314,


I was able to reproduce the issue. As a workaround please specify 
environment in the config file as 'PRODUCTION'. I will fix this issue for 
the next release.

Thanks for reporting.


BR, Danial.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: QuotaExceededError.QUOTA_EXCEEDED RequestsPerMinute.

2011-06-09 Thread Danial Klimkin
Hello Yaron,


This error is returned when client software sends too many requests in a 
short period of time. Please refer to the following article for more 
details:

  
http://adwordsapi.blogspot.com/2010/06/better-know-error-rateexceedederror.html

I suggest either combining more operations in fewer requests or setting up 
short delays between them. You can also find best practices here:

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


-Danial, 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: Get Related Keywords Via Bulk Job?

2011-06-09 Thread Anash P. Oommen
Hi David,

BMJS works only for campaign management tasks, it won't work for 
TargetingIdeaService and TrafficEstimatorService tasks. Also, v201101 API 
doesn't guarantee that the seed value be returned. See 
http://code.google.com/apis/adwords/forum.html?place=msg%2Fadwords-api%2FXKMTJWl7aqs%2FVm1oXA9gABgJ
 for 
a discussion.

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: multiple targetingIdeaService requests error

2011-06-09 Thread Anash P. Oommen
Hi Victor,

As GemBox suggested, you need to reuse your authTokens. You can also refer 
to 
http://adwordsapi.blogspot.com/2010/07/discover-v2009-working-with-authtokens.html
 for 
best practices around handling authTokens.

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: API access pending

2011-06-09 Thread Anash P. Oommen
Hi Invis,

I have escalated your token review request to the review team.

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: Problem creating report definition

2011-06-09 Thread Anash P. Oommen
Hi Konstantin,

The v201101 cross client reports were unlaunched, so the above code won't 
work right now. See 
http://adwordsapi.blogspot.com/2011/03/update-to-reporting-service-in-adwords.html
 for 
details.
We will announce on  http://adwordsapi.blogspot.com when cross-client 
reports are available again for use, but I don't have a solid date for it 
right now.

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: Gain an access key

2011-06-09 Thread Anash P. Oommen
Hi Doug,

If you haven't signed up for AdWords API, you can do it as described in this 
help article: 
https://adwords.google.com/support/aw/adwordsapi/bin/answer.py?hl=en&answer=15104.
 
To create an MCC, see 
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=7725 for 
details.

Hope this helps. Let me know if you have more questions.

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: AuthenticationError.NOT_ADS_USER

2011-06-09 Thread Anash P. Oommen
Hi,

Are you making this call to the adwords api production environment or 
sandbox? Do you have a request id for the failing call that I can lookup in 
the logs?

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