AdWords API Credit card authorization failed (Error 53)

2009-07-13 Thread Zweitze
My app picked up this error last night: detail ns1:fault xmlns:ns1=https://adwords.google.com/api/adwords/ v13 ns1:code53/ns1:code ns1:messageCredit card authorization failed./ns1:message /ns1:fault /detail RequestId: 1f3f48ce9b97d6389edc81d0f0b104fe And no, the

AdWords API Wrong with seed keyword

2009-07-13 Thread dunglq
I use code of google's sample code like here $seed_keyword = 'negativefalse/negative' . 'text'.$keyword.'/text' . 'typeBroad/type'; $use_synonyms = 'useSynonymstrue/useSynonyms'; # Get keyword variations. $request_xml =

AdWords API Why i cannot using exact type of seedkeyword?

2009-07-13 Thread dunglq
I using as google example like below: $seed_keyword = 'negativefalse/negative' . 'text'.$keyword.'/text' . 'typeExact/type'; But the result still be same type = Broad Anyone can help me on this? Thanks --~--~-~--~~~---~--~~ You

AdWords API callme api

2009-07-13 Thread Gufran
i want following api code which is in php convert it into asp.net plz help thanks in advance ?php $method=callme; $cid=2298; $hash=b3d82197a147a3198fb88eb4840284c3; $visitor_number=Request.QueryString(webvisitor); $owner_number=+9102240583810; $conn_msg=en1; // optional

AdWords API Report Templates by api

2009-07-13 Thread real hypermarket
Hello How qan I create report template using adwords api? Thanks in advance. --~--~-~--~~~---~--~~ 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: callme api

2009-07-13 Thread Jan
Hi, this has absolutely nothing to do with the Adwords API. You're in the wrong place, sorry. - Jan On 10 Jul., 08:22, Gufran gufran.ahma...@gmail.com wrote: i want following  api code which is in  php convert it into asp.net plz help thanks in advance ?php $method=callme;

AdWords API Re: Report Templates by api

2009-07-13 Thread Jan
Hi, you can't. - Jan On 10 Jul., 16:56, real hypermarket realhypermarke...@gmail.com wrote: Hello How qan I create report template using adwords api? Thanks in advance. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

AdWords API Re: Update Campaign V13

2009-07-13 Thread AdWords API Advisor
Hello Keith, How are you generating the XML in your request? There are two issues I see with it: the status element should be inside the campaign element, and the value should be Paused, not paused. So a valid request would look like: updateCampaign campaign id34975899/id

AdWords API Re: Wrong with seed keyword

2009-07-13 Thread AdWords API Advisor
Hello, There's no guarantee that changing the match type of the seed keyword will lead to a substantially different set of results. The match type is just one piece of input that is fed in to the service that generates keyword variations. This blog post goes into some detail about how match

AdWords API Re: How to send an array of IDs (using XML) for getCampaignStats

2009-07-13 Thread AdWords API Advisor
Hello, Here you go: SOAP-ENV:Body getCampaignStats campaignIds123456/campaignIds campaignIds987654/campaignIds startDay2008-01-01/startDay endDay2009-01-01/endDay /getCampaignStats /SOAP-ENV:Body In general, unless you have a good reason not to, you'll

AdWords API Update Keywords using API

2009-07-13 Thread notalian
We are trying to use Adwords API to add keyword to an existing adgroup. We'd like to implement it so it ignores keywords that already exist and inserts only the ones that do not exist in the adgroup. Currently, API inserts all keywords which results in duplicate keywords. We are using code found