Hello,
Is it possible to fetch ads data for the expired campaigns? we are trying to do that for one of our clients and all we see is null values for all the metrics.
Thanks
Shashwat
Yes, that’s definitely possible. Are you sure that the specific campaign you’re fetching analytics for actually served during the specified start_time and end_time values in your analytics request?
This post might help:
Thanks @juanshishido for the information, we are able to see the expired campaigns in our twitter ads dashboard. We are using ruby twitter ads gem to make a connection, and can see campaign ids associated with our account but when we try to fetch metrics associated with campaign ids, we get null values.
Can you please share an example of where you seeing non-zero stats metrics on ads.twitter.com, but where the API is not returning any non-null stats metrics for the same campaign and date range?
Hi @juanshishido
I’m actually having same issue.
We are not geting data for expired campaigns even though we are asking for a date range that we see data for in the UI.
I’m asking data also with with_deleted=True param, however that only helps bringing deleted campaigns.
What else can I do to fetch expired ones?
Could you please provide an example?