optOutURL: Difference between revisions
From Engineering Client Portal
RyanCarlson (talk | contribs) (commented out) |
RyanCarlson (talk | contribs) (updated things) |
||
Line 37: | Line 37: | ||
! Return value !! Description | ! Return value !! Description | ||
|- | |- | ||
| URL|| Returns | | URL|| Returns Nielsen Privacy Page URL for Nielsen opt-out. In special cases, it is possible that a nil value can be returned. | ||
|} | |} | ||
== 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. | Retrieve the Nielsen Privacy Page URL from a property of the SDK object which instructs users on how to Opt-Out of Nielsen measurement. |
Latest revision as of 22:21, 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;
Output Parameters
Return value | Description |
---|---|
URL | Returns Nielsen Privacy Page URL for Nielsen opt-out. 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.