Hello David,
Could you try calling the method with an empty list for the
langauge_target parameter, and empty dictionary for the geo_target,
like
response = criterion_service.CheckCriteria(list_crit_obj, [], {})
Does that work?
Cheers,
-Jeff Posnick, AdWords API Team
On Apr 8, 11:59 pm, David Montgomery <
davidmontgom...@gmail.com>
wrote:
> 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 <module>
> 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)
>