Expected API costs

2012-10-04 Thread Panagiotis Lamprakos
Hi,

I manage an adwords account with a budget of 80k per month and approx 1000 
keywords. I' am considering using API to better manage the campaigns but I 
have no indication of the costs I will incur. Does anybody have a rough 
estimate of what costs this king of an account should incur if API was 
used. Is there a cancelation fee or minimum term?

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


change adwordsClient cusotmerId on run time with python client

2012-10-04 Thread u...@taykey.com
Hi all,

i would like that my program will support several customers (accounts).
What is the best way to support this feature?
Should i hold a map of customerId to adwordsClient, or should i change or 
create the adwordsClient every time on run time?

If changing the cusotmrId every time at runtime is the best choice, can i 
get an explanation why and an example ?

Thank you so much!

Udy

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


BudgetOrderService.INVALID_CONSTRAINT error

2012-10-04 Thread Hudarsono Hu

Hi,

Wondering what is wrong with following parameters :

operation = {
  :operator = ADD,
  :operand = {
:billing_account_id = 767028,
:spending_limit   = {
  :micro_amount = 64100
},
:start_date_time = 20121005 235959 America/Los_Angeles,
:end_date_time = 20121030 235959 America/Los_Angeles
  }
}

We are using this operation for customer in NZ with NZD as its currency. 
Anyone has idea?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Ad hoc report oddity - simple request but no data returned

2012-10-04 Thread Zweitze
I noticed this is still the case in v201206. Will it be fixed eventually?

I have another question on this: Let's say I have a new account, without 
any campaigns and therefore no impressions. When I ask an Account 
Performance Report with Impressions, will I get results?
I only ask because I cannot test this.

Thanks in advance!


On Tuesday, May 15, 2012 5:54:01 PM UTC+2, Kevin Winter wrote:

 Hi,
   There's a known issue where the Account Performance Report will only 
 return back rows for which there are impressions.  If this account has 
 Impressions, please add a field (such as Impressions) to your selector and 
 you should get results.

 - Kevin Winter
 AdWords API Team

 On Thursday, May 10, 2012 9:02:09 AM UTC-4, axtens wrote:

 reportDefinition xmlns=
 https://adwords.google.com/api/adwords/cm/v201109;
 selector
 fieldsAccountDescriptiveName/fieldsfieldsAccountId/fields
 /selector
 reportName1_91_123_skinny/reportName
 reportTypeACCOUNT_PERFORMANCE_REPORT/reportType
 dateRangeTypeYESTERDAY/dateRangeType
 downloadFormatTSV/downloadFormat
 /reportDefinition

  Amazingly, that reportDefinition, which looks legit to me, doesn't 
 return anything other than a title, fieldnames and a totals line. There's 
 nothing else provided. What do I have to add/change to get a fuller 
 response?



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


Manage Monthly Budget

2012-10-04 Thread Gorka
Hi,

I've developed some code to download reports for our company. My first test 
works great but now I'm getting QuotaCheckError.MONTHLY_BUDGET_REACHED 
error.

Looking for information I found this: 
https://groups.google.com/forum/#!searchin/adwords-api/QuotaCheckError.MONTHLY_BUDGET_REACHED/adwords-api/bj1VK-R5GO8/F_V7QKx5qrgJ

As we' re defining daily budgets, I understand that Monthly Budget is the 
sum of every daily budget in the same month. The problem is that the cost 
of test requests is lower than the calculated Monthly Budget so I don't 
understand why I'm getting that error.

Any ideas?

Thnx.

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


SoapException without any AdWords error

2012-10-04 Thread Ales Sturala
Hello,
when editing sitelinks we get SoapException without any ApiError. The 
response is here:

soap:Envelope 
xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/;!--X-Content-Type-Options:
 
nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Transfer-Encoding: chunked
Cache-Control: private, max-age=0
Content-Type: text/xml; charset=UTF-8
Date: Thu, 04 Oct 2012 10:03:37 GMT
Expires: Thu, 04 Oct 2012 10:03:37 GMT
Server: GSE
TimeStamp: Thu, 04 Oct 2012 12:03:37 GMT
--soap:HeaderResponseHeader 
xmlns=https://adwords.google.com/api/adwords/cm/v201109;requestId0004cb38de76bfb00a34137360004cb38de76bfb00a3413736552552/requestIdserviceNameCampaignAdExtensionService/serviceNamemethodNamemutate/methodNameoperations4/operationsresponseTime106/responseTimeunits4/units/ResponseHeader/soap:Headersoap:Bodysoap:Faultfaultcodesoap:Server/faultcodefaultstringFault
 
occurred while 
processing./faultstring/soap:Fault/soap:BodyGMT/soap:Envelope

Is it possible to return the actual errors? We have often problems when 
submitting sitelinks and getting errors without any details.

Regards,
 Ales

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAuth2 in the new Java client library

2012-10-04 Thread Yaniv Inbar
The refresh token is the long-lived token you are looking for, so there 
should be no need to use ClientLogin.  When your access token expires, use 
the refresh token to get a new access token.  More details at:

http://code.google.com/p/google-api-java-client/wiki/OAuth2

-- Yaniv

On Thursday, September 27, 2012 2:24:50 PM UTC-4, j.e.frank wrote:

 I'm looking at migrating to the new Java client library as part of the 
 upgrade from v201109.  One thing I thought was going to be a benefit of 
 this migration was long-lived access tokens, to enable long-running 
 services to use the API without having to worry about refreshing the 
 ClientLogin token.  Now that I've done some more digging, it appears that 
 OAuth2 doesn't have long-lived tokens.  Instead, you get an access token 
 and a refresh token, and there is some way that an expired access token 
 gets refreshed behind the scenes.

 I'm unclear on the implications of this for how I can deploy multiple 
 services that use the API without any user interaction.  I have 
 successfully followed the OAuth2 example to get an authorization code using 
 a browser, and then I can take that code and get a credential with an 
 access and refresh token.  Subsequently, I can create an OAuth2 credential 
 from these 2 tokens, without using the browser to get a new authorization 
 code.  However, this doesn't work after some period of time -- I have to 
 start over and get a new authorization code using the browser.  I've seen 
 reference to the CredentialsStore where you keep track of new 
 access/refresh tokens as they change, which would be fine for a single 
 service to manage.  But with multiple services, would I need a centralized 
 CredentialsStore that they would all share, so that each one gets the 
 latest token?  That's a non-starter for me.  Is there something I'm missing 
 about how I can use OAuth2 with multiple long-lived services?  Otherwise I 
 am going to continue with ClientLogin, and give up on my dream of 
 non-expiring tokens.  Or is there some way of re-obtaining an authorization 
 token without user interaction?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: ADGROUP_REACH_FREQUENCY_REPORT doesn't return any records yet?

2012-10-04 Thread jayshree bhongle
Hi,
This report works.I have used this report and it gives me correct data .I
have tested it for the fields which you have specified.But instead of using
adhoc reports i use awql queries.
The query which gets me this data is as follows:-
$reportDefinition = SELECT
AdGroupId,AdGroupName,AdGroupStatus,CampaignId,CampaignName,CampaignStatus,ReachFrequency,ReachFrequencyClicks,ReachFrequencyConv,ReachFrequencyConvRate,ReachFrequencyCtr,ReachFrequencyDate,UniqueUserCountAsLong
FROM ADGROUP_REACH_FREQUENCY_REPORT  DURING LAST_7_DAYS;



On Thu, Oct 4, 2012 at 7:26 AM, dkasak daniel.ka...@247realmedia.comwrote:

 Hi.

 We noticed you have added an ADGROUP_REACH_FREQUENCY_REPORT report type.
 We'd like to use this data. When I create a report request:

 reportDefinition xmlns=https://adwords.google.com/api/adwords/cm/v201206
 
 selector
 fieldsAdGroupId/fields
 fieldsAdGroupName/fields
 fieldsAdGroupStatus/fields
 fieldsCampaignId/fields
 fieldsCampaignName/fields
 fieldsCampaignStatus/fields
 fieldsReachFrequency/fields
 fieldsReachFrequencyClicks/fields
 fieldsReachFrequencyConv/fields
 fieldsReachFrequencyConvRate/fields
 fieldsReachFrequencyCtr/fields
 fieldsReachFrequencyDate/fields
 fieldsUniqueUserCountAsLong/fields
 /selector
 reportNameADGROUP_REACH_FREQUENCY_REPORT/reportName
 reportTypeADGROUP_REACH_FREQUENCY_REPORT/reportType
 dateRangeTypeLAST_7_DAYS/dateRangeType
 downloadFormatGZIPPED_XML/downloadFormat
 /reportDefinition

  ... I get a gzipped XML, but it only contains headers; no rows.

 Is this report not working yet?

 Dan

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


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Expected API costs

2012-10-04 Thread Dorian Kind
Hi Panagiotis,

AFAIR, there is no minimum spend or cancellation fee for using the AdWords 
API. As for the costs incurred, it only depends on the number and type of 
transactions you are going to make via the API, so there's no quick answer 
to that. Have a look at the rate sheet 
https://developers.google.com/adwords/api/docs/ratesheet to get an idea 
about the expected costs.

Cheers,
Dorian

On Thursday, October 4, 2012 8:43:11 AM UTC+2, Panagiotis Lamprakos wrote:

 Hi,

 I manage an adwords account with a budget of 80k per month and approx 1000 
 keywords. I' am considering using API to better manage the campaigns but I 
 have no indication of the costs I will incur. Does anybody have a rough 
 estimate of what costs this king of an account should incur if API was 
 used. Is there a cancelation fee or minimum term?


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 set up problem;

2012-10-04 Thread V. Behr
Hi, 

I am trying to set up a sandbox account for hours now, but it is not 
working. Here is the auth.ini:  

---
email = v...@yyy.de
password = 
userAgent = testprojekt
developerToken = vxxx@yyy++EUR

; Uncomment to make requests against a client account.
 clientId = client_1+v...@yyy.de

; Uncomment the following to use an existing AuthToken.
; authToken = INSERT_AUTH_TOKEN_HERE

; Uncomment the following to setup OAuth 1.0 authentication.
; [OAUTH]

; If you don't have a consumer key and secret, register your application 
here:
; https://accounts.google.com/ManageDomains
; oauth_consumer_key = INSERT_OAUTH_CONSUMER_KEY_HERE
; oauth_consumer_secret = INSERT_OAUTH_CONSUMER_SECRET_HERE

; If you already have an access token enter it below.
; oauth_token = INSERT_OAUTH_TOKEN_HERE
; oauth_token_secret = INSERT_OAUTH_TOKEN_SECRET_HERE

; Uncomment the following to setup OAuth2 authentication.
; [OAUTH2]

; If you do not have a client ID or secret, please create one in the
; API console: https://code.google.com/apis/console#access
; client_id = INSERT_OAUTH2_CLIENT_ID_HERE
; client_secret = INSERT_OAUTH2_CLIENT_SECRET_HERE

; If you already have access or refresh tokens enter them below.
; access_token = INSERT_OAUTH2_ACCESS_TOKEN_HERE
; refresh_token = INSERT_OAUTH2_REFRESH_TOKEN_HERE

---

I am using the PHP client library and when I start the GetCampaigns.php 
file it throws the following Error: 

An error has occurred: The header clientEmail is not compatible with 
versions v201109 and later. Use clientCustomerId instead

I also tried to call the GetClientCustomerId.php and 
GetAccountHierarchy.php, but with the same problem. 

Can somebody help me?




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


OAuth 2.0 for Server to Server Applications problem

2012-10-04 Thread Marcin Urbanski
Hi all.

Is there a way to use OAuth 2.0 for Server to Server Applications using 
Ruby library?
I couldn't find anything in the source code.

https://developers.google.com/accounts/docs/OAuth2ServiceAccount

Can you eventually show me an example of how to use this kind of 
authentication (without user) in Java maybe?
I did a lot of research today but the only examples I could find are broken 
C# snippets and Java examples that require
user activity:( I have to connect to AdWords API through OAuth 2 to avoid 
AdsCommon::Errors::CaptchaRequiredError 
exceptions.

I need something like this

http://stackoverflow.com/questions/11939026/google-oauth2-service-account-access-token-request-gives-invalid-request-respo/11942278#11942278

Thanks!
Martin

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


OAUTH2 201206 .NET

2012-10-04 Thread okiebug1...@gmail.com
I'm trying to schedule migration for my reporting apps.  I successfully 
moved all my Google Analytics data webservice consumption from the client 
log-in to OAUTH2.  In order to achieve this I needed to register my 
Installed App at https://code.google.com/apis/console and use the Client 
ID and secret, etc.  When I attempted to do this for AdWords API, I did not 
see an AdWords API in the Services section, so I simply used the API 
Access section to register my Installed App, and noted the generated 
settings.  So my question is, does the AdWords API for version 
201206 support OAUTH2 or should I continue to use the clientLogInUrl As 
String = https://www.google.com/accounts/ClientLogin; logic for my 
authentication?  I'm using in-house home-grown .NET code and not the client 
libraries.

Next if OAUTH2 is supported, is the registration process via the 
/apis/console/ the proper way, I'm not sure since there was not an AdWords 
w/n the list of Services? Also, what would be the proper scope 
parameter for the generation of an Auth Grant via 
https://accounts.google.com/o/oauth2/auth, for GA it was: 
scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fanalytics.readonly.  

I am following the documentation found here: http://goo.gl/R9xYB

Thanks for your assistance,
David  

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAUTH2 201206 .NET

2012-10-04 Thread Anash P. Oommen
Hi,

OAuth2 scope for AdWords API is https://adwords.google.com/api/adwords/ or 
https://adwords-sandbox.google.com/api/adwords/ depending on whether you 
are making calls to AdWords API production or sandbox environment. As with 
the other services, you get the OAuth2 client id and secret from 
https://code.google.com/apis/console, just that you don't need to turn on 
support for AdWords API, it will just work.

Other than that, the AdWords API uses OAuth2 just like the way any other 
service does - add an Authorization: Bearer xxx http header to your 
outgoing SOAP message.

Cheers,
Anash P. Oommen,
AdWords API Advisor

On Thursday, 4 October 2012 19:46:56 UTC+5:30, okieb...@gmail.com wrote:

 I'm trying to schedule migration for my reporting apps.  I successfully 
 moved all my Google Analytics data webservice consumption from the client 
 log-in to OAUTH2.  In order to achieve this I needed to register my 
 Installed App at https://code.google.com/apis/console and use the 
 Client ID and secret, etc.  When I attempted to do this for AdWords API, I 
 did not see an AdWords API in the Services section, so I simply used the 
 API Access section to register my Installed App, and noted the generated 
 settings.  So my question is, does the AdWords API for version 
 201206 support OAUTH2 or should I continue to use the clientLogInUrl As 
 String = https://www.google.com/accounts/ClientLogin; logic for my 
 authentication?  I'm using in-house home-grown .NET code and not the client 
 libraries.

 Next if OAUTH2 is supported, is the registration process via the 
 /apis/console/ the proper way, I'm not sure since there was not an AdWords 
 w/n the list of Services? Also, what would be the proper scope 
 parameter for the generation of an Auth Grant via 
 https://accounts.google.com/o/oauth2/auth, for GA it was: 
 scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fanalytics.readonly.  

 I am following the documentation found here: http://goo.gl/R9xYB

 Thanks for your assistance,
 David  



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Another QuotaCheckError.INVALID_TOKEN_HEADER question

2012-10-04 Thread Anash P. Oommen
Hi,


Yes, it is mandatory to have a developer token to make calls to AdWords 
API. You can find details here: 
https://developers.google.com/adwords/api/docs/signingup

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, 1 October 2012 20:29:31 UTC+5:30, hak ita wrote:

 Hello

 I am new and stuck on adword api use (, and keep getting 
  INVALID_TOKEN_HEADER   (using rails module)

 Here my adwords_api.yml :

   :method: OAuth2
   :oauth2_client_id: 10124??.apps.googleusercontent.com
   :oauth2_client_secret: _??2xFVDGulk
   :developer_token: 
   :user_agent: test
 :service:
   :environment: PRODUCTION


 I do NOT have any developer_token. is It mandatory to get keyword 
 suggestions ?
 How to troubleshoot that ? 

 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: Is it OK to use the API for the TargetingIdeaService feature only?

2012-10-04 Thread Anash P. Oommen
Hi Roy,

In addition to what Dorian said, you might need to 
check https://developers.google.com/adwords/api/docs/terms 
and https://developers.google.com/adwords/api/docs/requirements to get a 
definitive answer. Since I am not a lawyer, I cannot give you legal advise. 
If you have technical questions, feel free to ask on this forum and I'll 
help you out.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, 1 October 2012 17:52:48 UTC+5:30, Dorian Kind wrote:

 Hi Roy,

 as this list is for technical discussion of the AdWords API, I doubt that 
 anyone here will be able to give you a binding answer. I'll venture a guess 
 and say that your idea could be problematic with regard to this section of 
 the TC RMF:
 *If an AdWords API Client provides any functionality related to 
 TargetingIdeaService or TrafficEstimatorService, it must fully implement 
 the required Creation Functionality, Management Functionality and Reporting 
 Functionality*
 But IANAL, so it's probably best if you get in direct contact with 
 adwordsa...@google.com javascript:.
 Cheers,
 Dorian

 On Sunday, September 30, 2012 4:07:29 PM UTC+2, Roy wrote:

 Anyone?

 On Friday, September 28, 2012 3:01:13 AM UTC+2, Roy wrote:

 Hello,

 I'd like to know if its ok to apply for an AdWords API if I only want to 
 use the TargetingIdeaService?
 I want to develop an enhanced Keyword Research tool which add more 
 metrics to the suggested keywords TargetingIdeaService provides to make a 
 more informed and actionable decision if its worth targeting the keyword 
 (for PPC and SEO).

 I went over the ToS of the API application, didn't see anything 
 problematic with this concept, but I want to double check.

 Thanks,

 Roy



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Is it OK to use the API for the TargetingIdeaService feature only?

2012-10-04 Thread Roy Peleg
Actually, I do have a technical question. After reading the requirements
section I see this quote:
If an AdWords API Client provides any functionality related to
TargetingIdeaService or TrafficEstimatorService, it must fully implement
the required Creation Functionality, Management Functionality and Reporting
Functionality marked Required in the table below.

Now, I don't have any use with the Management, Reporting and Creation
functionality. Can I just implement this under the hood without any user
interface manifestation? Or am I missing the point here.



On Thu, Oct 4, 2012 at 4:56 PM, Anash P. Oommen 
anash.p.oommen+fo...@google.com wrote:

 Hi Roy,

 In addition to what Dorian said, you might need to check
 https://developers.google.com/adwords/api/docs/terms and
 https://developers.google.com/adwords/api/docs/requirements to get a
 definitive answer. Since I am not a lawyer, I cannot give you legal advise.
 If you have technical questions, feel free to ask on this forum and I'll
 help you out.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.


 On Monday, 1 October 2012 17:52:48 UTC+5:30, Dorian Kind wrote:

 Hi Roy,

 as this list is for technical discussion of the AdWords API, I doubt that
 anyone here will be able to give you a binding answer. I'll venture a guess
 and say that your idea could be problematic with regard to this section of
 the TC RMF:
 *If an AdWords API Client provides any functionality related to
 TargetingIdeaService or TrafficEstimatorService, it must fully implement
 the required Creation Functionality, Management Functionality and Reporting
 Functionality*
 But IANAL, so it's probably best if you get in direct contact with
 adwordsa...@google.**com.
 Cheers,
 Dorian

 On Sunday, September 30, 2012 4:07:29 PM UTC+2, Roy wrote:

 Anyone?

 On Friday, September 28, 2012 3:01:13 AM UTC+2, Roy wrote:

 Hello,

 I'd like to know if its ok to apply for an AdWords API if I only want
 to use the TargetingIdeaService?
 I want to develop an enhanced Keyword Research tool which add more
 metrics to the suggested keywords TargetingIdeaService provides to make a
 more informed and actionable decision if its worth targeting the keyword
 (for PPC and SEO).

 I went over the ToS of the API application, didn't see anything
 problematic with this concept, but I want to double check.

 Thanks,

 Roy

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


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


Implementing reports on Ad Network, Devices and clicktype

2012-10-04 Thread Sjakie

Hello,

I saw in the RMF that we have to implement the following reports.

R.242Campaign (Report)Ad NetworkRequiredR.244Campaign (Report)DeviceRequired
R.246Campaign (Report)ClickTypeRequiredIt seems that the sandbox is 
preveting the display of zero impressions. There is no way for me to test 
this report.

Is it safe to assume that each row returned by the report definition 
service display the data associated with that row and that the order 
matches the field ie

row= AdnetworkType1 = content
row= AdnetworkType1 = search

row= AdnetworkType2 = content
row= AdnetworkType2 = SEARCH_PARTNERS
row= AdnetworkType2 = search

etc?

Hope to hear form you.

Best wishes,




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


v201209 released?

2012-10-04 Thread David Bonner
Hi all,

I'm in the process of upgrading our code from v201109 in advance of the 
sunset date, and I noticed that there's mention of a 
v201209https://developers.google.com/adwords/api/docs/reference/#v201209on 
the release notes page.  However, I haven't seen anything on the blog, 
and the most recent (15.4.1) python client library doesn't mention it 
either. Is this an imminent release it's worth waiting for?  Or is this 
going to be something that shows up after the v201109 sunset?

Thanks,
Dave

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: OAUTH2 201206 .NET

2012-10-04 Thread okiebug1...@gmail.com
I appreciate your feedback.  I notice the format for the webservices' SOAP 
message header is a bit different for AdWords than it is for GA.  If 
possible can you point me to the documentation for the AdWords OAuth2 
please?

In GA, we are adding the following header to our SOAP message, 
Authorization: GoogleLogin auth= + Token, where Token is the access_token 
we extract from the response to the POST request made to 
https://accounts.google.com/o/oauth2/token with a message body 
refresh_token={0}client_id={1}client_secret={2}grant_type=refresh_token

It is also being passed as a parameter in the URL:
https://www.googleapis.com/analytics/v3/data/ga?ids={0}dimensions={1}metrics={2}start-date={3}end-date={4}sort={5}access_token={6};
   
Dim uri As String
uri = GetVisitURI(Token, ProfileID, from, todate)
myRequest = HttpWebRequest.Create(uri)
myRequest.Headers.Add(Authorization: GoogleLogin auth= + Token)
myResponse = myRequest.GetResponse

For AdWords I need to use the following header with the access_token?

myRequest.Headers.Add(Authorization: Bearer= + Token)

Thanks much!
David

On Thursday, October 4, 2012 10:42:39 AM UTC-4, Anash P. Oommen wrote:

 Hi,

 OAuth2 scope for AdWords API is https://adwords.google.com/api/adwords/or 
 https://adwords-sandbox.google.com/api/adwords/ depending on whether you 
 are making calls to AdWords API production or sandbox environment. As with 
 the other services, you get the OAuth2 client id and secret from 
 https://code.google.com/apis/console, just that you don't need to turn on 
 support for AdWords API, it will just work.

 Other than that, the AdWords API uses OAuth2 just like the way any other 
 service does - add an Authorization: Bearer xxx http header to your 
 outgoing SOAP message.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor

 On Thursday, 4 October 2012 19:46:56 UTC+5:30, okieb...@gmail.com wrote:

 I'm trying to schedule migration for my reporting apps.  I successfully 
 moved all my Google Analytics data webservice consumption from the client 
 log-in to OAUTH2.  In order to achieve this I needed to register my 
 Installed App at https://code.google.com/apis/console and use the 
 Client ID and secret, etc.  When I attempted to do this for AdWords API, I 
 did not see an AdWords API in the Services section, so I simply used the 
 API Access section to register my Installed App, and noted the generated 
 settings.  So my question is, does the AdWords API for version 
 201206 support OAUTH2 or should I continue to use the clientLogInUrl As 
 String = https://www.google.com/accounts/ClientLogin; logic for my 
 authentication?  I'm using in-house home-grown .NET code and not the client 
 libraries.

 Next if OAUTH2 is supported, is the registration process via the 
 /apis/console/ the proper way, I'm not sure since there was not an AdWords 
 w/n the list of Services? Also, what would be the proper scope 
 parameter for the generation of an Auth Grant via 
 https://accounts.google.com/o/oauth2/auth, for GA it was: 
 scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fanalytics.readonly.  

 I am following the documentation found here: http://goo.gl/R9xYB

 Thanks for your assistance,
 David  



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


Google Adwords Auction Insights API

2012-10-04 Thread Yun Ling
Google released the keyword auction insight report earlier this year. It 
gives a competitor analysis on impression share, avg position and stuffs 
like that. i am trying to figure out if there is a way to pull that report 
out by using 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


Re: Is it OK to use the API for the TargetingIdeaService feature only?

2012-10-04 Thread Oliver
The purpose of the RMF is to expose certain functionality, that google 
believe is important, to the user.  I doubt very much if implementing it 
under the hood will work :-)

The RMF aims to make the user experience with adwords more consistent 
across various tools.  So even if your aim is not to offer that 
functionality as part of your service, the functionality still needs to be 
accessible if needed.



On Thursday, October 4, 2012 4:07:00 PM UTC+1, Roy wrote:

 Actually, I do have a technical question. After reading the requirements 
 section I see this quote:
 If an AdWords API Client provides any functionality related to 
 TargetingIdeaService or TrafficEstimatorService, it must fully implement 
 the required Creation Functionality, Management Functionality and Reporting 
 Functionality marked Required in the table below.

 Now, I don't have any use with the Management, Reporting and Creation 
 functionality. Can I just implement this under the hood without any user 
 interface manifestation? Or am I missing the point here.



 On Thu, Oct 4, 2012 at 4:56 PM, Anash P. Oommen 
 anash.p.oo...@google.comjavascript:
  wrote:

 Hi Roy,

 In addition to what Dorian said, you might need to check 
 https://developers.google.com/adwords/api/docs/terms and 
 https://developers.google.com/adwords/api/docs/requirements to get a 
 definitive answer. Since I am not a lawyer, I cannot give you legal advise. 
 If you have technical questions, feel free to ask on this forum and I'll 
 help you out.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.


 On Monday, 1 October 2012 17:52:48 UTC+5:30, Dorian Kind wrote:

 Hi Roy,

 as this list is for technical discussion of the AdWords API, I doubt 
 that anyone here will be able to give you a binding answer. I'll venture a 
 guess and say that your idea could be problematic with regard to this 
 section of the TC RMF:
 *If an AdWords API Client provides any functionality related to 
 TargetingIdeaService or TrafficEstimatorService, it must fully implement 
 the required Creation Functionality, Management Functionality and Reporting 
 Functionality*
 But IANAL, so it's probably best if you get in direct contact with 
 adwordsa...@google.**com.
 Cheers,
 Dorian

 On Sunday, September 30, 2012 4:07:29 PM UTC+2, Roy wrote:

 Anyone?

 On Friday, September 28, 2012 3:01:13 AM UTC+2, Roy wrote:

 Hello,

 I'd like to know if its ok to apply for an AdWords API if I only want 
 to use the TargetingIdeaService?
 I want to develop an enhanced Keyword Research tool which add more 
 metrics to the suggested keywords TargetingIdeaService provides to make a 
 more informed and actionable decision if its worth targeting the keyword 
 (for PPC and SEO).

 I went over the ToS of the API application, didn't see anything 
 problematic with this concept, but I want to double check.

 Thanks,

 Roy

  -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 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 adwor...@googlegroups.comjavascript:
 To unsubscribe from this group, send email to
 adwords-api...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/adwords-api?hl=en




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

2012-10-04 Thread David Torres
Hi,

Do you mean reports? the service not longer exposes this metric.

Best,

-David Torres - AdWords API Team

On Tuesday, September 25, 2012 5:40:36 PM UTC-4, kes0 wrote:

 Hello,
 I try to select BudgetLostImpressionShare in selector fields on campaign. 
 But I don't get anything back from API regarding this?
 Why?

 BR


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


Does anyone know if Google spell check API is free or not; [http://www.google.com/tbproxy/spell]?

2012-10-04 Thread Jay Choi


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

2012-10-04 Thread David Torres
Hi Phillip,

Do you mind trying with USD as currency code?, though BRL should work as 
well.

Best,

-David Torres - AdWords API Team

On Wednesday, September 26, 2012 5:41:56 PM UTC-4, Phillip Tessuto wrote:

 I'm having a difficult passing the settings to use the sandbox.
 Follows the header I'm going to:

 version = V2012
 developerToken = rafael.b...@webtraffic.com.br javascript:++BRL
 userAgent = WMC JAVA
 password = 35023951
 email = rafael.bitenco...@webtraffic.com.br 
 http://webtraffic.com.br/http://webtraffic.com.br/
 alternateURL = https://adwords-sandbox.google.com

 I hope you can help me with this question ...

 The error return is INVALID_TOKEN_HEAD

 Thanks,
 Phillip Tessuto

 On Wednesday, September 26, 2012 6:39:46 PM UTC-3, Phillip Tessuto wrote:

 I'm having a hard time passing the settings to use the sandbox.
 Follows the header I'm going to:
 version = V2012

 developerToken rafael.bitencourt = @ webtraffic.com.br + + CAD
 WMC userAgent = JAVA
 password = 35023951
 email = @ rafael.bitencourt webtraffic.com.br
 alternateURL = https://adwords-sandbox.google.com

 I hope you can help me with this question ...

 The error return is INVALI_TOKEN_HEAD

 Thanks,
 Phillip Tessuto



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Authentication errors for a single account, from a testing environment

2012-10-04 Thread David Torres
Hi Dan,

Could you please send me the account email in question?

Best,

-David Torres - AdWords API Team

On Wednesday, September 26, 2012 8:54:59 PM UTC-4, dkasak wrote:

 Hi Evgeniy.

 We're *not* getting anything related to captchas in the response to our 
 HTTP request to get a session key. I only mentioned the captcha because I 
 thought it might be related. We're just getting a '403' error, with a 
 'BadAuthentication' message. But again ... the exact same credentials work 
 in other environments. And our development environment is able to get 
 session keys for all other accounts.

 Dan

 On Thursday, September 27, 2012 12:22:12 AM UTC+10, Evgeniy Bogdanov wrote:

 Hi Dan.

 Although your issue should be very rare, but Google have some examples 
 how to handle this. (For PHP you can take a look on 
 http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/Common/HandleCaptcha.php
 )

 As I understand this is some security trigger and applications should 
 handle such situation.

 Regards,
 Evgeniy.

 On Wednesday, September 26, 2012 10:42:40 AM UTC+4, dkasak wrote:

 Hi all. Our app support team asked me to look into an issue a client has 
 reported. The first step is usually to test up the client's account in one 
 of our testing environments. For some reason I can't do that for this 
 account. We have tested the credentials from our production environment - 
 they work fine and we can fetch, for example, the customer's client ID. 
 However these exact same credentials fail in a testing environment.

 We're trying to get a session key from the URL: 
 https://www.google.com/accounts/ClientLogin
 This returns a 403 error. Why would that be, just for only this account? 
 We can get a session key for any other valid credentials in this 
 environment.

 One thing we noticed is that when logging into the AdWords UI, we 
 encountered a captcha and a message that we were logging in from a new 
 location. But as far as we know, this only affects UI logins, not API 
 logins. Is this correct?

 I've also tried the captcha unlock URL, which says to log in with app in 
 the next 10 minutes, but this doesn't work either.

 Any ideas?

 Dan



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Not able to get the values of Campaign i.e ID with perl ?

2012-10-04 Thread David Torres
Hi,

Some code will definitively add more context to the problem.

Best,

-David Torres - AdWords API Team

On Thursday, September 27, 2012 12:07:02 AM UTC-4, Saurabh wrote:




-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: VideoCampaigns and VideoAds / YouTube Promoted Videos

2012-10-04 Thread David Torres
Hi,

No updates yet.

Best,

- David Torres - AdWords API Team

On Thursday, September 27, 2012 12:40:16 AM UTC-4, Ali wrote:

 Is there any further update?  Is even in the pipeline?  

 Regards, 

 Ali 

 On Tuesday, January 31, 2012 6:11:29 AM UTC-6, giataAdwords wrote:

 Hello, 
 i'm looking for a solution to add VideoCampaigns and VideoAds for 
 Promoted YouTube Videos over the AdWords API. I found the templateAd 
 with templateID 13 for Promoted YouTube Videos, but i don't know how 
 to obtain the mediaId for my YouTube Videos needed to set in the 
 templateAd (videoId, type VIDEO). 

 Kind regards, 

 Giata



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Recovering from production error: UNEXPECTED_INTERNAL_API_ERROR

2012-10-04 Thread David Torres
Hi,

You should treat it as a retry-able error and re-submit after 30s. It will 
sure haven't gone through.

Best,

-David Torres - AdWords API Team

On Thursday, September 27, 2012 9:34:46 AM UTC-4, Jeremy Aube wrote:

 What's the best way to recover from an UNEXPECTED_INTERNAL_API_ERROR in 
 production? Should we treat it as an intermittent error and resubmit the 
 job after 30 seconds? Or has the job possibly gone through anyway?

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: Getting AdMob usage data?

2012-10-04 Thread David Torres
Hi Reed,

You want to look at the URL_PERFORMANCE_REPORT  
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT targeting AdMob is targeting 
special placements and they will show up in these reports with Domain/Url 
looking like {mobile-app-id}.adsenseformobileapps.com

Best,

- David Torres - AdWords API Team

On Thursday, September 27, 2012 10:30:35 AM UTC-4, Reed wrote:

 Ping, any update on this? I can see the admob data in a Managed Placements 
 Performance report, but am not sure how to be able to identify it 100% of 
 the time, so that I only load the admob data and not the other managed 
 placement data (because that data is also present in the Criteria 
 Performance Report and gets loaded from there).  I can see my current admob 
 data because we put admob into the campaign name, but that's not very 
 reliable for the long term.  So, what is the Google advice on filtering out 
 (either on the request end, or on my end once I receive the unfiltered 
 data) the admob data from the Management Placements Report?

 thanks
 reed


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