OAuth - didn't see it mentioned so I thought I'd ask

2011-10-07 Thread chris h
Does the new adhoc report download support OAuth?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 v201109 is now available

2011-10-07 Thread AdWords API Advisor
We’re pleased to announce the launch of AdWords API v201109, which
includes upgrades to targeting and reporting. We’ve highlighted some
of the new features in this blog post:
http://adwordsapi.blogspot.com/2011/10/adwords-api-v201109-launch-providing.html

A complete list of changes is available in the release notes:
http://code.google.com/apis/adwords/docs/reference/

--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 MCC Data

2011-10-07 Thread jstedman
Without using reports you will have to make api calls to the services
for each entity you wish to pull data for.

If you want data at the keyword level, you will need to use the
AdGroupCriterionService.

If you want data at the adgroup level, you will need the
AdGroupService.

And so on, it really depends on what specific level of data you want.

It is much more cost effective to get data from the report service
since otherwise you will be paying units per entity.

Getting data through the AdGroupCriterionService for 1,000 keywords
will cost you 1 unit per keyword, thats 1,000 units for getting all
your keyword data just one time.

You can get the same data as many times as you would like using the
report service for a one time charge of 400 units to define the
report. This report definition can then be used as many times as you
wish at no charge.

To get the data without using reports, you just have to specify the
individual stats fields you want in your selector and make a get
request to the appropriate service.

Here is an example of how selectors are used in php:
http://code.google.com/apis/adwords/docs/selectorguide.html

I am not a php developer so can really only offer AdWords API specific
questions. Maybe there is someone else on here that could be more
helpful.

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

2011-10-07 Thread Paulo Fernandes

>There are several ways to implement getting all that data.
Can you tell me one example without using Report?


> Pretty much all of them require you to do some persistence of data on
> your end for it to be cost effective.

Yes, everything will be stored offline

> I would start by looking at the reporting tutorial and
> ReportDefinitionService as well as the Report Types appendix.
>
> This link just became your best friend:
>
> http://code.google.com/apis/adwords/docs/

I would like to do that without using reports

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

2011-10-07 Thread jstedman
There are several ways to implement getting all that data.

Pretty much all of them require you to do some persistence of data on
your end for it to be cost effective.

I would start by looking at the reporting tutorial and
ReportDefinitionService as well as the Report Types appendix.

This link just became your best friend:

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

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


Get MCC Data

2011-10-07 Thread Paulo Fernandes

Hi

I'm doing my own MCC and I'm not using the sand-box.

So I'm asking all of you to know how can I do the following

I got all my clients using GetServicedAccountService and now I need
the fields (click, Impr, CTR, AVG Pos, etc..) How can I do that?

There is a possibility to get this information separated by network ?

My server side language is PHP

Thanks a lot

@paulofernandesj

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


Sandbox Generating INTERNAL_API_ERROR For Certain PHP Example Files

2011-10-07 Thread Noah Freitas
The sandbox is returning an internal api error for some of the PHP api
example files using a new sandbox account.

Following the introductory youtube php example video.



examples/v201101/AddCampaign.php returns:

Campaign with name "Interplanetary Cruise #1318009354" and id "405351"
was added.



Then examples/v201101/GetAllCampaigns.php returns:


[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]



This has been the case since yesterday.

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


Sandbox is dying again with Internal Errors

2011-10-07 Thread Alexander Parij
Hi ,

Around 1:15 pm ET I started to get these errors. Just before it was working 
fine.

AdWordsGoogleInternalError: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR 
@ 
com.google.ads.api.services.common.error.InternalApiError.(InternalApiErro]

Thank you

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

2011-10-07 Thread يوسف محمد
 So already we see how every part of our body is interdependent on another
and all need looking after and supplied with the correct nutrients to help
function properly. As already mentioned these nutrients need to becirculated
round the body to get to the parts that need them. Therefore as well as a
healthy digestive system to process the foods into the required nutrients,
we need a healthy circulatory system to get them round the body to organs,
joints, brain, lungs, bone, e...


 Read more » 

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


WORLD`S MOST BEAUTIFUL NATURE WALLPAPERS EVER U SEEN.

2011-10-07 Thread Sara Wajahat
WORLD`S MOST BEAUTIFUL NATURE WALLPAPERS EVER U SEEN.

http://wallpapers-stocks.blogspot.com/
http://wallpapers-stocks.blogspot.com/
http://wallpapers-stocks.blogspot.com/
http://wallpapers-stocks.blogspot.com/
http://wallpapers-stocks.blogspot.com/
http://wallpapers-stocks.blogspot.com/

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


CustomerSyncService & Stats updates

2011-10-07 Thread qa+nick.t...@viagogo.com
Does the customer sync service return the id for campaigns where fields of 
the campaign status have changed? e.g. the number of clicks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Operation Streams

2011-10-07 Thread Artur Meinzer
Hi Eric,

I think I found out what the problem was. I tried to split the parts into 
operation streams but I always used the same scoping entity for each 
operation stream. It was the scoping entity of the account. Now I'm using 
the campaign as scoping entity and splitting the parts into operation 
streams grouped to the campaigns.

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

2011-10-07 Thread Artur Meinzer
Hi,

it didn't work when I tried it again and I think I reached the limit of 
campaigns. I tried it again at an other account and there it worked. I know 
that the sandbox is only for testing, but I don't have enough room to test. 
The 5 accounts are full of campaigns.

Thanks anyway for your reply.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ProximityTarget GeoTargets v201101

2011-10-07 Thread jstedman

Thanks Anash!

That is going to be an extremely helpful link in the future!

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


monthly searches out of traffic estimate request

2011-10-07 Thread frobe808
The problem i have is i that i want to have the globalMS LocalMs and
competition from the keyword combinations i put in the traffic
estimator. In the web based interface you can get them all in the
trafficestimator. but i can't find a way to do this with the api.

I know these are result from the keyword tool. but if i put a keyword
in this API i always recieve idea's and never the keyword itself with
its results)

i use the code (little modified) from the code examples
(GetTrafficEstimates and GetRelatedKeywords).

Or am i just using the keyword tool wrong? even though it would be
nicer if i resieved them like the webbased version in one request.

wanted params for keywords: localMS, GlobalMS, Competation,
AdPosition, DailyClicks, CostPerClick, TotalCost...

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

2011-10-07 Thread Anash P. Oommen
Hi,

It can take upto 6 weeks for a developer token to get reviewed. See 
https://groups.google.com/forum/#!topic/adwords-api/BXyV40LfEEI for details.

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: Automated Report Download

2011-10-07 Thread Anash P. Oommen
Hi,

We have an AdWords API .NET library with VB.NET examples. You can use it to 
write code in VB.NET. Not exactly vbscript, but it should be quite similar. 
Also, AdWords API is a paid API, but we provide free API units to 
advertisers and agencies. 
http://adwords.google.com/support/aw/bin/answer.py?hl=en&answer=45891 provides 
more details.

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