AdWords API Traffic estimator

2009-04-08 Thread kapamarou

Hello people.

I have made a client application that interacts with traffic estimator
service.I run the client application and i get a message like

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
 faultSubcode:
 faultString: The developer token is invalid.
 faultActor:
 faultNode:
 faultDetail:
{https://adwords.google.com/api/adwords/v13}fault:
 42
 The developer token is invalid.
 name_of_the_token


The developer token is invalid.
My question is if i should to pay to google adwords to have this
service active, because i have search on the web and i have found
nothing

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Traffic estimator service

2009-04-08 Thread kapamarou

Hello people.

I have made an application that uses the traffic estimator service.But
when i run the application i get the following error.

AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}
Server.userException
 faultSubcode:
 faultString: The developer token is invalid.
 faultActor:
 faultNode:
 faultDetail:
{https://adwords.google.com/api/adwords/v13}fault:
 42
 The developer token is invalid.
 value of token

What is wrong to mycode ?
Into properties file i have the username password and tokens that i
have to my account .Should i pay and update my biiling informations?

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API AdWords Downtime: April 11, 10am-2pm PDT

2009-04-08 Thread AdWords API Advisor

We'll be performing routine system maintenance on Saturday, April 11
from approximately 10:00am to 2:00pm PDT. You won't be able to access
AdWords or the API during this time frame, but your ads will continue
to run as normal.

Cheers,
-Jeffrey Posnick, AdWords API Team
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Bump on impression share feature request

2009-04-08 Thread Peer Jakobsen (AdWords API Guru)

Hi API team,

Could you guys please reconsider adding the impression share stats to
the columns available in the campaign report?

It's very frustrating that we have to pull this data into our system
through clumsy emailed reports.

I really hope we can get this released as part of V13.

Thanks,
Peer Jakobsen

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: Help

2009-04-08 Thread timprepscius

I love the title to this posting.

On Apr 7, 6:01 am, shailu  wrote:
> Dear Sir/Mam
>
> Please let me know how can I fatch specified keywords by google
> adwords using C#.Net application. Please tell me step by step.
>
> thanks
> Shailesh
--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API checkCriteria - How To

2009-04-08 Thread Monty808

Hi,

I am using Python to check for checking criteria but I get an error.
Per the docs, if AdGroupId is added ...I can leave out language and
geo targeting.

Sohow to I fix?

Thanks

Here is an example:

   check = {}
   check['text'] = 'Test2'
   check['type'] = 'Exact'
   check['adGroupId'] = '1'
   check['maxCpc']=str(2)
   list_crit_obj = [check]

   criteria = criterion_service.CheckCriteria(list_crit_obj)

Here is my error:

Traceback (most recent call last):
  File "/home/davidmontgom/workspace/ans_console_adnetscales4/cgi-bin/
google_update_keywords.py", line 189, in 
crit_error = crit.checkCriteria(list_crit_obj)
  File "/home/davidmontgom/workspace/ans_console_adnetscales4/cgi-bin/
google_update_keywords.py", line 106, in checkCriteria
criteria = criterion_service.CheckCriteria(list_crit_obj)
TypeError: CheckCriteria() takes exactly 4 arguments (2 given)


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---



AdWords API Re: checkCriteria - How To

2009-04-08 Thread David Montgomery

ps..I added check['criterionType']='Keyword' but...still this error...

raceback (most recent call last):
  File 
"/home/davidmontgom/workspace/ans_console_adnetscales4/cgi-bin/google_update_keywords.py",
line 214, in 
crit_error = crit.checkCriteria(list_crit_obj)
  File 
"/home/davidmontgom/workspace/ans_console_adnetscales4/cgi-bin/google_update_keywords.py",
line 105, in checkCriteria
criteria = criterion_service.CheckCriteria(list_crit_obj)
TypeError: CheckCriteria() takes exactly 4 arguments (2 given)


On Wed, Apr 8, 2009 at 4:59 PM, Monty808  wrote:
>
> Hi,
>
> I am using Python to check for checking criteria but I get an error.
> Per the docs, if AdGroupId is added ...I can leave out language and
> geo targeting.
>
> Sohow to I fix?
>
> Thanks
>
> Here is an example:
>
>   check = {}
>   check['text'] = 'Test2'
>   check['type'] = 'Exact'
>   check['adGroupId'] = '1'
>   check['maxCpc']=str(2)
>   list_crit_obj = [check]
>
>   criteria = criterion_service.CheckCriteria(list_crit_obj)
>
> Here is my error:
>
> Traceback (most recent call last):
>  File "/home/davidmontgom/workspace/ans_console_adnetscales4/cgi-bin/
> google_update_keywords.py", line 189, in 
>    crit_error = crit.checkCriteria(list_crit_obj)
>  File "/home/davidmontgom/workspace/ans_console_adnetscales4/cgi-bin/
> google_update_keywords.py", line 106, in checkCriteria
>    criteria = criterion_service.CheckCriteria(list_crit_obj)
> TypeError: CheckCriteria() takes exactly 4 arguments (2 given)
>
>
> >
>

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en
-~--~~~~--~~--~--~---