Re: INCOMPLETE_SIGNUP exception

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Simon, To fix the error, you should enter billing information in the AdWords API MCC (i.e. parent of the account you posted, 344-628-7881). Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 27, 2013 6:55:15 PM UTC+5:30, Simon JAILLET wrote: > > Hello Team, > > Just trying

Re: Access Adwords billing info through API in python

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi, I think you need to run an account performance report. You can find the details here: https://developers.google.com/adwords/api/docs/appendix/reports. You can find a code example for running reports at https://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/adspygoogle

Re: Problem with account performance report custom dates

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Bryan, See https://adwords.google.com/api/adwords/reportdownload/v201209/reportDefinition.xsd. startDate and endDate are members of DateRange object, not top level fields. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 28, 2013 12:04:03 AM UTC+5:30, Bryan Balin wrote:

Re: Applied for a test account over a week ago

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi David, It is likely that your account has been setup as test account, but you might have missed a notification about the same. Could you post your test account customer id? I'll take a look. Cheers, Anash P. Oommen AdWords API Advisor. On Thursday, February 28, 2013 3:54:18 AM UTC+5:30, da.

Re: Haven't received testing advertiser account approval after 14 days

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi, Looks like the account 239-020-4273 is already setup as test account. Could you try making calls to it? Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 28, 2013 1:34:23 AM UTC+5:30, eReplacement wrote: > > > Hi, > > It's been about 14 days and I'm still waiting to receiv

Re: Enhanced Campaign properties in reports?

2013-02-28 Thread Christopher Taylor
Hi Anash, do you have any insight as to a sense of timing for when new API documentation will be released in respect to Sitelink management and the new Enhanced Campaign features? Thanks, Christopher Taylor Voltage Search Media On Tuesday, February 26, 2013 7:26:08 PM UTC-8, Anash P. Oommen (A

Unable to connect To account via API

2013-02-28 Thread Laurent Mitchaut
Hi, since 3 month now we get the error : QuotaCheckError.INCOMPLETE_SIGNUP while we try to connect on our client's adwords account available in our CMC. Our Billing details are filled correctly in Billing>details Please how can we fix this ? CMC number : 265-803-1428 Regar

Api Adwords connect problem : QuotaCheckError.INCOMPLETE_SIGNUP

2013-02-28 Thread Laurent Mitchaut
Hi, since 3 month now we get the error : while we try to connect on our client's adwords account available in our CMC. Our Billing details are filled correctly in Billing>details Please how can we fix this ? CMC number : 265-803-1428 Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Requested AdWords API Test Account over 2 weeks ago....

2013-02-28 Thread adwords
Hi, Completed the Adwords API Test Account application request form at: https://docs.google.com/a/google.com/forms/d/1ERbljbb88ceyqU1gw2zN0KNI8Ltu5ASwo17M0wp0Ztg/viewform?id=1ERbljbb88ceyqU1gw2zN0KNI8Ltu5ASwo17M0wp0Ztg. Have not received a response. My understanding is that I should have re

Is Product Target ID unique for a given customerID (account) ?

2013-02-28 Thread Shriya Arora
For obtaining a Product target report via API, I am using the Criteria Report - with Criteria Type filtered by PRODUCT. I have verified that in case - that the ID in this case is the Product Target ID that the publishing API returns when publishing a target. My question is, is the ID unique? I

Re: SSL connections hanging

2013-02-28 Thread lgros
Good afternoon, I use python 2.6, the latest API (adwords_api_python-15.6.2) and also run the same 'hanging time' issue as what Chris describes. It has been going on for a little while (about the same time as Chris). Chris: have you found a remedy to your problem? Anash: has any one else also

Re: Best practice for working with reports and stats on test accounts

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Kevin, Just wondering, (how) does it make any difference to your application that you are making call to https://adwords.google.com or http://myfakeserver to get the relevant data? The only other workaround I can think of is to create an AdWords account, put some money into it and have it se

Re: Adwords can't get campaigns ( entries = null )

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Hassan, Could you please follow up on the forum with a sanitized SOAP request and response xml? Mailing me directly doesn't help, since my email inbox is unmonitored, and I will miss any direct email unless I specifically ask someone to do so. Thanks, Anash On Friday, February 22, 2013 5:4

Re: I want to know when every click and every conversion occurred time and place and which keyword was hit.

2013-02-28 Thread Jason Stedman
There is no way to get such specific information through the AdWords API, but you might be able to use Analytics on your landing pages to achieve something close. By using AdParams to put the keyword or some identifier into the destination url for the ad, you could tie the two together. Good

Re: copy worksheet from one google spreadsheet to another using c#

2013-02-28 Thread Jason Stedman
This forum is actually for the AdWords API You will probably find the answers you seek here: https://groups.google.com/forum/embed/?place=forum/google-spreadsheets-api&showsearch=true#!forum/google-spreadsheets-api On Thursday, February 28, 2013 4:07:28 AM UTC-5, write2...@gmail.com wrote: > >

Re: AveragePosition in Adwords

2013-02-28 Thread Ewan Heming
Hi, Averaging an average--if that's the correct term for it--doesn't actually work in the way you're expecting. You need to get back to the original sum of individaul positions for the seven day period, then divide them by the sum of impressions for the same peroid. So the equation is going to

I want to know when every click and every conversion occurred time and place and which keyword was hit.

2013-02-28 Thread lagu2653
I'm programming a Java EE web application. We have a customer who uses Google conversion trackers. I'm trying to get keyword performance reports which include the ip-address, city, country and timestamp when a conversion or click occurred. I've looked at keyword performance reports, click perfo

Re: Best practice for working with reports and stats on test accounts

2013-02-28 Thread Kevin Kuszyk
Hi Anash, This is the approach we are using on our dev machines. We also have a QA app which is connected to a test account in Ad Words, and I would rather not have to inject a fake service in QA and the real one in production, Could you find out if the API could be updated to return fake data fo

Re: Observing significant rise in occurrence of axis ConfigurationException when calling AdwordsUser.getService

2013-02-28 Thread Takeshi Hagikura
Hello cefc, Also, can you please write the library version you are using? Thanks, - Takeshi, AdWords API Team On Thursday, February 28, 2013 7:51:11 PM UTC+9, Anash P. Oommen (AdWords API Team) wrote: > > Hi, > > Could you please open a new issue on the library's issue tracker? The > library m

Re: Observing significant rise in occurrence of axis ConfigurationException when calling AdwordsUser.getService

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi, Could you please open a new issue on the library's issue tracker? The library maintainer will follow up directly with you over the issue tracker. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 27, 2013 11:04:45 PM UTC+5:30, cefc wrote: > > Hello, > > I'm using the (ol

Re: PHP Adwords API: Possible to update IP Address exclusions?

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Uday, AdWords API doesn't support IP exclusions. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, February 26, 2013 4:26:09 AM UTC+5:30, Uday Kumar wrote: > > Ref: PHP Adwords API > > We maintain a large number of accounts/campaigns, and need to update each > campaign's IP Address e

Re: API Clinet Login error

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Subrata, The AdWords API .NET library has an OAuth examples folder under C#, that shows how to make an API call as well as download a report. You can find the detailed instructions here: https://code.google.com/p/google-api-adwords-dotnet/wiki/UsingOAuth. Let me know if you have more questi

Re: oAuth or ClientLogin?

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Becky, Yes, AdWords API supports OAuth2. The scope is https://adwords.google.com/api/adwords/. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, February 26, 2013 9:25:38 PM UTC+5:30, becky.ru...@hanapinmarketing.com wrote: > > I am in a similar situation to Joey's. I took your adv

Re: Best practice for working with reports and stats on test accounts

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Kevin, My recommendation would be to mock out the calls to the report server for testing purposes. You can download a report from the AdWords frontend in the format you require and have the mock class return that file. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 27,

Re: Does changing query string in Destination URL via Adwords API trigger editorial?

2013-02-28 Thread Anash P. Oommen (AdWords API Team)
Hi Taylor, I believe this is true, but since this question is product specific, I recommend that you ask it on the product forum at https://www.en.adwords-community.com/t5/Community-lounge/AdWords-Forum/td-p/2488. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, February 28, 2013 12

Haven't received testing advertiser account approval after 14 days

2013-02-28 Thread eReplacement
Hi, It's been about 14 days and I'm still waiting to receive the results for my testing advertiser application. Developer Token (last 4 chars): XLlg MCC Customer ID: 912-198-7958 Test Account Customer ID: 239-020-4273 Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

test

2013-02-28 Thread Simon JAILLET
tes -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 Googl

Re: Video Ads - How to pull metrics from Adwords API.

2013-02-28 Thread jdorsman
Is there any ETA whatsoever (even if it's in terms of months) when this functionality will be available? Accounts with both online and video campaigns have quite deceitful reports because the Cost/Clicks/Impression data for Video campaigns is missing from them. It makes automated invoicing of t

Re: Adwords API - get ConversionValue of Keyword

2013-02-28 Thread Werner Ziegelwanger
Thank you, that worked for me! Am Montag, 18. Februar 2013 12:30:49 UTC+1 schrieb Danial Klimkin: > > Hello Werner, > > > Did you take a look at Criteria performance report? > > https://developers.google.com/adwords/api/docs/appendix/reports#criteria > > > -Danial, AdWords API Team. > > > On Fri

copy worksheet from one google spreadsheet to another using c#

2013-02-28 Thread write2rpandey
does any one know how to copy worksheet from one google spreadsheet to another using c# or any sample. plzzz. help. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adword

Re: Applied for a test account over a week ago

2013-02-28 Thread david
I hate to bump this but I've seen two other people receive a response to this same issue and I haven't received one. I know everyone is busy but I'd really love to start developing with the test account. I applied through the online form 16 days ago. If I need to send any info or reply with my

Upgraded Sitelinks

2013-02-28 Thread Ori Arditi
Hello The new upgraded sitelinks featureis a big step forward! 1. Is it possible to get the upgraded sitelinks in the ad-hoc reports? 2. Is it possible to get and manage the upgraded sitelinks in the API? Thanks

INCOMPLETE_SIGNUP exception

2013-02-28 Thread Simon JAILLET
Hello Team, Just trying to create a test account with no luck. I still get the "INCOMPLETE_SIGNUP exception" for the CID 868-042-3361 I created a MCC account on http://www.google.com/adwords/myclientcenter/ I create a new advertiser account with no campain and I filled https://docs.google.com/fo

AveragePosition in Adwords

2013-02-28 Thread Werner Ziegelwanger
I'm wondering how AdWords compute an average position of a keyword. For a Keyword I checked all 7 daily average position values. Normally I would sum them and divide through 7 to get the average position of a week, but I turns out that this is not correct. I get a value of 3,2 and AdWords displa

Problem with account performance report custom dates

2013-02-28 Thread Bryan Balin
Hi -- I've seen this problem resoved for PHP, but the Python adspygoogle package isn't one-for-one, so I'm asking this question. I'm trying to get custom dates for an account performance report. The below code creates the following error: "adspygoogle.common.Errors.ValidationError: Field 'st

Re: Long-lasting response to any request

2013-02-28 Thread la
the problem was resolved Thank you! вторник, 26 февраля 2013 г., 16:08:44 UTC+6 пользователь l...@ff.ru написал: > > Hello! > We have a problem. Google doesn't respond to any request, whether it > concerns an authorization or access to the service, for a long time. Here > are some examples (by u