Hi Wim,
I'll check with the AdWords team and find more about this case.
Meanwhile, it should be straightforward to parse the xml at your end
to read text value from keyword, site or kwSite attribute. The code
could look something like:
String text = null;
if (rowAttributes.getValue("keyword") != null) {
text = rowAttributes.getValue("keyword");
} else if (rowAttributes.getValue("site") != null) {
text = rowAttributes.getValue("site");
} else if (rowAttributes.getValue("kwSite") != null) {
text = rowAttributes.getValue("kwSite");
}
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Jan 10, 8:39 pm, Wim Liu <[email protected]> wrote:
> http://groups.google.com/group/adwords-api/browse_thread/thread/64302...
>
> I'm referring to the problem mentioned above. I'm also having problem
> that some accounts use "kwSite" and some accounts use "keyword".
>
> I'm not sure how to deal with this. Because having 2 different names
> is not an option for me. So the best solution in my case is if all of
> them are converted to "kwSite". But I don't know how to do that.
>
> Can you tell me what the procedure is to change them? Is it something
> I can do myself?
> Thanks,
> Wim
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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