late 0.0.223

API reference for Zernio. Authenticate with a Bearer API key. Base URL: https://zernio.com/api
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SendConversionsRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_id** | **String** | SocialAccount ID (metaads, googleads, or linkedinads). | 
**destination_id** | **String** | Platform destination identifier. For Meta, the pixel/dataset ID. For Google, the conversion action resource name. For LinkedIn, the conversion rule ID or full `urn:lla:llaPartnerConversion:{id}` URN.  | 
**events** | [**Vec<models::ConversionEvent>**]ConversionEvent.md |  | 
**test_code** | Option<**String**> | Meta `test_event_code` passthrough. Ignored by Google and LinkedIn. | [optional]
**consent** | Option<[**models::SendConversionsRequestConsent**]SendConversionsRequestConsent.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)