[[["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-08-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGAMRequest\u003c/code\u003e objects allow publishers to specify optional parameters for ad requests, such as custom targeting.\u003c/p\u003e\n"],["\u003cp\u003ePublishers can set a \u003ccode\u003epublisherProvidedID\u003c/code\u003e to pass a custom user ID for targeting.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ecategoryExclusions\u003c/code\u003e can be used to filter out ads from specific categories.\u003c/p\u003e\n"]]],[],null,["GAMRequest \n\n\n @interface GAMRequest : ../Classes/GADRequest.html\n\nSpecifies optional parameters for ad requests.\n- `\n ``\n ``\n `\n\n [publisherProvidedID](#/c:objc(cs)GAMRequest(py)publisherProvidedID)`\n ` \n Publisher provided user ID. \n\n Declaration \n Swift \n\n var publisherProvidedID: String? { get set }\n\n Objective-C \n\n @property (nonatomic, copy, nullable) NSString *publisherProvidedID;\n\n- `\n ``\n ``\n `\n\n [categoryExclusions](#/c:objc(cs)GAMRequest(py)categoryExclusions)`\n ` \n Array of strings used to exclude specified categories in ad results. \n\n Declaration \n Swift \n\n var categoryExclusions: [String]? { get set }\n\n Objective-C \n\n @property (nonatomic, copy, nullable) NSArray\u003cNSString *\u003e *categoryExclusions;"]]