Re: Retrieve date that an ad was created

2011-07-13 Thread jstedman
You could check out the CustomerSyncService: http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.html -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords

Re: Not able to get all clientsId under MCC account

2011-07-13 Thread Chirag
Hi, This error "No serviced accounts were found." solved after commenting out client id from auh.ini file, But getting only one account in account hierarchy under both production as well as sandbox environment. Can anyone suggest what i am doing wrong? I think it should display main MCC account as

BulkMutateJobService queue size

2011-07-13 Thread GregT
Hi, We're trying to change things to use the BulkMutateJobService. I see the following at http://code.google.com/apis/adwords/docs/bulkjobs.html: "Each customer has a single job queue that can hold up to 10 bulk mutate jobs". We handle campaigns for multiple clients. Does the "customer" in this

Re: Sandbox UNEXPECTED_INTERNAL_API_ERROR while adding ad performance report

2011-07-13 Thread Michael
Update on this: The 'Date' field seems to be causing the trouble here. The same requests in the production API do not return an error, though they return no stats, e.g. a request returns something like Whereas omitting the Date field returns stats as expected. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Suggested Keywords on Adwords UI tool

2011-07-13 Thread mani
Hi, I have seen some good keywords (broad) suggested for a site on the Campaign tab when you try to add a keyword, they show up in a box on the right side. Are the same suggestions available through an API call? They dont seem to be the same ones which are available on the TargetingIdeaService AP

Re: Sandbox Developer Token is Invalid??

2011-07-13 Thread Pete Lavetsky (AdWords API Guru)
This is just an educated guess but try adding two more SOAP headers: SOAP::Header->name( "alternateUrl"=>"https://adwords- sandbox.google.com/" ) SOAP::Header->name( "useSandbox"=>"true") Hope that helps, Pete On Jul 13, 9:23 am, Neil Kirk wrote: > I think this is happening because the request

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

2011-07-13 Thread Pete Lavetsky (AdWords API Guru)
Ok, I see the authToken now ... is there any more information with the error? Can you paste the full stack? Does it happen every time? Have you checked in AdWords to see if the account was actually created even tho it errors? Pete On Jul 13, 9:27 am, Thomas D wrote: > Pete, > > I've checked out

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

2011-07-13 Thread relevanttraffic
Thank you for reply. Both reports are the same one report, but downloaded in different ways. I compare data by sum of clicks, it is different for different versions of API. I checked column names, they are the same. campaignID column available in both xml. xml from api has 11 075 rows, xml from bro

Re: Traffic Estimates

2011-07-13 Thread David Torres
Hi Vanessy, Apologies about being so technical, let me try to explain myself in a more plain vocabulary, please let me know if I'm still not clear. You said "I am using the php/sandbox version of the TrafficEstimatorService" which made think you are running your estimates against the Sandbox

Retrieve date that an ad was created

2011-07-13 Thread Michael
Hi, Since changing the destination URL of an ad requires deleting the old ad and creating a new one with updates in place, which resets the stats for the ad, I am looking to find newly created ads in my client's accounts and update only those ads that were added recently (a daily check will be run

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

2011-07-13 Thread David Torres
Hi Neil, Check if you have Google::Ads:AdWords module installed, if not download and unpackage the library from here http://code.google.com/p/google-api-adwords-perl/downloads/list and follow the README. Then copy the adwords.properties file shipped within the library to your home folder and

Re: how create full add with stats ?

2011-07-13 Thread David Torres
Hi, 1) There is no specific operation to copy an Ad in the API, but this could be easily implemented by fetching the Ad (via get call) then modify the Ad as required, remove its id (so it gets created as a new Ad) and send a mutate call. 2) Ads don't ever get deleted of the system just marked

Re: Getting Campaign/Ad/Keyword level Alerts

2011-07-13 Thread priyank
right, my question is not regarding Alert API. I wanted to know if there is any other API which can be used to pull the information displayed in adwords like the following which is displayed once we goto Keyword screen for Campaign with low budget. *"The amount remaining in your campaign's budg

VersionMismatch

2011-07-13 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/ad

Re: INVALID_VERSION error

2011-07-13 Thread soumya pathuri
Please suggest what's wrong with the following code? On Jul 12, 3:28 pm, soumya pathuri wrote: > I am using traffic estimator service and getting following error. > Please suggest > > http://schemas.xmlsoap.org/soap/ > envelope/">soap:VersionMismatch faultcode>INVALID_VERSION soap:Body> > > Xml C

Re: CustomerSyncService: not recognizing change to MaxCPC

2011-07-13 Thread bgraves
Thanks. It looks like I used AM instead of PM for the date in my first example...so that example wasn't valid. I can't recreate the issue now when using the correct date: using "20110630 131132 -07:00" gives me the criteria change. I'm not sure why I didn't get the change back on 6/30 and I can't

Sandbox UNEXPECTED_INTERNAL_API_ERROR while adding ad performance report

2011-07-13 Thread Michael
Hi, I have been getting an internal api error while trying to add an ad performance report (ReportDefinitionService) in the sandbox for the past few days. The most recent request ID is 0004a7f59749a6180a0c1c081fe937f3. This same request works in the production version of the api, however: http:/

unmarshalling error

2011-07-13 Thread soumya pathuri
I am trying to create a campaign using campaign service and it is giving following error http://schemas.xmlsoap.org/soap/ envelope/">soap:ServerUnmarshalling Error: unexpected element (uri:"https://adwords-sandbox.google.com/api/adwords/cm/v201101";, local:"RequestHeader"). Expected elements are <

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

2011-07-13 Thread Eric Koleda
Hi All, Unfortunately I don't have any updates about the release of cross-client reports in v201101. Accounts using optional-login do not have a value to put in the clientEmails field of v13 reports. There are

Re: Intermittent NOT_ADS_USER error message

2011-07-13 Thread Eric Koleda
Hi Yaron, Although it's the same error message, the problem appeared in the production environment for different reasons, and that wouldn't work. Best, - Eric -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http:

Re: MCC REPORT - MISSING_CUSTOMER_ID_AND_LABEL_ID

2011-07-13 Thread Leonardo Javier Díaz
Note: We are moving to the new version because we need a few columns. Because the web service in version v13, not available. On 13 jul, 11:45, Leonardo Javier Díaz wrote: > Hello everyone, > I need help with an error message I'm getting when trying to download > a report of ads from various clien

MCC REPORT - MISSING_CUSTOMER_ID_AND_LABEL_ID

2011-07-13 Thread Leonardo Javier Díaz
Hello everyone, I need help with an error message I'm getting when trying to download a report of ads from various clients of my company. (MCC) The error is: ReportDefinitionError.MISSING_CUSTOMER_ID_AND_LABEL_ID I am using Java libraries adwords-api-8.3.1. Basically I am following the example show

Api for Keyword tool

2011-07-13 Thread Aravind
Hi All, I want to generate the related keyword for my ad using API, whether Google sandbox account has the API like for " Select keywords" option available in adWords account page. Thanks Aravind -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion grou

Language...

2011-07-13 Thread Anderson Peixoto
What is the language most used for accessing the AdWords API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-13 Thread Ray Ray
Thanks, I was beginning to think it was only me. I can still use the CampaignService but I've been having further issues with authenticating and other services today. I hope the production server doesn't have these problems. (/__\) -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

ServicedAccountService issue

2011-07-13 Thread Sanju
Sir, Am not getting account details completely , showing time zone null, currency code null. Plz I need to get that present account fields from graph. ServicedAccountSelector selector = new ServicedAccountSelector(); selector.setEnablePaging(false); selector.setCustomerIds("here I ene

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

2011-07-13 Thread Thomas D
Pete, I've checked out my tokens, they've been approved, and I'm sure to have switched to production environment. I use the authtoken generate by another method (wich work) in order to replace login and password in my soap header (I've tried with them too just to be sure) I'm working in C#

Re: Sandbox Developer Token is Invalid??

2011-07-13 Thread Neil Kirk
I think this is happening because the request is going to production rather than to the sandbox. How do I change the request to direct to the sandbox? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.g

Re: v201101 - report delay?

2011-07-13 Thread John Bliss
This AM, about 22 hours after creationTime, reportdownload still shows: RUNNING 425 0 0 What's going on? On Jul 12, 2:01 pm, John Bliss wrote: > Using v201101, I requested this report for yesterday (7/11): > > reportType       DESTINATION_URL_REPORT > creationTime     20110712 080452 America/Lo

Re: Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-13 Thread Free8765
Hello Ray Ray, i could not access the sandbox, too. Form me this is not limited to the ReportsDefinitionService. Hope this will change soon. On 13 Jul., 10:44, Ray Ray wrote: > Hello. > > Is anyone else have problems with reports in thesandbox. > > I'm receiving an "UNEXPECTED_INTERNAL_API_ER

回覆:CampaignAdExtensionService

2011-07-13 Thread Keung Chan
more details: Array ( [0] => CampaignAdExtensionOperation Object ( [operand] => CampaignAdExtension Object ( [campaignId] => 150984 [adExtension] => SitelinksExtension Object (

Re: API billing using Client Manager accounts

2011-07-13 Thread Nath Tredgett
Hi Anash, Thanks for the reply. That's just what I was after. Nath On Jul 13, 11:41 am, AdWords API Advisor wrote: > Hi Nath, > > Your account (i.e. the MCC holding the developer token) gets charged. You > can use InfoService > (http://code.google.com/apis/adwords/docs/reference/latest/InfoSer

CampaignAdExtensionService

2011-07-13 Thread Keung Chan
i get this error when i tried to add an extension using the api. can anyone help? Error code:0, Error Message: Unmarshalling Error: cvc-complex-type.3.2.2: Attribute 'id' is not allowed to appear in element 'ns1:sitelinks'. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Re: API billing using Client Manager accounts

2011-07-13 Thread AdWords API Advisor
Hi Nath, Your account (i.e. the MCC holding the developer token) gets charged. You can use InfoService ( http://code.google.com/apis/adwords/docs/reference/latest/InfoService.html) methods to figure out the cost breakup for each client and transfer the cost to your clients. Cheers, Anash P. Oo

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

2011-07-13 Thread AdWords API Advisor
Hi, I would check if the column names are same or different. Some of the columns like CampaignId won't be available through front end downloads even if the report definition has it. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Pause a client account through MCC API

2011-07-13 Thread AdWords API Advisor
Hi Mahesh, Pausing all campaigns in a client is the best approach to pause a child account using AdWords API. You can use ServicedAccountService to retrieve the customer id for accounts, and then pause all campaigns in that account. AdWords API can take either clientEmail or clientCustomerId i

Sandbox Developer Token is Invalid??

2011-07-13 Thread Neil Kirk
Hi there I am trying to connect to the adwords API using the Perl Client Library, but am hitting a couple of problems. I am following the instructions the Sandbox best practices article but am getting a 'dev

Re: internal server error

2011-07-13 Thread AdWords API Advisor
Hi Soumya, Is there any particular reason why you don't want to use the AdWords API .NET client library? See http://code.google.com/p/google-api-adwords-dotnet/ for more details. Also, a working version of the code you posted is available here just in case you don't want to make use of the lib

Organise

2011-07-13 Thread selvanayaki selvi
AdWords API Forum adwords-api@googlegroups.com A forum for Google AdWords API developers to share thoughts with other AdWords API developers. Note: only posts from 'AdWordsAPIAdvisor' are approved by Google. Language: English -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on o

Sandbox Report Problems (UNEXPECTED_INTERNAL_API_ERROR)

2011-07-13 Thread Ray Ray
Hello. Is anyone else have problems with reports in the sandbox. I'm receiving an "UNEXPECTED_INTERNAL_API_ERROR" when trying to get all report definitions or any mutate operation. The API access is otherwise fine. I am receiving a 500 response from the SOAP request but authentication is 200 OK.

Re: I NEED A PROGRAMMER WITH EXPERIENCE WITH GOOGLE ADWORDS API

2011-07-13 Thread GemBox Software
Hi, Would you like to retrieve traffic estimates and keyword statistics with AdWords API or by scraping HTML returned from AdWords Traffic Estimator and Keyword Tool web interfaces? I am guessing you would like to do it by scraping method because you mention DeathByCaptcha.com's API for Captcha So

Get MediaService's Image data?

2011-07-13 Thread veseo
Hi, is it possible to get an Image's raw data via the API? I need it because I'm downloading campaigns and their respective extensions (some of which have ImageMediaIds with an existing Image Media objects, but I can't "download" the image, only its other properties (which are quite useless, wi