Re: Developer Token

2011-10-14 Thread Anash P. Oommen
Hi, Please read the previous post and follow the instructions. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2011-10-14 Thread Anash P. Oommen
Hi Steven, Try using a fresh login email to make calls to AdWords sandbox and see if that works. If not, post a sanitized SOAP request and response xml here and I'll take a look. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Re: bug in .NET OAuth sample

2011-10-14 Thread Anash P. Oommen
Hi Spongman, It is an issue with the release nant script at my end. The code should work fine with the released library, just change the assembly name to Google.AdWords. Could you please file an issue on the issue tracker? I'll fix it for the next release. As for permission_denied, try to set

Re: Developer token Pending Approval - NEED to FIX ASAP

2011-10-14 Thread Anash P. Oommen
Hi, See https://groups.google.com/forum/#!topic/adwords-api/BXyV40LfEEI for details on token approval process and expected delays. Also, please reset your developer token, since it is the equivalent of posting your password online. Cheers, Anash P. Oommen, AdWords API Advisor. --

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Vijayraj Chauhan
Hi Kevin, Its great to hear that Google Adwords now support OAuth authentication. However after going through the blog i found that there is no example given for authentication using Java Client Library. It will be really helpful if you provide the code example using Java. TIA, Vijayraj --

Quality Score History

2011-10-14 Thread Peter Rietzler
I want to see a history of the quality score for a single keyword. When I fetch a keyword performance report for the last 30 days, the quality score is the same for each keyword for every day. Is the quality score recorded and delivered on a daily basis or do I just see the current value - in

Re: Getting global or local search volume of a keyword via API

2011-10-14 Thread santhosh kumar
Hi Bikram, I am also very new to Adwords API. My target is to Get global or local search result of a keyword via API. So my current project is: A textbox in a page, a submit button. In textbox you can type any keyword and then you will get results after submitting the button. How to

Re: Getting global or local search volume of a keyword via API

2011-10-14 Thread santhosh kumar
Hi Bikram, I am also very new to Adwords API. My target is to Get global or local search result of a keyword via API. So my current project is: A textbox in a page, a submit button. In textbox you can type any keyword and then you will get results after submitting the button. How to

To get the Global and Local search volumes/ result through adwords API

2011-10-14 Thread santhosh kumar
Hi Team, I am also very new to Adwords API. My target is to Get global or local search result of a keyword via API. So my current project is: A textbox in a page, a submit button. In textbox you can type any keyword and then you will get results after submitting the button. How to work on sandbox

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Kevin Winter
Hi Vijayraj, The currently released version of the Java Client Library does not have support for OAuth, so there is no current example to link to. Once the java client library has been released with support for v201109 it will also have OAuth support (and an OAuth example). - Kevin Winter

Re: Video Ads in v201101

2011-10-14 Thread Kevin Winter
Hi, This blog post still has relevant information for how to use VideoAds: http://adwordsapi.blogspot.com/2010/06/reintroducing-video-ads.html - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: results from TrafficEstimatorService

2011-10-14 Thread Kevin Winter
Hi, Actually, it's a lot higher than that. 180950 - 1,809,500,000, which when divided by 1,000,000 gives 1,809.5. What is the currency of the effective account when the request was made? I'm betting it's not Euros. - Kevin Winter AdWords API Team --

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Vijayraj Chauhan
Its sad that we were waiting for the OAuth authentication for a long time and now when its released it does not support Java client library ...Can you please let us know approximately when will it be released for Java. TIA, Vijayraj -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

Re: Campaign Reports returning all values as 0

2011-10-14 Thread Kevin Winter
Hi, According to the sandbox documentation ( http://code.google.com/apis/adwords/docs/sandbox.html#behavior), reports will return 0 for all statistics. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: OAuth - didn't see it mentioned so I thought I'd ask

2011-10-14 Thread Kevin Winter
Hi, We hope to release updated versions of all client libraries within a few weeks. - Kevin Winter AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api

GADDAFI`S WOMEN BODYGUARD`S STORY (MUST WATCH)

2011-10-14 Thread Sara Wajahat
**Freakishly Fantastic** http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords http://Blogs.FanBox.com/FreakishlyFantasticGuinnessWorldRecords GADDAFI`S WOMEN BODYGUARD`S STORY (MUST WATCH)

A couple of snippets for DotNet/C# Developers calling AdHoc Reporting in v201109

2011-10-14 Thread Peter S.
Howdy, In trying to figure out how to get the newer version of the api working for downloading reports I used this code. https://gist.github.com/1287891 // This will show you how do get your AuthToken https://gist.github.com/1287940 // This will show you how to call the Adhoc reporting service

Re: A couple of snippets for DotNet/C# Developers calling AdHoc Reporting in v201109

2011-10-14 Thread Yagmur Coker
Thanks for sharing Peter. yagmur On Fri, Oct 14, 2011 at 2:47 PM, Peter S. peterseew...@gmail.com wrote: Howdy, In trying to figure out how to get the newer version of the api working for downloading reports I used this code. https://gist.github.com/1287891 // This will show you how do

Re: A couple of snippets for DotNet/C# Developers calling AdHoc Reporting in v201109

2011-10-14 Thread Reed
Thanks, that looks helpful. I'm not a dot-net or c# guy, so I have a question - it looks like the __rdxml= + the xml report definition are going into the message body, and not the message header. Is that correct? I had thought from the docs that __rdxml was supposed to be a header var, just

Re: A couple of snippets for DotNet/C# Developers calling AdHoc Reporting in v201109

2011-10-14 Thread Peter S.
It's in the body reed. :) On Oct 14, 4:35 pm, Reed r...@powellgenealogy.com wrote: Thanks, that looks helpful.  I'm not a dot-net or c# guy, so I have a question - it looks like the __rdxml= + the xml report definition are going into the message body, and not the message header.  Is that

متجر جنسي يحتوي على اكثر من 5 الاف منتج و لعبة

2011-10-14 Thread رولا الخوري
متجر جنسي يحتوي على اكثر من 5 الاف منتج و لعبة متجر ممتاز لشحن المنتجات و السلع الجنسية من اروبا للدول العربية الموقع يحتوي على اكثر من 5 الاف منتج و كثير من الاقسام المتنوعة و المثيرة للكبار كما يحتوي الموقع على خدمة التعارف الجنسي الممتازة احد مواقعهم http://www.safar-aljamil.com/ara ان