late 0.0.276

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
# UpdateTrackingTagRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> |  | [optional]
**enable_automatic_matching** | Option<**bool**> | Meta Advanced Matching toggle (`enable_automatic_matching`). | [optional]
**automatic_matching_fields** | Option<**Vec<AutomaticMatchingFields>**> | Which user fields Advanced Matching may collect. Meta's terse codes: em=email, ph=phone, fn=first name, ln=last name, ge=gender, db=date of birth, ct=city, st=state, zp=zip.  (enum: em, ph, fn, ln, ge, db, ct, st, zp, country, external_id) | [optional]
**first_party_cookie_status** | Option<**FirstPartyCookieStatus**> |  (enum: empty, first_party_cookie_disabled, first_party_cookie_enabled) | [optional]
**data_use_setting** | Option<**DataUseSetting**> |  (enum: advertising_and_analytics, analytics_only, empty) | [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)