Required. The name of the program for which to enable participation for the given account. Format: accounts/{account}/programs/{program}. For example, accounts/123456/programs/free-listings.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Program.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-06 UTC."],[[["Enables program participation for a specific account, requiring admin access."],["Utilizes a POST request to a designated URL with account and program identifiers as path parameters."],["Requires an empty request body and returns program details upon successful execution."],["Needs authorization with the `https://www.googleapis.com/auth/content` scope."]]],[]]