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

2008-09-25 Thread ac
Sorry, but the problem is not solved, as I thought. New Test: 12345678901234567890123456789012345 works ä2345678901234567890123456789012345 works not - Error: New text ad was not created due to the following policy violations: Detail: The line is too wide. ä23456789012345678901234567890

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

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

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

2008-09-25 Thread ac
Well, this works for Umlaute äöüÄÖÜß8901234567890123456789012345 - OK with '#..' instead of 'amp;#..'. But it didn´t work with €. €2345678901234567890123456789012345 goes to ?2345678901234567890123456789012345 Perhaps it is the limitation of the sandbox. I will try it in real. Thank You so

AdWords API Re: Reports from Sandbox are always Empty

2008-09-25 Thread pedro
This is the default behaviour, I believe. Sandbox doesn't produce reports. I think a request has been raised to sort this out, for some time. On Sep 24, 2:06 pm, 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

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 Forum

AdWords API Re: test/simulate full adgroup

2008-09-25 Thread eelco.v987
uhm, ok, thanks for your reply, we'll try that. Regards, Eelco On 25 sep, 14:17, Jan Piotrowski (AdWords API Guru) [EMAIL PROTECTED] wrote: 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

AdWords API Re: CriterionInterface updateCriterion

2008-09-25 Thread [EMAIL PROTECTED]
Hi Jeff, Thanks for your response. I have a follow up question, that I would appreciate your or anybody elses input on. According to this quota/price table on this page: http://www.google.com/apis/adwords/quota.html updateCriteria method is listed as having 3 API units and it is per item I am

AdWords API Re: setting the start day for weekly aggregationtype on campaign report

2008-09-25 Thread David
Thanks for letting me know Jeff, thankfully yes Monday for start day is what I require. So I'll just use .net to help me find the first monday of the month and then set that as the start date. Thanks, David. On Sep 23, 9:06 pm, AdWords API Advisor [EMAIL PROTECTED] wrote: Hello David,  There

AdWords API Re: v13 wsdl search volume

2008-09-25 Thread zerofill
So it isn't officially released...however the url to it works? On Sep 22, 4:00 pm, AdWords API Advisor [EMAIL PROTECTED] wrote: Hello,  The most recent release of the AdWords API is v12. I'm afraid that I can't comment on what features will or will not be in any future releases. Cheers,

AdWords API Re: CriterionInterface updateCriterion

2008-09-25 Thread AdWords API Advisor
Hello Hovick, updateCriteria() takes an array of Criterion objects as its parameter. You are charged 3 API units for per item being updated. So if you pass in an array of 10 Criterion objects, for instance, you'd be charged 10 x 3 = 30 API units. There are no discounts for passing in larger

AdWords API Re: Adding a campaign with both ProximityTarget and City/Region

2008-09-25 Thread AdWords API Advisor
Hello, I think the relevant bit of the GeoTarget docs would be: It (GeoTarget) can, however, be targeted at: ... * a combination of one or more regions, metropolitan areas, and cities within a single country or territory So if you're keeping it all within Germany, that sounds

AdWords API Re: v13 wsdl search volume

2008-09-25 Thread AdWords API Advisor
Hello, Not for any meaningful definition of works, no. I would not expect anything other than the v12 URLs to provide accurate data about the SOAP service. Cheers, -Jeff Posnick, AdWords API Team On Sep 23, 11:36 pm, zerofill [EMAIL PROTECTED] wrote: So it isn't officially

AdWords API what is for int dummy param in getAllAdWordsCampaigns(int dummy)

2008-09-25 Thread [EMAIL PROTECTED]
Hi, Could some one please explain what for int dummy param in CampaignInterface.getAllAdWordsCampaigns(int dummy)? #1. What should I pass when I make a call to Sandbox env? #2. What should I pass when I make call to Production env? Thanks, Das

AdWords API How do I get all campaigns in the form of XML?

2008-09-25 Thread [EMAIL PROTECTED]
Hi, Can somebody please explain how will I get all campaigns in the form of XML for given account? Thanks, Das --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups AdWords API Forum group. To post to this group, send

AdWords API Re: what is for int dummy param in getAllAdWordsCampaigns(int dummy)

2008-09-25 Thread AdWords API Advisor
Hello, It's an ignored parameter and you can pass whatever value you'd like in either environment (e.g. 0). My understanding is that the dummy parameter was added back in the day to work around an incompatibility that one of the SOAP libraries had with calling methods without any parameters,

AdWords API Re: How do I get all campaigns in the form of XML?

2008-09-25 Thread AdWords API Advisor
Hello Das, You'd use the getAllAdWordsCampaigns() method: http://www.google.com/apis/adwords/developer/CampaignService.html#getAllAdWordsCampaigns There's sample code inline in the docs, and there should be examples of using that method in the samples that come with the client libraries.

AdWords API Re: No account name when run AccountServiceDemo

2008-09-25 Thread AdWords API Advisor
Hello Das, It's entirely possible that that field isn't populated for your particular account. If you edit the account in the AdWords web interface you should be able to add a value that corresponds to the descriptiveName property. Cheers, -Jeff Posnick, AdWords API Team On Sep 25, 3:13 pm,