Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.62 KB

File metadata and controls

20 lines (17 loc) · 1.62 KB

# TrackingTag

Properties

Name Type Description Notes
id string Platform-native tag id. Meta: numeric pixel id, as a string.
name string
platform string
kind string Platform-native flavor of the tag (Meta: `pixel`).
status string `inactive` when the platform reports the tag as broken/unavailable.
code string The base-code `<script>` snippet to install on the site. Meta only; populated by `getTrackingTag`, omitted from the list view. [optional]
last_fired_time int Unix seconds of the last event the tag received, or `null` if it never fired. The practical &quot;is it installed and working&quot; signal. [optional]
is_unavailable bool Whether the tag is in a broken/unavailable state (Meta `is_unavailable`). [optional]
installed bool Convenience flag derived from `lastFiredTime` — has the tag ever fired. [optional]
creation_time int Unix seconds the tag was created. [optional]
owner_business_id string Business Manager id that owns the tag, or `null` when the tag lives on a personal (non-BM) ad account — such tags can't be shared with other ad accounts. [optional]
owner_ad_account_id string Ad account id (`act_...`) that owns the tag, when reported. [optional]

[Back to Model list] [Back to API list] [Back to README]