AdWords API Re: how do i start to use the Adwords api

2009-02-16 Thread Jan Piotrowski (AdWords API Guru)
Try APIlity: http://google-apility.sourceforge.net/ - Jan On 14 Feb., 09:40, ainihong001 wrote: >  hi,i want to use some Adwords api. > and i have got developer_token and application_token, > i use the demo of get_keyword_variations.php . > But it returns "List of additional keywords to consi

AdWords API Re: updateCriteria returns error

2009-02-16 Thread Jan Piotrowski (AdWords API Guru)
Try APIlity: http://google-apility.sourceforge.net/ - Jan On 14 Feb., 13:10, "ali.ghaznavi.mediafl...@gmail.com" wrote: > hello, > > Need some help please > > here is the code listing > > require_once('../../_classes/google_adword_api/ > soapclientfactory.php'); > $email = 'INSERT_LOGIN_EMAI

AdWords API Re: keyword delete when we delete ad

2009-02-16 Thread Jan Piotrowski (AdWords API Guru)
Keywords and ads are completely seperated. When you delete an ad, nothing happens to your keywords. - Jan On 16 Feb., 07:28, PSPL Noida wrote: > Hello > > When we create a new ad in that case first of all we delete the old > and create new.Now tell me when we delete the old ad in that case >

AdWords API Re: Google::Adwords v1.12 Perl module (support for v13)

2009-02-16 Thread Jan Piotrowski (AdWords API Guru)
Thanks Rohan! --~--~-~--~~~---~--~~ 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+uns

AdWords API Re: php/ my first journey to use Adwords api

2009-02-16 Thread Jan Piotrowski (AdWords API Guru)
Try APIlity: http://google-apility.sourceforge.net/ - Jan --~--~-~--~~~---~--~~ 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 fr

AdWords API Re: Explain sandbox reporting?

2009-01-20 Thread Jan Piotrowski (AdWords API Guru)
I don't pay for the dev environment. Do you? ;) - Jan On 20 Jan., 23:04, Rob wrote: > Hi, > > I'm trying to develop an app and am having very little luck with > reporting, from what I've seen no matter what report I call I get the > following url > > https://sandbox.google.com/sandboxreports/d

AdWords API Re: Is there a way to get exemptionRequest value for an approved ad?

2009-01-05 Thread Jan Piotrowski (AdWords API Guru)
I second (or third) this request. Would be really helpful. - Jan On 5 Jan., 18:02, "hravn...@hotmail.com" wrote: > Thanks, Jeff. > > In case it helps, I noticed someone else also requested this in early > 2008. > Seehttp://groups.google.com/group/adwords-api/browse_thread/thread/83dfb > >

AdWords API Re: Absolute Newbie here with a PHP SOAP Error

2009-01-05 Thread Jan Piotrowski (AdWords API Guru)
If they are all in the same directory you don't have to use the folder name /public_html/ in your require-statement. require_once ('soapclientfactory.php'); should be enough. For php or APIlity questions there is a better place: http://groups.google.de/group/adwords-api-php - Jan On 5 Jan., 1

AdWords API Re: Login Failed Error while accessing Adwords API

2009-01-03 Thread Jan Piotrowski (AdWords API Guru)
Had a look at this? http://code.google.com/intl/de-DE/apis/adwords/docs/developer/adwords_api_sandbox.html - Jan On 2 Jan., 16:39, "api.goec...@gmail.com" wrote: > Hi, > > I am trying to access the Adwords API in the sandbox environment using > the email address api.goec...@gmail.com. I am get

AdWords API Re: Create report template via API

2009-01-03 Thread Jan Piotrowski (AdWords API Guru)
Hey Chris, no this is still not possible. But perhaps there are other ways to automate this. Think of some tool automatically using your browser to login in, fill out the forms etc. Some googling will probably help you. - Jan On 3 Jan., 00:17, chris wrote: > Happy New Year to all! > > Need

AdWords API Re: In-link Tracking

2008-12-04 Thread Jan Piotrowski (AdWords API Guru)
D'oh, that's actually a hard one. Slap your client from us, too ;) - Jan On 4 Dez., 08:45, positus <[EMAIL PROTECTED]> wrote: > I figured it out.  I hadn't noticed that the client had the main URL/ > Domain attached to each and every keyword until just now.  Removing > the URL's has rendered s

AdWords API Re: In-link Tracking

2008-12-03 Thread Jan Piotrowski (AdWords API Guru)
Positos, is you real destination url or just your domain included in these long /aclk?sa[...]-urls? - Jan On 3 Dez., 21:01, positus <[EMAIL PROTECTED]> wrote: > Thank you for your response, Pete.  Yes, all of the destination URL's > contain the required parameters, and clicking on them from with

AdWords API Re: how to get Account expense information through api

2008-12-02 Thread Jan Piotrowski (AdWords API Guru)
Hi noreux, there are several ways to get the cost of a campaign: 1. Schedule a campaign report with 'cost' included 2. Just use getCampaignStats to retrieve a Stats record Is this what you needed? - Jan Piotrowski [1] http://code.google.com/apis/adwords/docs/developer/CampaignService.html#g

AdWords API Re: Not finishing

2008-11-27 Thread Jan Piotrowski (AdWords API Guru)
1. There is a forum for APIlity related problems: http://groups.google.com/group/adwords-api-php 2. Don't try to do it all at once. Go little chunks, but more often. Should be no problem in a php environment. 3. Try Adwords Editor. It is often a better solution for creating big amounts of adgroups

AdWords API Re: Using Google API for large number of camapigns

2008-11-14 Thread Jan Piotrowski (AdWords API Guru)
arently there is also some sort of bulk upload mechanism on their > adwords web pages somewhere. > > -tim > > On Nov 13, 3:52 am, "Jan Piotrowski (AdWords API Guru)" > > <[EMAIL PROTECTED]> wrote: > > Yes, it can. But perhaps you are better of with Adwords

AdWords API Re: Using Google API for large number of camapigns

2008-11-13 Thread Jan Piotrowski (AdWords API Guru)
Yes, it can. But perhaps you are better of with Adwords Editor. There you can 'paste' a csv-like structure to create adgroups and keywords. If you only need this once, it probably is better suited for your needs. - Jan PS: Creating 20.000 adgroups at once seems like a really bad idea. Bidmanagem

AdWords API Re: Fluent APIs

2008-11-11 Thread Jan Piotrowski (AdWords API Guru)
http://code.google.com/apis/adwords/docs/clients.html - Jan On 12 Nov., 06:42, Praveen <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any solutions out there providing fluent API wrapper over > AdWords API or any dynamic language support (Like Groovy) --~--~-~--~~~--

AdWords API Re: updateAds() Inquiry.

2008-11-11 Thread Jan Piotrowski (AdWords API Guru)
> Is this degree of functionality something that Google might > want to implement in the next API version, or sometime in > the near future, or at all? No. The GUI does exactly the same as you have to do with the API: Delete the old ad and create a slightly different new one. - Jan > > I've re

AdWords API Re: Google Adwords Keyword Insertion API Usage Rates?

2008-11-04 Thread Jan Piotrowski (AdWords API Guru)
http://code.google.com/apis/adwords/docs/developer/adwords_api_ratesheet.html Keywords are 'criteria', so CriterionService -> addCriteria -> 20 per item. 1000 API units = $ 0.25 20 x 2000 = 4 API units => $ 10 - Jan On 4 Nov., 05:46, API <[EMAIL PROTECTED]> wrote: > Hi, > > Im new to Googl

AdWords API Re: Retrieval of paused elements

2008-10-27 Thread Jan Piotrowski (AdWords API Guru)
Hi Denis, > Why can't we run a getActivePausedElements ? Better call it getAllPausedElements ;) - Jan --~--~-~--~~~---~--~~ 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 Re: Version 13 now available

2008-10-21 Thread Jan Piotrowski (AdWords API Guru)
Nice release. Adds some great functionality. Thanks! - Jan On 20 Okt., 23:33, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Today we announced the release of the AdWords API version 13. V13 > introduces several changes to the AdWords API; we've highlighted the > main points below. For a com

AdWords API Re: Traffic estimator problem in APIlity

2008-10-21 Thread Jan Piotrowski (AdWords API Guru)
Try posting in the APIlity forum: http://groups.google.com/group/adwords-api-php - Jan On 21 Okt., 10:13, masterix <[EMAIL PROTECTED]> wrote: > Hi, > > I have strange problem with getNewKeywordListEstimate function in > APIlity. When I use sandbox I get some results. But when I switch > account

AdWords API Re: Text Ads are not created

2008-10-15 Thread Jan Piotrowski (AdWords API Guru)
Did you get any error message? - Jan On 15 Okt., 07:19, Preeti <[EMAIL PROTECTED]> wrote: > Hello Everyone, > I have created around 1000 of ads using api > soap method in asp code.then i checked somes texty ads are notcreated > there.adgroupid for these are created even

AdWords API Re: The Report Service returns no data, but when I copy the report in MCC, it does

2008-10-09 Thread Jan Piotrowski (AdWords API Guru)
Are you in sandbox mode? - Jan On 9 Okt., 18:20, AIDevTeam <[EMAIL PROTECTED]> wrote: > Hi All, > > I suspect I'm missing something minor here, but when I create a report > using the service, no data is returned. However, when I log in to My > Client Center and "create similar report" it retur

AdWords API KeywordToolDemo.java throws ClassCastException - Why?

2008-10-09 Thread Jan Piotrowski (AdWords API Guru)
ample > throw exception,the only reason I think is the problem of the library > of java. > > On 10月9日, 下午6时01分, "Jan Piotrowski (AdWords API Guru)" > > <[EMAIL PROTECTED]> wrote: > > So then it is not a problem of the Adwords API but of the library you

AdWords API Re: I fount google adwords api has a mistake

2008-10-09 Thread Jan Piotrowski (AdWords API Guru)
So then it is not a problem of the Adwords API but of the library you are using. Looks like Java? - Jan On 9 Okt., 09:39, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > In the class KeywordToolDemo provide by google,the JVM throw exception > at the line:KeywordToolInterface service = >

AdWords API Re: daily Search counts

2008-10-07 Thread Jan Piotrowski (AdWords API Guru)
Have a look at this: http://code.google.com/apis/adwords/docs/developer/TrafficEstimatorService.html - Jan On 7 Okt., 11:18, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > Is there any API to get daily google search count & clicks for a > given keywords/terms? I see many paid products

AdWords API Re: Explanation is Needed

2008-10-06 Thread Jan Piotrowski (AdWords API Guru)
Wrong forum. You better try here: http://groups.google.com/group/adwords-help - Jan On 7 Okt., 04:45, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'm really new to Google Adwords and I really don't know how to > anything. I've tried to set my billing account but my credit card was > declin

AdWords API Re: TrafficEstimator: Input encoding problems for non-ascii

2008-10-06 Thread Jan Piotrowski (AdWords API Guru)
Speaking of utf8_decode it seems you are using PHP. Should we have guessed that? Without enough information nobody here can help you. - Jan On 5 Okt., 16:31, bramiozo <[EMAIL PROTECTED]> wrote: > It seems I have to decode the utf8 input using utf8_decode. > > On Oct 5, 3:32 pm, bramiozo <[EMAI

AdWords API Re: Where my Campaign get created?

2008-10-03 Thread Jan Piotrowski (AdWords API Guru)
Under the client account you specified before creating the campaign: http://code.google.com/apis/adwords/docs/developer/index.html#adwords_api_intro_authentication - Jan On 3 Okt., 01:51, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > We're having multiple client accounts from our bu

AdWords API Re: Are email and password MCC account info?

2008-10-02 Thread Jan Piotrowski (AdWords API Guru)
to get all the client accounts for given Master account > or Company account. > When creating credentials, email and password should be MCC account > info? > > Thanks > > On Oct 1, 11:47 am, "Jan Piotrowski (AdWords API Guru)" > > <[EMAIL PROTECTED]> wrote

AdWords API Re: Are email and password MCC account info?

2008-10-01 Thread Jan Piotrowski (AdWords API Guru)
Where is this information from? What script or example are you using? - Jan --~--~-~--~~~---~--~~ 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

AdWords API Re: APIlity - No Clients in my Drop Down Menu???

2008-10-01 Thread Jan Piotrowski (AdWords API Guru)
Rob, it would help if you could clearly tell us what you are using and what you are doing. The information you gave us is not enough, or more clear: I have no idea what you are talking about. The problems with Agua/APIlity were resolved by hacking together an inofficial update of Agua from v11 to

AdWords API Re: How do I get all the Account for given customerId?

2008-09-30 Thread Jan Piotrowski (AdWords API Guru)
Every account has its own customerId. Or are you talking about a MCC account? - Jan On 1 Okt., 03:37, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > In our system, one customer maps to many Accounts in Google. > > We want to get all the Accounts for given customerId. How would I get?

AdWords API Re: lower/upper Avg Position

2008-09-30 Thread Jan Piotrowski (AdWords API Guru)
Where do these terms appear? - Jan On 1 Okt., 00:49, Danshadow <[EMAIL PROTECTED]> wrote: > Could someone please clarify what these terms are, how they are > calculated, and how accurate are they? --~--~-~--~~~---~--~~ You received this message because you are su

AdWords API Re: Max. Count of Campaignes

2008-09-30 Thread Jan Piotrowski (AdWords API Guru)
Are all 38 campaigns active at the moment? Normally the limit is about 25 active campaigns. - Jan On 30 Sep., 13:03, Algan <[EMAIL PROTECTED]> wrote: > Hi, > can somebody say the maximum permitted campaignes? > I have 38 campaignes and tried to add 13 campaignes and got the > following error:

AdWords API Re: Campaign negative keywords and site exclusions

2008-09-30 Thread Jan Piotrowski (AdWords API Guru)
Hi tozor, setCampaignNegativeCriteria is still there, but not where you looked for it. It doesn't belong to Campaign- but CriterionService: http://www.google.com/apis/adwords/developer/CriterionService.html#setCampaignNegativeCriteria That's kinda strange, but makes sense if you think about it.

AdWords API Re: Local Database Sync project

2008-09-29 Thread Jan Piotrowski (AdWords API Guru)
Wow Jeffrey, that looks nice. Not my language of choice, but I will definitely have a look at the db tables and the way you parse the reports. Good work! - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWo

AdWords API Re: Cost of AdGroup

2008-09-29 Thread Jan Piotrowski (AdWords API Guru)
Hi Algan, use one of these two: http://www.google.com/apis/adwords/developer/AdGroupService.html#getAdGroupStats http://www.google.com/apis/adwords/developer/ReportService.html#scheduleReportJob - Jan On 29 Sep., 12:33, Algan <[EMAIL PROTECTED]> wrote: > Hi, > how can I find out, how much an a

AdWords API Re: test/simulate full adgroup

2008-09-25 Thread Jan Piotrowski (AdWords API Guru)
> We do not want [...] adding 2000 bogus > words into the sandbox doesn't sound right either... Just do it. That's what the sandbox is made for. - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API For

AdWords API Re: Problem with special characters / Line to long

2008-09-25 Thread Jan Piotrowski (AdWords API Guru)
Why are you using '€' instead of '€'? - Jan --~--~-~--~~~---~--~~ 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

AdWords API Re: Reports from Sandbox are always Empty

2008-09-24 Thread Jan Piotrowski (AdWords API Guru)
Are you talking about the sandbox environment? - Jan On 24 Sep., 15:06, marek <[EMAIL PROTECTED]> wrote: > Hi, > > I am kind a new to the AdWords API. > > Whenever I download a report, I get the proper XML with all the column > specs but no rows (). > As far as I can see the docs say that report

AdWords API Re: Problem with special characters / Line to long

2008-09-24 Thread Jan Piotrowski (AdWords API Guru)
APIlity is using exactly this in nusoap.php before sending the content to the API: $body = str_replace("€", "€", $body); So I assume this work in real adwords. But it's strange it doesn't in the sandbox environment. Perhaps there's something wrong with your output? Just test it in production env

AdWords API Re: Problem with special characters / Line to long

2008-09-23 Thread Jan Piotrowski (AdWords API Guru)
That looks like PHP. Are you using APIlity? - Jan On 23 Sep., 23:04, ac <[EMAIL PROTECTED]> wrote: > I have solved the problem, that I can´t add ÄÖÜäöüß and € directly to > text ads with this: > >    $string = str_replace('Ä', 'Ä', $string); >    $string = str_replace('Ö', 'Ö', $strin

AdWords API Re: max. AdGroup

2008-09-21 Thread Jan Piotrowski (AdWords API Guru)
1. This question is not API specific, so it is not in the right place here. 2. http://www.google.com/search?q=adwords+maximum+adgroups - Jan On 21 Sep., 10:27, Algan <[EMAIL PROTECTED]> wrote: > Hi, > can somebody tell me the maximum number of adGroups belonging a > campaigne. > Thanks in advan

AdWords API Re: What do I need to do to upgrade my API developer token ver 11 to ver 12?

2008-09-19 Thread Jan Piotrowski (AdWords API Guru)
Hi Mark, there is no difference between an token for v11 or v12. Just reuse the old one. You only have to change your application, not the token. - Jan On 19 Sep., 08:52, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi > I hope someone can help me. I need to get an API version 12 developer

AdWords API Re: Automatic Reports via the API?

2008-09-19 Thread Jan Piotrowski (AdWords API Guru)
http://groups.google.com/group/adwords-api/browse_thread/thread/1c11bb191afa6f2f/db1e1d45ce1cf619#db1e1d45ce1cf619 - Jan On 19 Sep., 00:29, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > So when a schedule a report job via the API, is that for a single job > to run? Or can I schedule a job t

AdWords API Re: Bulk Upload Criteria

2008-09-19 Thread Jan Piotrowski (AdWords API Guru)
Hey Nick, have a look at Adwords Editor. The shortcuts Ctrl + Shift + K/T are very powerful and probably exactly what you are looking for. - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" gr

AdWords API Re: Where to start from..?

2008-09-18 Thread Jan Piotrowski (AdWords API Guru)
And it has its own forum where you can ask questions or read older posts: http://groups.google.com/group/adwords-api-php - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to th

AdWords API Re: How to Use AdWords APIs with classic ASP

2008-09-12 Thread Jan Piotrowski (AdWords API Guru)
Hi Hardik Mehta, I have no idea of ASP at all, but perhaps this old post can help you: http://groups.google.com/group/adwords-api/msg/fc9185b4be769ce3 Also searching for "adwords api asp" lead me to a site where you can buy ($4.95) a small program using ASP to learn how it works: > This product

AdWords API Re: Inserting AdGroup

2008-09-12 Thread Jan Piotrowski (AdWords API Guru)
Oh sorry, I misread your first post. Can you post a link to the example you're using? Or specify how we can get there? - Jan On 12 Sep., 08:52, Algan <[EMAIL PROTECTED]> wrote: > I am trying to add a group to a campaigne. > > On 12 Sep., 07:52, "Jan Piotrowski (AdWor

AdWords API Re: Inserting AdGroup

2008-09-11 Thread Jan Piotrowski (AdWords API Guru)
Normally you don't need the campaign id to create a new campaign. Are you sure you are using the right example? - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group,

AdWords API Re: API call to invite a client account to be managed by an MCC

2008-09-10 Thread Jan Piotrowski (AdWords API Guru)
Hi, I know it's not in the documentation or PHP implementation of the API, APIlity. - Jan --~--~-~--~~~---~--~~ 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@g

AdWords API Re: Collect all Ad Groups grouped by Ad Url label token

2008-09-08 Thread Jan Piotrowski (AdWords API Guru)
low cost! Also the code will be > simplified drastically. > > WDYT? > > Maurizio > > [1] -http://code.google.com/p/adwords-api-java-samples/source/browse/trunk... > [2] -http://www.google.com/apis/adwords/developer/adwords_api_report_url.html > > On Sep 7, 8:11 pm, "Ja

AdWords API Re: Collect all Ad Groups grouped by Ad Url label token

2008-09-07 Thread Jan Piotrowski (AdWords API Guru)
Hi Maurizio, > My first goal is to collect all Ad Groups grouped by > Ad Url label token What do you mean with "Ad Url label token"? - Jan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.

AdWords API Re: Access to "My Change History" with the AdWords API

2008-09-04 Thread Jan Piotrowski (AdWords API Guru)
Hi Laurent, this question was asked several times, and a lot of people, me included, would be very happy if this feature was accessible through the API in the future. Unfortunately, the API guys can't comment on if and when a feature will be available. They only can note the idea and forward it

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: 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: Are set operations available for API request?

2008-09-01 Thread Jan Piotrowski (AdWords API Guru)
APIlity is just a PHP implementation of the API, so of course you can also use the API to set the status of a campaign: http://www.google.com/apis/adwords/developer/CampaignService.html#updateCampaign http://www.google.com/apis/adwords/developer/Campaign.html Same for Adgroups: http://www.googl

AdWords API Re: updateCampaignList

2008-08-30 Thread Jan Piotrowski (AdWords API Guru)
Hey billyw, > I have some knowledge of java and php...time for a crash course. if you wnat to use PHP there is a great library that support all API commands and is quite easy to use: http://google-apility.sourceforge.net/ If you have any question regarding APIlity, there also is a forum like th