Hi,
I wanted to request an addition to the API that would return an array of tags on calls to Get Sitemap and Get Sitemaps.
- Use case: I use a tag as a grouping mechanism when I need to run multiple sitemaps at once. I use another tag to indicate the sitemap status (e.g. production).
- Currently, I use Get Sitemaps with a tag parameter to get the sitemaps with the grouping tag, then I call it again with a tag parameter to get (potentially many) sitemaps with a production tag, and then I reconcile the two in JS.
- Proposed solution: If I could get the tag array on Get Sitemap, I could call each member of the grouping tag individually and check the other tags. If I could get the tag array on Get Sitemaps, I could do the whole thing in one call.
Thank you for your consideration!
Hi,
I wanted to request an addition to the API that would return an array of tags on calls to Get Sitemap and Get Sitemaps.
Thank you for your consideration!