Hello, I am currently using the AdWords API through an AdWords script and 
am going through a bizarre situation. I am using the
var builder = adgroup.newKeywordBuilder().withText(searchTerm).build();

Where adgroup is a valid Adgroup object and searchTerm just a valid string. 
Whenever I run this code, the keyword does not seem to be created, I could 
not find it through the UI and so I looked into it.
By using the code below I do not get any errors, and the problem is that 
the keyword Id returned is negative for example '-217' or '-1162.0' or ' 
-1.0'.
Logger.log(builder.isSuccessful()); //true
var results = builder.getResult();
Logger.log(results.getId()); //obsure negative id



Has anyone encountered this problem before? Thank you very much


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/711065b8-bf66-4268-b6b7-8bf0d50bccd2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to