HOW TO VIEW MY ADS USING ADWORDS API

2011-10-25 Thread dummy one
Hi ,

I am new to google adwords api , Is there any option in api , to view our
ads , how it looks , Is there any java code for this to view our ad
description , ad title , text , dstn url .


Regards ,

jana

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Quota used by AdHoc report requests

2011-10-25 Thread pete
I saw that but wasn't sure about the difference between creating and 
downloading (as they have previously been different)

I guess using the AdHoc method, creation and downloading are synonymous. 

Just wanted to be sure really...

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: HOW TO VIEW MY ADS USING ADWORDS API

2011-10-25 Thread Anash P. Oommen
Hi Jana,

I advise taking some time familiarize yourself with AdWords features (
http://adwords.google.com/support/aw/bin/static.py?hl=enpage=examstudy.csrd=1),
 AdWords 
API capabilities ( http://code.google.com/apis/adwords/docs/) and the 
examples distributed with the Java client library that you are using (
http://code.google.com/p/google-api-adwords-java/source/browse/trunk#trunk/examples/v201101)
 
before writing your application. If you are still facing issues, feel free 
to ask questions and we will gladly help you out.

To answer your original question, yes, AdWords API allows you to retrieve 
ads. Check the GetAllAds.java code example in the library distribution.

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: Quota used by AdHoc report requests

2011-10-25 Thread Anash P. Oommen
Hi Pete,

AdHoc reports do not use any API units. 

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: when does oAuth access token expire?

2011-10-25 Thread Anash P. Oommen
Hi Bhavin,

I thought Java library with v201109 support was already out, looks like it 
isn't there yet. I believe the latest version will be released soon with 
README and OAuth support, otherwise feel free to ping this thread: 
http://code.google.com/p/google-api-adwords-java/issues/detail?id=50

Managing client accounts as MCCs using OAuth is pretty similar to how you do 
it using ClientLogin. First, do the OAuth dance and obtain access token 
using the MCC credentials. Then make calls to API server with the OAuth 
headers in place and clientCustomerId SOAP header set.

Here are some more useful material on OAuth in general : 

A technical preso: 
http://www.slideshare.net/leahculver/oauth-open-api-authentication
OAuth Playground: http://googlecodesamples.com/oauth_playground/. Pretty 
useful in understanding how OAuth works.

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: Quota used by AdHoc report requests

2011-10-25 Thread pete
Hi Anash - thanks for the confirmation.

pete

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


from Start to End

2011-10-25 Thread okarpov
Hi all,

I apologize, but AdWords API Document, AdWords API itself and .NET
AdWords API Client are the most chaotic things that I've ever seen in
the development world.

Sorry, again.

What all we need is just a few simple examples (preferably in C#),
that really will show us where to start, how to make chenges like add,
update, delete and where to end. I think that's it.

As I can see, now it all straggled over many websites, forums, blogs,
etc., that makes it all mostly unintelligible.

I even do not know where and who I should ask something about AdWords
API and AdWords API .NET Client.


Let me know it, please.

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


Re: automatic placements full URL's

2011-10-25 Thread GregT
Thanks for the reply, Eric.

Sorry if it wasn't clear, but I actually wasn't so much talking about the 
Other URLs row, as much as I was talking about the rows in the automatic 
placement performance report (which correspond to the rows in the automatic 
placement details of the Networks tab in the UI) -- all we appear to be able 
to get in the report is the domain of the sites, not the full URLs.  This is 
the same as the UI, though, so it's not very surprising.  

But the confusing part to me is that there is a column called 
CriteriaParameters with a display name of URL in the list of columns for 
the report, but when you select it and run the report, it doesn't contain 
URL's, but instead seems to always contain the word Content.  Just wanted 
to make sure that this information (full URL's for the domains listed in the 
automatic placement report, even if they didn't receive clicks) isn't 
available somewhere and I've overlooked it, and also to make sure that the 
CriteriaParameters field in particular isn't supposed to be this information 
and is just buggy right now.

Hopefully that makes sense?

Thanks,
Greg

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: from Start to End

2011-10-25 Thread okarpov
One of the all things is how can I make a CPC adjustments (in c# using .NET 
Client)?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 automatic placements data in reports

2011-10-25 Thread David Torres
Hi Edwards,

Could you please post your report definition id?, I'll be glad to verify 
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


Non-MCC related account and the use of the ServicedAccountService

2011-10-25 Thread Stephen Yeargin
(Came up during discussions at Hack Day NYC)

Below is the log entry for using OAuth with a brand new account (not an MCC 
nor tied to an MCC). When requests require a customerId parameter (as most 
do), we are unable to retrieve it. Our workaround has been to simply 
request the customerId directly from the user and store it separate of the 
token information. Ideally, ServicedAccount would return valid information 
for these types of request as well (simply returning the single account).


HTTP/1.1 200 OK
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Tue, 25 Oct 2011 17:17:49 GMT
Expires: Tue, 25 Oct 2011 17:17:49 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 324
Server: GSE

?xml version=1.0?
soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;
  soap:Header
ResponseHeader 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201101; 
xmlns=https://adwords.google.com/api/adwords/mcm/v201101;
  ns2:requestId0004b022b7bd7ca00aec9ce168de/ns2:requestId
  ns2:operations0/ns2:operations
  ns2:responseTime4321/ns2:responseTime
  ns2:units0/ns2:units
/ResponseHeader
  /soap:Header
  soap:Body
getResponse xmlns=https://adwords.google.com/api/adwords/mcm/v201101; 
xmlns:ns2=https://adwords.google.com/api/adwords/cm/v201101;
  rval
accounts
  customerId-1/customerId
  login/
  companyName/
  canManageClientsfalse/canManageClients
/accounts
  /rval
/getResponse
  /soap:Body
/soap:Envelope

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: automatic placements full URL's

2011-10-25 Thread Eric Koleda
Hi Greg,

The full URLs for automatic placements can be obtained by using the 
URL_PERFORMANCE_REPORT, and a predicate for CriteriaParameters EQUALS 
Content would limit the results to only the URLs that come from 
contextual keyword matching.

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 Disaproval

2011-10-25 Thread Jeff
I applied for a API token.  I sent in a specification on the
application that I was wanting to develop.  I recieved the following
back.

***

After studying the application in detail, we are sorry to let you know
that we won't be approving your token associated with Customer ID:
XX.

From your application we understand that you are  planning to use the
AdWords API mainly for Targeting Idea Service (TIS) and Traffic
Estimation Service (TES). Please note that as per the Required Minimum
Functionality (RMF) outlined in the API Terms  Conditions, using the
AdWords API exclusively for TIS and TES type of services is not
allowed.

If an AdWords API Client provides any functionality related to
TargetingIdeaService, TrafficEstimatorService, or
BulkOpportunityService, it must fully implement the required Creation
Functionality, Management Functionality and Reporting Functionality
marked Required in link below:

***

I'm not sure what TIS and TES are. I know that the program we are
developing doesn't use those at all, it uses the Reporting
functionality entirely.

The integration we have with the API is for creating a Campaign and
Keyword report and then downloading those. That's it.  I have called
in to the customer service line and they really don't know what to
do.  There does not seem to be anyone to talk to about this issue.

How can I get this API token approved??

Many Thanks,
Jeff


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Google Units And Not Money - V201109 Reporting

2011-10-25 Thread Peter Petrov
Thank you.

This helped.

On Tue, Oct 25, 2011 at 4:18 AM, Brilliant Media 
technologyt...@brilliantmedia.co.uk wrote:

 According to the documentation (see
 http://code.google.com/apis/adwords/docs/reportingtopics.html):


1. The returnMoneyInMicros header determines which unit money is
returned in
2. As far as I can tell (and I've done a bit of experiementing) the
Report Definition is the same as the one for the report definition Service:

 http://code.google.com/apis/adwords/docs/reference/latest/ReportDefinitionService.ReportDefinition.html

That said, I've noticed that the order of the elements is important, so
make sure you put them in the order they are in the documentation. Also, 
 you
still get a 200 response if you send an invalid report definition.



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


v201109 keyword performance report and Ad Performance Report

2011-10-25 Thread Cap'n of d'Ship
1. does the keywordId field of the Ad performance report correspond to the 
keywordId field of the keyword performance report? 
2. In the keyword performance report, does each keyword and match type 
combination have its own keywordId? (I'm guessing it is a yes but just want 
to make sure).

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