page_activities
edge from the following paths: Parameter | Description |
---|---|
advertiser_tracking_enabled boolean | A person can choose to enable ad tracking on iOS 6+, and that choice is stored within the phone. You should fetch that and return it to Facebook so we know not to use the data for optimization. We will, however, use the data to report on a conversion. See here for an example of how Facebook fetches that variable. For devices running less than iOS 6, this query parameter can default to 1. Use 0 for disabled, 1 for enabled |
application_tracking_enabled boolean | A person can choose to enable ad tracking on an app level. Your SDK should allow an app developer to put an opt-out setting into their app. Use this field to specify the person's choice. Use 0 for disabled, 1 for enabled |
custom_events list<CustomEvent> | Custom events reported |
logging_source enum {MESSENGER_BOT, DETECTION} | Specifies the event source |
logging_target enum {APP, APP_AND_PAGE, PAGE} | Default value: "APP" whether the event is logged to app level or page level or both |
page_id int64 | Specifies the Page ID associated with the messenger bot that logs the event |
page_scoped_user_id int64 | Specifies the page scoped User ID associated with the messenger bot that logs the event Required |
success
: bool, Error | Description |
---|---|
100 | Invalid parameter |