Stay organized with collections
Save and categorize content based on your preferences.
IMASecureSignals
@interfaceIMASecureSignals:NSObject/**
* Secure Signal with custom data sent with ads request. Secure Signal with custom
* data is an encrypted blob containing signals collected by the publisher and previously agreed
* upon by the publisher and bidder。
*/@property(nonatomic,copy,readonly)NSString*customData;-(instancetype)initWithCustomData:(NSString*)customDataNS_DESIGNATED_INITIALIZER;/**
* :nodoc:
*/-(instancetype)initNS_UNAVAILABLE;@end
Secure Signal with custom data sent with ads request. Secure Signal with custom
data is an encrypted blob containing signals collected by the publisher and previously agreed
upon by the publisher and bidder。
[[["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 2024-08-21 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMASecureSignals\u003c/code\u003e provides a way to send custom, encrypted data with ad requests, known as Secure Signals.\u003c/p\u003e\n"],["\u003cp\u003eThis custom data is an encrypted blob containing signals collected by the publisher and agreed upon by the publisher and bidder.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIMASecureSignals\u003c/code\u003e has a property \u003ccode\u003ecustomData\u003c/code\u003e which is a string and can only be read (readonly).\u003c/p\u003e\n"],["\u003cp\u003eIt's initialized with \u003ccode\u003einitWithCustomData:\u003c/code\u003e which takes a custom data string as input.\u003c/p\u003e\n"]]],[],null,["# GoogleInteractiveMediaAds Framework Reference\n\nIMASecureSignals\n================\n\n @interface IMASecureSignals : NSObject\n\n /**\n * Secure Signal with custom data sent with ads request. Secure Signal with custom\n * data is an encrypted blob containing signals collected by the publisher and previously agreed\n * upon by the publisher and bidder。\n */\n\n @property(nonatomic, copy, readonly) NSString *customData;\n\n - (instancetype)initWithCustomData:(NSString *)customData NS_DESIGNATED_INITIALIZER;\n\n /**\n * :nodoc:\n */\n - (instancetype)init NS_UNAVAILABLE;\n\n @end\n\nUndocumented\n- `\n ``\n ``\n `\n\n ### [customData](#/c:objc(cs)IMASecureSignals(py)customData)\n\n `\n ` \n Secure Signal with custom data sent with ads request. Secure Signal with custom\n data is an encrypted blob containing signals collected by the publisher and previously agreed\n upon by the publisher and bidder。 \n\n #### Declaration\n\n Swift \n\n var customData: String { get }\n\n Objective-C \n\n @property (nonatomic, copy, readonly) NSString *_Nonnull customData;\n\n- `\n ``\n ``\n `\n\n ### [-initWithCustomData:](#/c:objc(cs)IMASecureSignals(im)initWithCustomData:)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n init(customData: String)\n\n Objective-C \n\n - (instancetype)initWithCustomData:(NSString *)customData NS_DESIGNATED_INITIALIZER;"]]