<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic IMPRESSIONS not being returned in Report Analytics when requested in Spotify for Developers</title>
    <link>https://community.spotify.com/t5/Spotify-for-Developers/IMPRESSIONS-not-being-returned-in-Report-Analytics-when/m-p/5590805#M9429</link>
    <description>&lt;P&gt;This is regarding the Ads API. According to the documentation the IMPRESSIONS metric is still supported and available to query via the reports. I have tested across a number of clients who have reported that they are not seeing any impression data for their ads.&lt;BR /&gt;&lt;BR /&gt;I have confirmed this issue is showing up across a number of different client using our integration, and I was wondering if there was a change made to this metric which was not documented in the change log? Or if this is instead a bug which needs to be addressed?&lt;BR /&gt;&lt;BR /&gt;I have made the following Query Request for 31 Fields:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;[fields] =&amp;gt; Array
        (
            [0] =&amp;gt; IMPRESSIONS
            [1] =&amp;gt; CLICKS
            [2] =&amp;gt; SPEND
            [3] =&amp;gt; CTR
            [4] =&amp;gt; ECPCL
            [5] =&amp;gt; ECPM
            [6] =&amp;gt; OFF_SPOTIFY_IMPRESSIONS
            [7] =&amp;gt; LISTENERS
            [8] =&amp;gt; NEW_LISTENERS
            [9] =&amp;gt; PAID_LISTENS
            [10] =&amp;gt; FETCHES
            [11] =&amp;gt; STARTS
            [12] =&amp;gt; FIRST_QUARTILES
            [13] =&amp;gt; MIDPOINTS
            [14] =&amp;gt; THIRD_QUARTILES
            [15] =&amp;gt; COMPLETES
            [16] =&amp;gt; SKIPS
            [17] =&amp;gt; ERRORS
            [18] =&amp;gt; SERVES
            [19] =&amp;gt; PAID_LISTEN_REACH
            [20] =&amp;gt; FETCH_REACH
            [21] =&amp;gt; SERVE_REACH
            [22] =&amp;gt; SERVE_FREQ
            [23] =&amp;gt; PAID_LISTEN_FREQ
            [24] =&amp;gt; COMPLETION_RATE
            [25] =&amp;gt; INTENT_RATE
            [26] =&amp;gt; RENDER_RATIO
            [27] =&amp;gt; CONVERSION_RATE
            [28] =&amp;gt; NEW_LISTENER_CONVERSION_RATE
            [29] =&amp;gt; STREAMS_PER_NEW_LISTENER
            [30] =&amp;gt; STREAMS_PER_USER
        )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but I am only getting back 30 Fields in the response - specifically the IMPRESSIONS is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;[fields] =&amp;gt; Array
                (
                    [0] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SERVE_REACH
                            [value] =&amp;gt; 1607
                        )

                    [1] =&amp;gt; Array
                        (
                            [type] =&amp;gt; NEW_LISTENER_CONVERSION_RATE
                            [value] =&amp;gt; 0
                        )

                    [2] =&amp;gt; Array
                        (
                            [type] =&amp;gt; PAID_LISTEN_FREQ
                            [value] =&amp;gt; 0
                        )

                    [3] =&amp;gt; Array
                        (
                            [type] =&amp;gt; THIRD_QUARTILES
                            [value] =&amp;gt; 1627
                        )

                    [4] =&amp;gt; Array
                        (
                            [type] =&amp;gt; ERRORS
                            [value] =&amp;gt; 0
                        )

                    [5] =&amp;gt; Array
                        (
                            [type] =&amp;gt; RENDER_RATIO
                            [value] =&amp;gt; 0.161117
                        )

                    [6] =&amp;gt; Array
                        (
                            [type] =&amp;gt; FETCH_REACH
                            [value] =&amp;gt; 4532
                        )

                    [7] =&amp;gt; Array
                        (
                            [type] =&amp;gt; CTR
                            [value] =&amp;gt; 0.000554
                        )

                    [8] =&amp;gt; Array
                        (
                            [type] =&amp;gt; FIRST_QUARTILES
                            [value] =&amp;gt; 1640
                        )

                    [9] =&amp;gt; Array
                        (
                            [type] =&amp;gt; ECPM
                            [value] =&amp;gt; 6.745033
                        )

                    [10] =&amp;gt; Array
                        (
                            [type] =&amp;gt; ECPCL
                            [value] =&amp;gt; 0
                        )

                    [11] =&amp;gt; Array
                        (
                            [type] =&amp;gt; PAID_LISTEN_REACH
                            [value] =&amp;gt; 0
                        )

                    [12] =&amp;gt; Array
                        (
                            [type] =&amp;gt; PAID_LISTENS
                            [value] =&amp;gt; 0
                        )

                    [13] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SPEND
                            [value] =&amp;gt; 12174786
                        )

                    [14] =&amp;gt; Array
                        (
                            [type] =&amp;gt; FETCHES
                            [value] =&amp;gt; 11203
                        )

                    [15] =&amp;gt; Array
                        (
                            [type] =&amp;gt; MIDPOINTS
                            [value] =&amp;gt; 1634
                        )

                    [16] =&amp;gt; Array
                        (
                            [type] =&amp;gt; STREAMS_PER_NEW_LISTENER
                            [value] =&amp;gt; 0
                        )

                    [17] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SERVE_FREQ
                            [value] =&amp;gt; 1.12321
                        )

                    [18] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SERVES
                            [value] =&amp;gt; 1805
                        )

                    [19] =&amp;gt; Array
                        (
                            [type] =&amp;gt; INTENT_RATE
                            [value] =&amp;gt; 0
                        )

                    [20] =&amp;gt; Array
                        (
                            [type] =&amp;gt; NEW_LISTENERS
                            [value] =&amp;gt; 0
                        )

                    [21] =&amp;gt; Array
                        (
                            [type] =&amp;gt; OFF_SPOTIFY_IMPRESSIONS
                            [value] =&amp;gt; 0
                        )

                    [22] =&amp;gt; Array
                        (
                            [type] =&amp;gt; STARTS
                            [value] =&amp;gt; 1830
                        )

                    [23] =&amp;gt; Array
                        (
                            [type] =&amp;gt; COMPLETES
                            [value] =&amp;gt; 1627
                        )

                    [24] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SKIPS
                            [value] =&amp;gt; 0
                        )

                    [25] =&amp;gt; Array
                        (
                            [type] =&amp;gt; CLICKS
                            [value] =&amp;gt; 1
                        )

                    [26] =&amp;gt; Array
                        (
                            [type] =&amp;gt; STREAMS_PER_USER
                            [value] =&amp;gt; 0
                        )

                    [27] =&amp;gt; Array
                        (
                            [type] =&amp;gt; COMPLETION_RATE
                            [value] =&amp;gt; 0
                        )

                    [28] =&amp;gt; Array
                        (
                            [type] =&amp;gt; LISTENERS
                            [value] =&amp;gt; 0
                        )

                    [29] =&amp;gt; Array
                        (
                            [type] =&amp;gt; CONVERSION_RATE
                            [value] =&amp;gt; 0
                        )

                )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Appreciate someone looking into this and providing some explanation.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2023 18:11:11 GMT</pubDate>
    <dc:creator>AgencyAnalytics</dc:creator>
    <dc:date>2023-06-02T18:11:11Z</dc:date>
    <item>
      <title>IMPRESSIONS not being returned in Report Analytics when requested</title>
      <link>https://community.spotify.com/t5/Spotify-for-Developers/IMPRESSIONS-not-being-returned-in-Report-Analytics-when/m-p/5590805#M9429</link>
      <description>&lt;P&gt;This is regarding the Ads API. According to the documentation the IMPRESSIONS metric is still supported and available to query via the reports. I have tested across a number of clients who have reported that they are not seeing any impression data for their ads.&lt;BR /&gt;&lt;BR /&gt;I have confirmed this issue is showing up across a number of different client using our integration, and I was wondering if there was a change made to this metric which was not documented in the change log? Or if this is instead a bug which needs to be addressed?&lt;BR /&gt;&lt;BR /&gt;I have made the following Query Request for 31 Fields:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;[fields] =&amp;gt; Array
        (
            [0] =&amp;gt; IMPRESSIONS
            [1] =&amp;gt; CLICKS
            [2] =&amp;gt; SPEND
            [3] =&amp;gt; CTR
            [4] =&amp;gt; ECPCL
            [5] =&amp;gt; ECPM
            [6] =&amp;gt; OFF_SPOTIFY_IMPRESSIONS
            [7] =&amp;gt; LISTENERS
            [8] =&amp;gt; NEW_LISTENERS
            [9] =&amp;gt; PAID_LISTENS
            [10] =&amp;gt; FETCHES
            [11] =&amp;gt; STARTS
            [12] =&amp;gt; FIRST_QUARTILES
            [13] =&amp;gt; MIDPOINTS
            [14] =&amp;gt; THIRD_QUARTILES
            [15] =&amp;gt; COMPLETES
            [16] =&amp;gt; SKIPS
            [17] =&amp;gt; ERRORS
            [18] =&amp;gt; SERVES
            [19] =&amp;gt; PAID_LISTEN_REACH
            [20] =&amp;gt; FETCH_REACH
            [21] =&amp;gt; SERVE_REACH
            [22] =&amp;gt; SERVE_FREQ
            [23] =&amp;gt; PAID_LISTEN_FREQ
            [24] =&amp;gt; COMPLETION_RATE
            [25] =&amp;gt; INTENT_RATE
            [26] =&amp;gt; RENDER_RATIO
            [27] =&amp;gt; CONVERSION_RATE
            [28] =&amp;gt; NEW_LISTENER_CONVERSION_RATE
            [29] =&amp;gt; STREAMS_PER_NEW_LISTENER
            [30] =&amp;gt; STREAMS_PER_USER
        )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but I am only getting back 30 Fields in the response - specifically the IMPRESSIONS is missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="php"&gt;[fields] =&amp;gt; Array
                (
                    [0] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SERVE_REACH
                            [value] =&amp;gt; 1607
                        )

                    [1] =&amp;gt; Array
                        (
                            [type] =&amp;gt; NEW_LISTENER_CONVERSION_RATE
                            [value] =&amp;gt; 0
                        )

                    [2] =&amp;gt; Array
                        (
                            [type] =&amp;gt; PAID_LISTEN_FREQ
                            [value] =&amp;gt; 0
                        )

                    [3] =&amp;gt; Array
                        (
                            [type] =&amp;gt; THIRD_QUARTILES
                            [value] =&amp;gt; 1627
                        )

                    [4] =&amp;gt; Array
                        (
                            [type] =&amp;gt; ERRORS
                            [value] =&amp;gt; 0
                        )

                    [5] =&amp;gt; Array
                        (
                            [type] =&amp;gt; RENDER_RATIO
                            [value] =&amp;gt; 0.161117
                        )

                    [6] =&amp;gt; Array
                        (
                            [type] =&amp;gt; FETCH_REACH
                            [value] =&amp;gt; 4532
                        )

                    [7] =&amp;gt; Array
                        (
                            [type] =&amp;gt; CTR
                            [value] =&amp;gt; 0.000554
                        )

                    [8] =&amp;gt; Array
                        (
                            [type] =&amp;gt; FIRST_QUARTILES
                            [value] =&amp;gt; 1640
                        )

                    [9] =&amp;gt; Array
                        (
                            [type] =&amp;gt; ECPM
                            [value] =&amp;gt; 6.745033
                        )

                    [10] =&amp;gt; Array
                        (
                            [type] =&amp;gt; ECPCL
                            [value] =&amp;gt; 0
                        )

                    [11] =&amp;gt; Array
                        (
                            [type] =&amp;gt; PAID_LISTEN_REACH
                            [value] =&amp;gt; 0
                        )

                    [12] =&amp;gt; Array
                        (
                            [type] =&amp;gt; PAID_LISTENS
                            [value] =&amp;gt; 0
                        )

                    [13] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SPEND
                            [value] =&amp;gt; 12174786
                        )

                    [14] =&amp;gt; Array
                        (
                            [type] =&amp;gt; FETCHES
                            [value] =&amp;gt; 11203
                        )

                    [15] =&amp;gt; Array
                        (
                            [type] =&amp;gt; MIDPOINTS
                            [value] =&amp;gt; 1634
                        )

                    [16] =&amp;gt; Array
                        (
                            [type] =&amp;gt; STREAMS_PER_NEW_LISTENER
                            [value] =&amp;gt; 0
                        )

                    [17] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SERVE_FREQ
                            [value] =&amp;gt; 1.12321
                        )

                    [18] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SERVES
                            [value] =&amp;gt; 1805
                        )

                    [19] =&amp;gt; Array
                        (
                            [type] =&amp;gt; INTENT_RATE
                            [value] =&amp;gt; 0
                        )

                    [20] =&amp;gt; Array
                        (
                            [type] =&amp;gt; NEW_LISTENERS
                            [value] =&amp;gt; 0
                        )

                    [21] =&amp;gt; Array
                        (
                            [type] =&amp;gt; OFF_SPOTIFY_IMPRESSIONS
                            [value] =&amp;gt; 0
                        )

                    [22] =&amp;gt; Array
                        (
                            [type] =&amp;gt; STARTS
                            [value] =&amp;gt; 1830
                        )

                    [23] =&amp;gt; Array
                        (
                            [type] =&amp;gt; COMPLETES
                            [value] =&amp;gt; 1627
                        )

                    [24] =&amp;gt; Array
                        (
                            [type] =&amp;gt; SKIPS
                            [value] =&amp;gt; 0
                        )

                    [25] =&amp;gt; Array
                        (
                            [type] =&amp;gt; CLICKS
                            [value] =&amp;gt; 1
                        )

                    [26] =&amp;gt; Array
                        (
                            [type] =&amp;gt; STREAMS_PER_USER
                            [value] =&amp;gt; 0
                        )

                    [27] =&amp;gt; Array
                        (
                            [type] =&amp;gt; COMPLETION_RATE
                            [value] =&amp;gt; 0
                        )

                    [28] =&amp;gt; Array
                        (
                            [type] =&amp;gt; LISTENERS
                            [value] =&amp;gt; 0
                        )

                    [29] =&amp;gt; Array
                        (
                            [type] =&amp;gt; CONVERSION_RATE
                            [value] =&amp;gt; 0
                        )

                )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Appreciate someone looking into this and providing some explanation.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 18:11:11 GMT</pubDate>
      <guid>https://community.spotify.com/t5/Spotify-for-Developers/IMPRESSIONS-not-being-returned-in-Report-Analytics-when/m-p/5590805#M9429</guid>
      <dc:creator>AgencyAnalytics</dc:creator>
      <dc:date>2023-06-02T18:11:11Z</dc:date>
    </item>
  </channel>
</rss>

