Re: v13 early sunset ?

2012-02-23 Thread Paul Poulton
we are in a similar position to many of the responders to this thread.

The data retrieved via the API is a dependancy in our data warehouse, so 
when it fails someone has to get up at 4am and look why, and do something 
so our build continues.  Essentially it is only a 3rd party data feed, but 
one that has caused 40% of our failures in the past 3 months.

We didn't manage to retrieve any data yesterday which means I miss a day of 
parallel testing.
Today we have done 10 attempts and still not retrieved any data.  I guess I 
will download it via the webbie.  Time which I had planned for remaining 
Development and Test.

Just an Idea, Bing and Yahoo are merging their API, their approach was to 
send an email asking for a response if you are ready for the migration.

Any chance you could turn this 'feature' off until 29th now because I have 
plenty of error messages to go by now, you can consider me warned thank you 
very much.






-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 early sunset ?

2012-02-22 Thread Paul Poulton
Hi,

Relieved this message this morning.

You are accessing an AdWords API service that has been discontinued.
Calls to this service may fail. Please visit the AdWords API blog for
information on migration to new v2009 AdWords API.

I was under the belief that all versions apart from 20 were being
sunset on 29th February and today is the 22nd ?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v13 early sunset ?

2012-02-22 Thread Paul Poulton
Apparently:

the core engineering team have started returning a small number of random 
errors (10% calls) for v13 reporting to ensure all regular users are aware 
of the deprecation. This error will be returned for 100% of calls from 29th 
Feb.



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: v13 shutdown is a week early!!

2012-02-22 Thread Paul Poulton
Apparently:

the core engineering team have started returning a small number of random 
errors (10% calls) for v13 reporting to ensure all regular users are aware 
of the deprecation. This error will be returned for 100% of calls from 29th 
Feb.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 cross-reference multiple reports?

2012-02-15 Thread Paul Poulton
Hi,

 

 I am doing exactly the same thing however I note that they say 

Use the KeywordContentMaxCpc field of the AdGroup Performance 
Reporthttp://code.google.com/apis/adwords/docs/appendix/reports.html#ad-group
 .


However the Adgroup Performance Report doesnt have this field listed.
So where did you find 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


API Noob

2010-12-06 Thread Paul Poulton
I am a Data Warehouse developer, who has been given the opportunity to
support the google API which is an import source of data for our DW.
Currently we have a VB Solution built for V13 using the ReportService
WSDL it simply gets the required fields from the Keyword Report and
loads to the database.  All Good.

From various background reading I understand that V13 will be sunset
so my first task is to Migrate to the latest version V201008.  The
recommended method is to use Client Libraries which I have downloaded
the .Net version of.
Great its in C# not VB (ill live with that).  There is alot of stuff I
have no need off, I think all I want is the ReportDefinitionService.
Do I take the bits I want over to my own project ?  What other
references/classes/objects/etc do I require ?  Is there a Adwords API
for dummies, there is enough information to let me think I might be
able to do this, but a lack of method.  Kind like; to make a cake you
need floor, eggs, butter, milk.  Cook It and Enjoy.  And over here are
some Marble Cakes, Upside Cakes and a Jam Rolly Polly.  What I would
like is the Recipe.

Once I have a working Keyword Report, then I need to fetch it for the
Google Mobile client account which was added recently and they
expected to magically arrive in the database.
And then I have do something about splitting impressions by Google
Seach and Search Partners.


Should I just give up find a Application developer and go back to my
data cave.

Kind Regards

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