Ads Measurement¶
API Reference Documents¶
Tweets¶
| GET accounts/:account_id/app_event_provider_configurations | Retrieve all application event provider configurations associated with the current account. |
| GET accounts/:account_id/app_event_provider_configurations/:id | Retrieve a specific application event provider configuration associated with the current account. |
| POST accounts/:account_id/app_event_provider_configurations | Create a new application event provider configuration associated with the current account. |
| DELETE accounts/:account_id/app_event_provider_configurations/:id | Disassociate a specific application event provider configuration associated with the current account. |
| GET accounts/:account_id/app_event_tags | Retrieve all application event tags associated with the current account. |
| GET accounts/:account_id/app_event_tags/:id | Retrieve a specific application event tag associated with the current account. |
| POST accounts/:account_id/app_event_tags | Create a new application event tag associated with the current account. |
| DELETE accounts/:account_id/app_event_tags/:id | Disassociate a specific application event tag associated from the current account. |
| GET accounts/:account_id/web_event_tags | Retrieve all web event tags associated with the current account. |
| GET accounts/:account_id/web_event_tags/:id | Retrieve a specific web event tag associated with the current account. |
| POST accounts/:account_id/web_event_tags | Create a new web event tag associated with the current account. |
| PUT accounts/:account_id/web_event_tags/:id | Update a web event tag associated with the current account. |
| DELETE accounts/:account_id/web_event_tags/:id | Delete a specific web event tag associated to the current account. |
| GET conversion_attribution | Query Twitter to check on conversion attribution without writing a conversion event to Twitter. |
| POST conversion_event | Record a mobile measurement conversion event. The response will indicate Twitter or Twitter Audience Platform (TAP) attribution. Relates to GET conversion_attribution </ads/reference/get/conversion_attribution>`__. |
Other¶
| PUT accounts/:account_id/app_event_tags/:app_event_tag_id | Update an app event tag associated with the current account. |