You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profiles API now returns predictive analytics when calling get_profile and get_profiles by passing in additional_fields_profile: ["predictive_analytics"].
Changed
Relationship endpoints that were previously grouped together are now split into related-resource-specific endpoints.
Migration Guide
To migrate to this latest version, all calls to relationship endpoints need to be updated, as in the following example:
get_campaign_relationships(id, "tags") will become get_campaign_relationships_tags(id).