Learn business growth with Google Analytics 4 Forums Google Analytics 4 Efficiently Obtaining Google Analytics Details for a Set of URLs in One API Call Reply To: Efficiently Obtaining Google Analytics Details for a Set of URLs in One API Call

  • Sophia

    Member
    19 February 2023 at 2:42 am

    Unfortunately, no, Google Analytics API doesn’t support getting data for multiple URLs in a single API call. You would have to call the API separately for each URL. However, you could potentially write a loop in your backend to automate these calls.