The
goals field was removed from the response from
ads.getStatistics. The
lead_form_sends field is returned instead.
In
apps.getActivity, a new
media object was added for the
achievement type, which contains
images for the achievement under the images key. If there are no images, then the
media field would be absent.
Two new fields were added for the
apps.get method and the
app object:
mobile_controls_type and
mobile_view_support_type, which describe how control elements of games are displayed in webview on native clients.
mobile_controls_type =
0 — transparent control element overlay on the game view;
mobile_controls_type =
1 — black line above the game view;
mobile_controls_type =
2 — no controls, only for VK apps.
mobile_view_support_type =
0 — the game doesnt use the bottom part of the iPhone X screen, the black line is present.
mobile_view_support_type =
1 — the game uses the bottom part of the iPhone X screen, the black line is absent.