Syed, you can not get keyword in this fashion. These are not the special characters and these characters denotes the match type of the keyword.
e.g. "CAR" --> Keyword is CAR and match type is Phrase. [BUS] ---> Keyword is BUS and matcht type is Exact. VAN --> Keyword is VAN and match type is Broad. When you are getting the keyword, you should extract the matchtype property also to interpret these keywords. I hope this helps. --Navneet On Aug 24, 10:03 am, Syed <[email protected]> wrote: > hi, > > I am having problem with getting exact phrase of the keyword. > > When i call getText() i have to get the exact keywords. It is not > showing keywords with "Keyword" and [keyword]. Can u please tell me > how to get these keywords. Its serious problem for me. > Example keywords > > "CAR" , [BUS], VAN.. in these three keyword i get car, bus and van. I > need "CAR" , [BUS], VAN as it is. > > Thanks as always. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
