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 Bleach 329

2008-10-06 Thread [EMAIL PROTECTED]
Bleach 329 My point stands I really dont think ichigo's current bankai is even close to full potential and like I said in his fight against ulq we will see another meeting with old man zangetsu. Everyone acts like its so absurd and that he has to get some kind of other powerup but recall renji an

AdWords API Re: getKeywordVariations countries

2008-10-06 Thread borcho
Eric, Quick question on a related topic - have you had a chance to run getKeywordVariations queries that include negative keywords and if so - did you get correct results? I get some of the negative keywords included in the response, especially in 'additionalToConsider' output. Thanks, Borcho

AdWords API Explanation is Needed

2008-10-06 Thread [EMAIL PROTECTED]
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 declined. Can I pay with my paypal account. If there's anybody how can help me then please tell what to do about this. I can make as many as I can of adds in too ma

AdWords API Re: enableSeparateContentBids for new Campaigns

2008-10-06 Thread bryanjj
Jeff, We are still receiving responses with enableSeparateContentBids = false. What is the status of this change? What is the best way to be notified when the change goes live? Thanks, Bryan On Sep 17, 5:30 pm, bryanjj <[EMAIL PROTECTED]> wrote: > Jeff, > > Thanks for the update.  Just to cla

AdWords API Re: Replicating the Target Location Dialog in our own Web App

2008-10-06 Thread AdWords API Advisor
Hello Doug, There's no functionality in the AdWords API that would allow for that, so you'd have to look into implementing things directly using the Maps API. You can ask about that at http://groups.google.com/group/Google-Maps-API (though I'd try to phrase it as a more general question and

AdWords API Replicating the Target Location Dialog in our own Web App

2008-10-06 Thread Doug
Not sure if this is possible (or the right forum to post this), but we are creating a web app for our customers that helps them manage their advertising information (as well as other features). We are interfacing in the AdWords with SOAP messages and everything works fine. The last piece of our

AdWords API Re: getKeywordVariations countries

2008-10-06 Thread AdWords API Advisor
Hello Eric, There's no way to override that behavior. The "additionalToConsider" keywords are given priority as they're considered to be more relevant. Cheers, -Jeff Posnick, AdWords API Team On Oct 6, 9:32 am, esnagel <[EMAIL PROTECTED]> wrote: > Is there a way to specify that I'd rather hav

AdWords API Re: Defined Report Column Definitions

2008-10-06 Thread Christian Krahn
Hi Derek, all definitions are found here: http://code.google.com/apis/adwords/docs/developer/adwords_api_reports.html Just follow the link to the right report and there is a list of all the fields you have to provide and the fields you get in return. Unfortunately there is no list of field type

AdWords API Re: DefinedReportJob returns blank report

2008-10-06 Thread buddi
Jeff, It was my bad, I was using an incorrect email account. I am sorry for that. Thank you, On Oct 3, 7:22 pm, buddi <[EMAIL PROTECTED]> wrote: > I was using "clientId" before (which was pointing to my MCC Account ID > clientId=XXX-XXX-), i changed this to > "clientEmail" ([EMAIL PROTECTE

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
Hi, i am not using asp, but i think there is a dot net sample code in the sample library that might help you: Regards, Christian On 6 Okt., 16:01, Christian Krahn <[EMAIL PROTECTED]> wrote: > hm tried to reply here but i always get an error... --~--~-~--~~~---~--~--

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
hm tried to reply here but i always get an error... --~--~-~--~~~---~--~~ 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 thi

AdWords API Re: Defined Report Column Definitions

2008-10-06 Thread Christian Krahn
Looks good, dunno about using floats for most of the cases, it made some problems when i used it, so i made those fields strings as well. But could work with floats (and you wouldnt need to convert to the right data type). Regards, Christian On 6 Okt., 15:31, DerekX <[EMAIL PROTECTED]> wrote: >

AdWords API Defined Report Column Definitions

2008-10-06 Thread DerekX
Hi All, I'm looking for a proper column definition of the fields in the reports available through the ReportService. Name, Type, nullable, etc. Can anyone point me in the right direction? Cheers, Derek. --~--~-~--~~~---~--~~ You received this message because you

AdWords API Re: getKeywordVariations countries

2008-10-06 Thread esnagel
Is there a way to specify that I'd rather have moreSpecific before additionalToConsider keywords? Or maybe specify I want 0 additionalToConsider keywords? Eric On Oct 2, 11:13 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello Eric, > >  The maximum number of variations you'll get back

AdWords API Re: Defined Report Column Definitions

2008-10-06 Thread DerekX
Hi Christian, Thanks for that. I've used the following for types, would you agree with my choices? Cheers, Derek. public struct ColumnDefinition { public string Name; public string Description; public string XmlName; public Type Type; public ColumnD

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Shyam
Thanks Christian, We are using ASP Classic, and try to implement it using SOAP. And wanna to create textAds using v12. If possible please send some useful examples Thanks Regards Shyam On Oct 6, 1:13 pm, Christian Krahn <[EMAIL PROTECTED]> wrote: > Hi, > > that's because its not called AddCreativ

AdWords API Re: Is there any limit on number of Campaigns under on client account?

2008-10-06 Thread Christian Krahn
Hi, the limit on campaigns is 25 per account. Each campaign can hold up to 100 adgroups. Regards, Christian On 3 Okt., 18:56, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > > Could someone please help. > > We're trying to create campains under client account through Adword > Java API. >

AdWords API Re: Java API to create Account?

2008-10-06 Thread Christian Krahn
Hi all, thats right, creating an account will link it to the MCC you are using, since you use the MCC's credentials to access the AdWords API. Regards, Christian On 3 Okt., 23:13, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > Hello Peer, > > My understanding is that account creation underne

AdWords API Re: How to implement AdWords API Using SOAP and Classic ASP

2008-10-06 Thread Christian Krahn
Hi, that's because its not called AddCreative but AddAds: http://code.google.com/apis/adwords/docs/developer/AdService.html You can create all types of creatives (textads, LBA's, etc.) with this method. What programming language do you use, maybe i can fix up an example for you :) Regards, Ch

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