How to get location name from location_id in google adwords using node.js?

2021-04-09 Thread Vasudev
I found this link https://developers.google.com/adwords/api/docs/appendix/geotargeting which provides all the location names corresponding to location_id in form of .csv file. Is there a way I can do the same with the help of some API using node.js? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to get location name from location_id in google adwords using node.js?

2021-04-09 Thread Vasudev
Hello Anthony, Thank you for the link. But It says that I have to use " The SQL-like AWQL query string " but I don't understand the table in which I will make this query? Suppose, My location_id=9301955. How exactly will I make this query? Thanks in Advance, Harshal. On Friday, 9 April 2021 a

Re: How to get location name from location_id in google adwords using node.js?

2021-04-09 Thread Vasudev
On Friday, 9 April 2021 at 22:12:56 UTC+5:30 Vasudev wrote: > Hello Anthony, > Thank you for the link. But It says that I have to use " The SQL-like > AWQL query string " but I don't understand the table in which I will make > this query? > Suppose,

Re: How to get location name from location_id in google adwords using node.js?

2021-04-13 Thread Vasudev
I tried the solution given in the above link. I'm using node.js so I tried using the soap kit as suggested in the document. I tried to run the same example mentioned in the link above because if It works for "locationName". It will work for "Id". async function getLocationName() { let wsdlUR