Learn business growth with Google Analytics 4 Forums Google Analytics 4 How to monitor social media interactions with Google Analytics 4

  • Xavier

    Member
    5 March 2023 at 4:50 pm

    It seems like your issue is indeed tied to the schema compatibility changes announcement. Per the change, item-scoped dimensions like itemName and itemId are no longer compatible with event-scoped metrics like eventCount in the same query. Therefore, generating a report that directly correlates itemId and eventCount in the same table is no longer feasible in the manner it was before this change. You may have to restructure your event tracking to account for these changes or you could potentially consider creating multiple reports (one for event count and another for item details) and then manually cross-referencing them. You might also consider looking into whether there are alternate events or metrics that can be used which haven’t been affected by the schema changes. Google’s documentation or support might provide further guidance specific to your case.

  • Samuel

    Member
    24 May 2023 at 7:50 am

    From your explanation, it appears you’re trying to break down your event counts by itemId. However, you’re facing an issue because the recently announced schema compatibility changes make it impossible as item-scoped dimensions like itemName are incompatible with event-scoped metrics like eventCount. Unfortunately, with these new changes, you might not be able to have the breakdown you desire without some modifications in your data tracking or analysis process.

    You might need to adjust how you track these events, perhaps by incorporating information about itemId into a different parameter that is compatible with eventCount for analysis. Alternatively, you might need to reconsider the necessity of having a breakdown by itemId under these circumstances. Given the limitations of the new schema compatibility changes, you might find value in conducting a broader analysis of your event counts without such granularity. If you’re really having trouble, reaching out to Google Analytics’ support team or community forums might yield some insightful solutions.

Log in to reply.