playfab_ex v0.2.0 PlayfabEx.Admin.PlayerDataManagement
Link to this section Summary
Functions
Adds a new player statistic configuration to the title, optionally allowing the developer to specify a reset interval and an aggregation method
Retrieves a download URL for the requested report
Retrieves the configuration information for all player statistics defined in the title, regardless of whether they have a reset interval
Retrieves the information on the available versions of the specified statistic
Retrieves the title-specific custom data for the user which is readable and writable by the client
Retrieves the title-specific custom data for the user which cannot be accessed by the client
Retrieves the publisher-specific custom data for the user which is readable and writable by the client
Retrieves the publisher-specific custom data for the user which cannot be accessed by the client
Retrieves the publisher-specific custom data for the user which can only be read by the client
Retrieves the title-specific custom data for the user which can only be read by the client
Resets the indicated statistic, removing all player entries for it and backing up the old values
Attempts to process an order refund through the original real money payment provider
Completely removes all statistics for the specified user, for the current game
Attempts to resolve a dispute with the original order’s payment provider
Updates a player statistic configuration for the title, optionally allowing the developer to specify a reset interval
Updates the title-specific custom data for the user which is readable and writable by the client
Updates the title-specific custom data for the user which cannot be accessed by the client
Updates the publisher-specific custom data for the user which is readable and writable by the client
Updates the publisher-specific custom data for the user which cannot be accessed by the client
Updates the publisher-specific custom data for the user which can only be read by the client
Updates the title-specific custom data for the user which can only be read by the client
Link to this section Functions
create_player_statistic_definition(map()) :: {:ok, map()} | {:error, String.t()}
Adds a new player statistic configuration to the title, optionally allowing the developer to specify a reset interval and an aggregation method.
get_data_report(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves a download URL for the requested report
get_player_statistic_definitions(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the configuration information for all player statistics defined in the title, regardless of whether they have a reset interval.
get_player_statistic_versions(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the information on the available versions of the specified statistic.
get_user_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the title-specific custom data for the user which is readable and writable by the client
get_user_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the title-specific custom data for the user which cannot be accessed by the client
get_user_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the publisher-specific custom data for the user which is readable and writable by the client
get_user_publisher_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the publisher-specific custom data for the user which cannot be accessed by the client
get_user_publisher_read_only_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the publisher-specific custom data for the user which can only be read by the client
get_user_read_only_data(map()) :: {:ok, map()} | {:error, String.t()}
Retrieves the title-specific custom data for the user which can only be read by the client
increment_player_statistic_version(map()) :: {:ok, map()} | {:error, String.t()}
Resets the indicated statistic, removing all player entries for it and backing up the old values.
refund_purchase(map()) :: {:ok, map()} | {:error, String.t()}
Attempts to process an order refund through the original real money payment provider.
reset_user_statistics(map()) :: {:ok, map()} | {:error, String.t()}
Completely removes all statistics for the specified user, for the current game
resolve_purchase_dispute(map()) :: {:ok, map()} | {:error, String.t()}
Attempts to resolve a dispute with the original order’s payment provider.
update_player_statistic_definition(map()) :: {:ok, map()} | {:error, String.t()}
Updates a player statistic configuration for the title, optionally allowing the developer to specify a reset interval.
update_user_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the title-specific custom data for the user which is readable and writable by the client
update_user_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the title-specific custom data for the user which cannot be accessed by the client
update_user_publisher_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the publisher-specific custom data for the user which is readable and writable by the client
update_user_publisher_internal_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the publisher-specific custom data for the user which cannot be accessed by the client
update_user_publisher_read_only_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the publisher-specific custom data for the user which can only be read by the client
update_user_read_only_data(map()) :: {:ok, map()} | {:error, String.t()}
Updates the title-specific custom data for the user which can only be read by the client