[[["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-09-02 UTC."],[[["\u003cp\u003eThe JSON representation defines a recipient with properties for email, delivery type, and kind.\u003c/p\u003e\n"],["\u003cp\u003eRecipients have an email address, a delivery type specified by the DeliveryType enum, and a kind value of "dfareporting#recipient".\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eemail\u003c/code\u003e field is a string containing the recipient's email address, \u003ccode\u003edeliveryType\u003c/code\u003e is an enum defining how the recipient receives content, and \u003ccode\u003ekind\u003c/code\u003e is a string identifying the resource as a recipient in the system.\u003c/p\u003e\n"]]],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n\nRepresents a recipient.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------|\n| ``` { \"email\": string, \"deliveryType\": enum (/doubleclick-advertisers/rest/v4/DeliveryType), \"kind\": string } ``` |\n\n| Fields ||\n|----------------|---------------------------------------------------------------------------------------------------------------|\n| `email` | `string` The email address of the recipient. |\n| `deliveryType` | `enum (`[DeliveryType](/doubleclick-advertisers/rest/v4/DeliveryType)`)` The delivery type for the recipient. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#recipient` . |"]]