optOutURL: Difference between revisions
From Engineering Client Portal
RyanCarlson (talk | contribs) (commented old, in with the new) |
RyanCarlson (talk | contribs) (Updated Notes) |
||
Line 41: | Line 41: | ||
== Notes == | == Notes == | ||
Retrieve the Nielsen Privacy Page URL from a property of the SDK object which instructs users on how to Opt-Out of Nielsen measurement. |
Revision as of 22:19, 20 September 2017
Use this property to query the Nielsen Analytics framework for the Nielsen opt-out web page.
Example Code
nlsAppApiMeter = [[NielsenAppApi alloc]] initWithAppInfo:appInformation delegate:self];
...
self.webAddress = nlsAppApiMeter.optOutURL;
Input Parameters
Parameter | Description |
---|---|
None |
Output Parameters
Return value | Description |
---|---|
URL | Returns a NSString object with the URL of the Nielsen opt-out page. In special cases, it is possible that a nil value can be returned. |
Notes
Retrieve the Nielsen Privacy Page URL from a property of the SDK object which instructs users on how to Opt-Out of Nielsen measurement.