Hi!
Thanks for your reply!
The following curl call from the dev.twitter generator shows the offending segments.
curl --get 'https://ads-api.twitter.com/0/stats/accounts/18ce53w5her/funding_instruments' --data 'end_time=2016-02-04T23%3A00%3A00Z&funding_instrument_ids=ilukd&granularity=DAY&segmentation_type=AGE&start_time=2016-02-01T23%3A00%3A00Z' --header 'Authorization: OAuth oauth_consumer_key="KEY", oauth_nonce="NONCE", oauth_signature="SIGNATURE", oauth_signature_method="HMAC-SHA1", oauth_timestamp="TIMESTAMP", oauth_token="TOKEN", oauth_version="1.0"' --verbose
The response coming from the API will contain the following:
{ "mobile_conversion_installs": [ 0, 0, 0 ], "start_time": "2016-02-01T23:00:00Z", "promoted_tweet_timeline_card_engagements": [ 0, 0, 0 ], "promoted_account_follow_rate": [ 0, 0, 0 ], "conversion_purchases": [ 0, 0, 0 ], "promoted_tweet_search_url_clicks": [ 0, 0, 0 ], "promoted_tweet_search_clicks": [ 0, 0, 0 ], "promoted_tweet_search_engagement_rate": [ 0, 0, 0 ], "promoted_tweet_search_favorites": [ 0, 0, 0 ], "billed_charge_local_micro": [ 0, 10550000, 0 ], "promoted_tweet_search_retweets": [ 0, 0, 0 ], "conversion_sign_ups": [ 0, 4, 0 ], "promoted_tweet_timeline_favorites": [ 0, 1, 0 ], "promoted_tweet_app_open_attempts": [ 0, 0, 0 ], "mobile_conversion_sign_ups_breakdown": { "total": [ 0, 0, 0 ], "post_view": [ 0, 0, 0 ], "post_engagement": [ 0, 0, 0 ], "assisted": [ 0, 0, 0 ] }, "conversion_app_open": [ 0, 0, 0 ], "promoted_tweet_search_card_engagements": [ 0, 0, 0 ], "promoted_account_impressions": [ 0, 0, 0 ], "end_time": "2016-02-04T23:00:00Z", "promoted_tweet_search_replies": [ 0, 0, 0 ], "promoted_tweet_search_follows": [ 0, 0, 0 ], "segment": { "segmentation_type": "AGE", "name": "Unknown", "segmentation_value": 12 }, "promoted_account_profile_visits": [ 0, 0, 0 ], "promoted_tweet_timeline_clicks": [ 0, 17, 0 ], "id": "ilukd", "mobile_conversion_re_engages_breakdown": { "total": [ 0, 0, 0 ], "post_view": [ 0, 0, 0 ], "post_engagement": [ 0, 0, 0 ], "assisted": [ 0, 0, 0 ] }, "mobile_conversion_re_engages": [ 0, 0, 0 ], "promoted_tweet_timeline_impressions": [ 0, 3094, 0 ], "promoted_account_follows": [ 0, 0, 0 ], "promoted_tweet_timeline_url_clicks": [ 0, 9, 0 ], "conversion_site_visits": [ 0, 22, 0 ], "promoted_tweet_timeline_engagement_rate": [ 0, 0.005494505494505495, 0 ], "mobile_conversion_installs_breakdown": { "total": [ 0, 0, 0 ], "post_view": [ 0, 0, 0 ], "post_engagement": [ 0, 0, 0 ], "assisted": [ 0, 0, 0 ] }, "billed_follows": [ 0, 0, 0 ], "conversion_custom": [ 0, 12, 1 ], "granularity": "DAY", "mobile_conversion_sign_ups": [ 0, 0, 0 ], "promoted_tweet_timeline_retweets": [ 0, 0, 0 ], "mobile_conversion_purchases_breakdown": { "total": [ 0, 0, 0 ], "post_view": [ 0, 0, 0 ], "post_engagement": [ 0, 0, 0 ], "assisted": [ 0, 0, 0 ] }, "promoted_tweet_timeline_replies": [ 0, 0, 0 ], "promoted_tweet_app_install_attempts": [ 0, 0, 0 ], "mobile_conversion_purchases": [ 0, 0, 0 ], "mobile_conversion_logins": [ 0, 0, 0 ], "billed_engagements": [ 0, 7, 0 ], "mobile_conversion_logins_breakdown": { "total": [ 0, 0, 0 ], "post_view": [ 0, 0, 0 ], "post_engagement": [ 0, 0, 0 ], "assisted": [ 0, 0, 0 ] }, "conversion_downloads": [ 0, 0, 0 ], "promoted_tweet_timeline_follows": [ 0, 0, 0 ], "promoted_tweet_search_engagements": [ 0, 0, 0 ], "promoted_tweet_timeline_engagements": [ 0, 17, 0 ], "promoted_tweet_search_impressions": [ 0, 0, 0 ] }