AdWords API Click error

2008-09-02 Thread [EMAIL PROTECTED]
I have tested the adwords system over the last two days; 1st September and 2nd September, because I just could not believe the number of clicks reported by the Adwords system. To do the test, I registered my website with Statcounter.com as it can show individual visitors and where they came from.

AdWords API Re: APi

2008-09-02 Thread mic_226611
. On 8月26日, 下午7时06分, Jan <[EMAIL PROTECTED]> wrote: > No, I can't. > > And this definitely is not a Adwords API problem so you're in the > wrong place. > > - Jan > > On 26 Aug., 10:01, taghi <[EMAIL PROTECTED]> wrote: > > > > > for example if we are in the network > > i want name of folders that

AdWords API Re: Mysterious " internal error" with updateCampaign

2008-09-02 Thread mic_226611
I also have this problem. On 8月26日, 下午4时19分, Bartek Jakubski <[EMAIL PROTECTED]> wrote: > Another problem we have with one account is that we are unable to > update any campaign in this account in any way (budget change for > example). Error is always "An internal error has occurred. Please > re

AdWords API Sandbox Fixed on the Eastern Time Zone?

2008-09-02 Thread dkamotsky
My Google AdWords Sandbox Account shows that my time zone is "America/ Los_Angeles": http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> ... https://adwords.googl

AdWords API Re: keyword status report taking forever

2008-09-02 Thread tozor
So I ended up building some defensive logic into my application. Basically if a report takes longer than 20 minutes, I nuke the thread which is polling for the results, and issue a new report call. So far I have seen four cases where this logic triggered and each time the subsequent report comple

AdWords API Re: MCC : Duplicate account in an MCC.

2008-09-02 Thread AdWords API Advisor
Hello Tousdan, It looks like your MCC account (the account beginning with [EMAIL PROTECTED]) is quite old, and has a couple of irregularities with it that are remnants of legacy AdWords systems. One odd thing is that it is an MCC account that also contains an inactive campaign in it, which sho

AdWords API Re: keyword status report taking forever

2008-09-02 Thread AdWords API Advisor
Hello Tim, Your frustration is understandable, and I wish that there were greater transparency into what is actually going on to cause these delays in your reports processing. As it is, what I continue to hear from the reports engineering team is that the delays in completing the reports whose i

AdWords API Re: Basic Questions

2008-09-02 Thread AdWords API Advisor
Hello, (a) The data is updated periodically, as you might have guessed. However, the period can vary and the exact interval at which the data is updated isn't something we publicize. (b) The results returned via the AdWords API's Traffic Estimator service are not meant to replicate the results r

AdWords API KeywordToolService so slow ;-(

2008-09-02 Thread PHP Club
KeywordToolService so slow ;-( 3-4sek http://www.google.com/apis/adwords/developer/KeywordToolService.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email

AdWords API Re: Switching Campaign pricing model

2008-09-02 Thread Jan Piotrowski (AdWords API Guru)
Hi Konrad, > I suspect that API in current version is not capable to perform > campaign pricing model change, but it would be good if someone could > confirm that. as far as I know this is correct. You will have to wait for API V13. - Jan --~--~-~--~~~---~--~~ Yo

AdWords API Re: Mysterious " internal error" with updateCampaign

2008-09-02 Thread AdWords API Advisor
Hello Bartek, I actually was just going to post to say that the word from the engineering team is that this should have been fixed in a change on the backend that went live over the weekend. But I'm assuming you tested today when you say that it's still not working, so the change that was made m

AdWords API Re: Java Client Library Updated (v2.1.0)

2008-09-02 Thread AdWords API Advisor
The dependency jars are not part of the source branch or awapi_java_lib_2.1.0.tar.gz. All dependencies are located in a separate download file, which now excludes j2ee jar (http://google-api- adwords-java.googlecode.com/files/includelib_jars_0808.tar.gz). Most likely, you still have this jar in

AdWords API Re: Campaigns targeting both Keywords and Placements

2008-09-02 Thread [EMAIL PROTECTED]
Hi shadow, I got this Email from an APIAdvisor on 1st of August: Yes, the documentation team is in the process of scrubbing the docs to reflect the new targeting options. Thanks for pointing that example out. I bet many Developers are troubled with other Projects like Android or Chrome to m

AdWords API how to update campaign in v12

2008-09-02 Thread atul
Hi I m using v12. I want to update existing campaign. How it can be done. my code is following.. myCampaigns[i].name = txtEditCampaign.Text; myCampaigns[i].budgetAmount = 10; myCampaigns[i].budgetAmountSpecified = true;

AdWords API Switching Campaign pricing model

2008-09-02 Thread shadow
Hello! Since last api update there is a possibility to build placement-based campaign using CPC as pricing model (earlier only CPM was allowed). Using AdWords web interface it is possible to change pricing model for a campaign from CPM to CPC, or from CPC to CPM (if GoogleSearch is disabled). I'

AdWords API Re: Campaigns targeting both Keywords and Placements

2008-09-02 Thread Jan Piotrowski (AdWords API Guru)
Hi Konrad, I have no experience with placements and the API, so I can't really help you with this. But as you know placements are a pretty new thing, especially in the current form with keywords and placements in one campaign. So probably the API team hasn't found the time to update the sandbox

AdWords API Re: Campaigns targeting both Keywords and Placements

2008-09-02 Thread shadow
Hi again! I've written last post after my unsuccessful exploring the subject in Sandbox Environment. We decided to make some cautious tests on production environment, and to my surprise, we could import, add and update such campaign (placement+keywords) smoothly. The problem now is that we're m