How can i view the preview of the ad in sanbox account

2011-07-12 Thread Aravind
Hi, I am using sandbox account and developing application using PHP, i want to know the Google provide the API for preview the ad. Thanks, Aravind -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

AdGroup Experiments

2011-07-12 Thread OTTMike
It seems like you can only run 1 experiment per campaign at one time so how can you effectively test multiple adgroups against copies of themselves? If I wanted to promote the changes in the future it would seem like promote would be worthless if you were testing multiple unique adgroups. I w

Api connection through excel

2011-07-12 Thread grayhu...@yahoo.com
I want to access the google adwords api through excel using the soap, xml, reference. Is there any examples out here that has a sample that I can just replace my token and I get something. I am so frustrated with the support on this website. http://www.google.com/apis/adwords/samplecode.html do

I NEED A PROGRAMMER WITH EXPERIENCE WITH GOOGLE ADWORDS API

2011-07-12 Thread Marcio Andrade
Hi, I need someone with Programming Experience on the Google Adwords API who can create a simple little program that can do this: 1. Receive an XML Request for the Keywords to be researched. 2. Query Google Traffic Estimator and Google Keyword Tool for those Keywords using DeathByCaptcha.com's

Re: Invalid response of ad performance report requests.

2011-07-12 Thread Toshi
ConversionsManyPerClick Cost Date Id Impressions

INVALID_VERSION error

2011-07-12 Thread soumya pathuri
I am using traffic estimator service and getting following error. Please suggest http://schemas.xmlsoap.org/soap/ envelope/">soap:VersionMismatchINVALID_VERSION Xml Code: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:o="https://adwords-sandbox.google.com/api/adword

Unsubscribe

2011-07-12 Thread Marcelo Ferreira
Please, i want to unsubscribe this group. Thanks Marcelo -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received th

v201101 - report delay?

2011-07-12 Thread John Bliss
Using v201101, I requested this report for yesterday (7/11): reportType DESTINATION_URL_REPORT creationTime 20110712 080452 America/Los_Angeles That was created almost four hours ago. But when I call reportdownload, I get: RUNNING 425 0 0 When I create same / similar report with v13

Not able to get all clientsId under MCC account

2011-07-12 Thread Chirag
Hi, I want all clientsId under MCC account, and than fom clientid all campaignIds under one client. But, when i try to run example GetAccountHierarchy.php. It always shows me "No serviced accounts were found." I am using sandbox environment for testing this examples. Thanks, Chirag -- =~=~=~=~=

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-12 Thread jstedman
Yeah, that is a very good point. I just noticed something about your request that might be causing your issue: https://adwords.google.com/api/adwords/cm/ v201008">20110630 110309 -07:00 https://adwords.google.com/api/adwords/cm/ v201008">20110630 011132 -07:00 Since the time is listed in 24 ho

Re: Adwords API Billing

2011-07-12 Thread OTTMike
I mean UNIT_COUNT :D Thanks again. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Traffic Estimates

2011-07-12 Thread Vanessy
Hi David, Is it possible for you to be more specific with your responses or maybe be less technical? How do I go about going "against production"? Or what is the best Adwords available service to get estimates for a list of keywords for a specific client? Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=

Re: v13 -> v201101 upgrade: where's getReportDownloadUrl

2011-07-12 Thread John Bliss
Found it: http://code.google.com/apis/adwords/docs/reportingtopics.html#downloading On Jul 12, 11:07 am, John Bliss wrote: > In v201101, I'm successfully doing a > ReportDefinitionService.get().getentries() which is returning an array > of ReportDefinitions.  In v13, I could call getReportDownlo

Re: Adwords API Billing

2011-07-12 Thread OTTMike
Thanks for the reply. That was exactly what I needed. I used a combo of OPERATION_COUNT, servicename, and methodname. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~

API billing using Client Manager accounts

2011-07-12 Thread Nath Tredgett
When making API calls using a CLIENTS id, but MY developer token, who gets charged ? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: v13 -> v201101 upgrade: where's getReportDownloadUrl

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi John, Have you looked over the reporting basics guide Google created? http://code.google.com/apis/adwords/docs/reportingtopics.html Pete On Jul 12, 12:07 pm, John Bliss wrote: > In v201101, I'm successfully doing a > ReportDefinitionService.get().getentries() which is returning an array > of

Re: v13 -> v201101 upgrade: where's getReportDownloadUrl

2011-07-12 Thread jstedman
the ReportDownloadUrl can be obtained by: String url ="https://adwords.google.com/api/adwords/reportdownload? __rd=" + aReportDefinition.getId(); -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

v13 -> v201101 upgrade: where's getReportDownloadUrl

2011-07-12 Thread John Bliss
In v201101, I'm successfully doing a ReportDefinitionService.get().getentries() which is returning an array of ReportDefinitions. In v13, I could call getReportDownloadUrl() on one of those to get the ReportDownloadUrl but I'm not seeing anything like that on ReportDefinitions. In v201101, given

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-12 Thread bgraves
The precision is due to the fact that I need to get all the changes since the last time that the CustomSyncService ran a get operation. I don't see why the precision matters since the very next call to the service takes a dateTimeRange starting from the last precise dateTimeRange. Since neither o

Re: still having the same problem please I need help - awapi-local-db-sync-1.1.0

2011-07-12 Thread David Torres
Please refer to https://groups.google.com/forum/#!topic/adwords-api/mcLp8VO3oQ8 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 =~

Aw: Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
Accountinfos for one Customer per *API 201101 ^^ * -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messa

Re: Traffic Estimates

2011-07-12 Thread David Torres
Hi, 1. Sandbox only supplements mocked data, to get real estimates you need to go against production. 2. TrafficEstimatorService can't report based on a website as opposed to TargetingIdeaService. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

Re: Keyword Performance report

2011-07-12 Thread jstedman
I think what is being reported here is that the report he receives is effectively only containing column attributes. He is not getting any tags or the data that should be between them. Also, I may be misunderstanding your post Danial, but the reporting service does return rows that have all zeros

Aw: Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
i have it^^ $selector = new ServicedAccountSelector(); $selector->customerIds = CUSTOMERID; -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Accountinfos for one Customer per API 201101

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Which client library are you using? I suggest you take a look at the examples for your library: http://code.google.com/apis/adwords/docs/clientlibraries.html Pete On Jul 12, 11:10 am, Timo Frenzel wrote: > I replaced > $user->SetClientId (MyID) > with > $user->SetClientId (CustomerID) > I also

Recording a Conversion on website and keeping any required value on Database

2011-07-12 Thread ARL
Hello, We are new studying the AdWords API, and not even developed any code with this, we are just analyzing different scenarios to implement the API in our solutions. We have different websites which now are using the standard conversion rules, using jscrips. We track those conversions perfectly

Re: Sandbox and conversion optimizer

2011-07-12 Thread David Torres
Hi Charles, This is still not possible, I'll raise this issue with the core engineering team one more time. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.go

Aw: Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
I replaced $user->SetClientId (MyID) with $user->SetClientId (CustomerID) I also get all the customer are linked to my MCC. But not only the data of Customers -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http

Re: internal server error.

2011-07-12 Thread soumya pathuri
Please find the following error: http://schemas.xmlsoap.org/soap/ envelope/">soap:ClientXML_STREAM_EXC Thanks, Soumya. On Jul 12, 9:26 am, "Pete Lavetsky (AdWords API Guru)" wrote: > Can you paste the entire error please? I don't see anything about > protocol error > here:http://code.google.c

Re: internal server error.

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Can you paste the entire error please? I don't see anything about protocol error here: http://code.google.com/apis/adwords/docs/reference/latest/TrafficEstimatorService.ApiError.html Thanks Pete On Jul 12, 10:02 am, soumya pathuri wrote: > Hi Pete, > > I am getting  remote server returned an er

Re: Accountinfos for one Customer per API 201101

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Timo, You set the clientId to that of the Google ID of the individual client ... like $user->SetClientId( "1234567890" ) Pete On Jul 12, 9:53 am, Timo Frenzel wrote: > Hi folks, > with this script I've retrieved the details of all customers. > But how do I get the data from only a particular

Re: Re : Re: Re : Re: Cannot create client account with v13 webService

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Thomas, What client library are you using? Have your tokens been approved? Are you sure you've switched from Sandbox Credentials to Production Credentials? It looks like you may be missing your MCC email + password in the Request Header Hope this helps, Pete On Jul 12, 9:53 am, Thomas D wrote:

Re: internal server error.

2011-07-12 Thread soumya pathuri
Hi Pete, I am getting remote server returned an error: (500) Internal Server Error and the status is protocol error. Thanks, Soumya. On Jul 12, 8:01 am, "Pete Lavetsky (AdWords API Guru)" wrote: > Hi Soumya, > > Can you paste the 500 error you're getting? > > Pete > > On Jul 11, 5:27 pm, soumy

Re : Re: Re : Re: Cannot create client account with v13 webService

2011-07-12 Thread Thomas D
Thank's a lot Pete I've got the same problem in live.. Is my Soap request correct? I don't have a lot of documentation about this function and I'm trying desperately to make it work Thomas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http:

Accountinfos for one Customer per API 201101

2011-07-12 Thread Timo Frenzel
Hi folks, with this script I've retrieved the details of all customers. But how do I get the data from only a particular customer? I need this email to the CustomerID and descriptiveName. $user = new AdWordsUser(); $user->SetEmail($oAPI->get("APIEmail")); $user->SetPa

TrafficEstimatorService and NetworkTarget

2011-07-12 Thread jstedman
The v201101 TrafficEstimatorService documentation suggests that NetworkTarget is a valid Target to be set on a CampaignEstimateRequest, but since there is no v201101 NetworkTarget class it cannot be set. The primary use of this class has been replaced by NetworkSetting in the API, but NetworkSettin

Re: The same report, obtained through the api V201101, is smaller

2011-07-12 Thread mm
An obvious question - are both reports in the same format? When I moved our code from the v13 reports to the 201101, I first attempted to match the v13 report with the 201101 report, but frankly, gave up on that and just began to compare the reports to the UI for verification. On Jul 11, 8:38 am,

Re: Re : Re: Cannot create client account with v13 webService

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Thomas, I think this might just be a case of not being able to create accounts in the sandbox, even if you do have the reseller status. If you try it live I'd be interested if it didn't work. Pete On Jul 12, 9:13 am, Thomas D wrote: > The error returned is: basis {System.InvalidOperationExc

Re: Getting Campaign/Ad/Keyword level Alerts

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Priyank, If it's not defined here it's not available in the Alert Service : http://code.google.com/apis/adwords/docs/reference/latest/AlertService.Alert.html Pete On Jul 8, 8:03 pm, priyank wrote: > If my campaign Budget has gone too low, in Adwords, i see following on the > Keyword manageme

Re: How to display AdGroupId and CampaignId in Placement report?

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Lex, Have you tried defining the columns as seen here: http://code.google.com/apis/adwords/docs/appendix/reports.html#managed-placements Pete On Jul 11, 4:29 am, Lex Chen wrote: > Hi, All, > I try to define a placement report with fields ("AdGroupId", "CampaignId"). > But when I download the

Re: how do you get campaigns for a specific account?

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Andrew, You construct a new AdWordsUser object for each request that contains the specific email address credentials. Pete On Jul 11, 11:19 am, andrew branco wrote: > i am having a problem where i can get campaigns for a user specified through > client email in this case i am using the sandb

Re : Re: Cannot create client account with v13 webService

2011-07-12 Thread Thomas D
The error returned is: basis {System.InvalidOperationException} = {"The remote server returned an error: (500) Internal Server Error."} About the password, I work with the sandbox, so it doesn't matter. Hope you could help me Thomas -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also fin

Re: internal server error.

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Soumya, Can you paste the 500 error you're getting? Pete On Jul 11, 5:27 pm, soumya pathuri wrote: > I am trying to use traffic estimator service and I am getting 500 > internal server error.Please suggest > > >               xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; >

Re: Invalid response of ad performance report requests.

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Toshi, Can you paste the SOAP here with the credentials removed? Pete On Jul 11, 10:45 pm, Toshi wrote: > I got errors when I requested ad performance report with adwords- > api-8.3.1.jar. > > 1. response of invalid xml including contents below: > > !!!1|||86142134|||Unexpected exception???

Re: Cannot create client account with v13 webService

2011-07-12 Thread Pete Lavetsky (AdWords API Guru)
Hi Thomas, Can you paste the error you were given? Also, you'll need an admin to comment our the pw in your post. Pete On Jul 12, 5:30 am, Thomas D wrote: > Hello, > > I try to create a new client account using v13 webservice (I have a reseller > account) but I receive a 500 Error (it happened

Re: Odp: Re: Report generate took 4 hours.

2011-07-12 Thread ACE
This is a big issue for us as well. Until v201101 supports cross-client reporting, it's useless to us. The v13 reports still can take up to 3-4 hours to complete, and when this happens it affects all of our automated processes. It would be nice to have some updates as to the status of the integ

Re: Calling the get() for the CampaignService??

2011-07-12 Thread Neil Kirk
Hey David Probably because I have been taking the instructions quite literally (and not being sure if the client library is installed with my hosting service). I was initially hoping to use the client library (why make things harder for yourself, right :) I now believe that the client library

Re: Adwords API Billing

2011-07-12 Thread jstedman
You may consider using the InfoService to get this information. It allows you to see how much you have spent on any given date range for any given operation within the API. http://code.google.com/apis/adwords/docs/reference/latest/InfoService.html The apiUsageType required field in the InfoSelect

Re: Keyword Performance report

2011-07-12 Thread Sanju
NO.I thnk most of rows may display with zero's only. On Jul 5, 5:44 pm, Danial Klimkin wrote: > Hello Sanju, > > Do you expect any non-zero rows in this report? Currently, the reporting > service skips rows with zero results. > > -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Pause a client account through MCC API

2011-07-12 Thread Mahesh
Hi, I have an MCC account which contains many client accounts. Is there a direct way of pausing an account through MCC's API ? I found an indirect solution: Pausing all the campaigns of a client account. To achieve this we have to get all campaigns of the client account and update them individual

Re: Intermittent NOT_ADS_USER error message

2011-07-12 Thread Yaron Elkayem
Hi Eric and thank you for the answer. Luckily we have integrated a retry logic implementation at application level. In the best practices guide, it says that the prevention tip for this is: "After a sandbox refresh, ensure you make a request to CampaignService.get() to reinitialize your account." h

Cannot create client account with v13 webService

2011-07-12 Thread Thomas D
Hello, I try to create a new client account using v13 webservice (I have a reseller account) but I receive a 500 Error (it happened when my request is bad) Here is my webrequest: {0} {1} {2} {3}