optOutURL: Difference between revisions

From Engineering Client Portal

(Created page with "{{Breadcrumb|}} {{Breadcrumb|Digital}} {{Breadcrumb|iOS SDK API Reference}} {{CurrentBreadcrumb}} Category:Digital Category:iOS SDK API Reference Use this property to...")
 
(commented out syntax)
Line 4: Line 4:
Use this property to query the Nielsen Analytics framework for the Nielsen opt-out web page.
Use this property to query the Nielsen Analytics framework for the Nielsen opt-out web page.


== Syntax ==
<!-- == Syntax ==
<syntaxhighlight lang="objective-c">
<syntaxhighlight lang="objective-c">
@property (readonly) NSString *optOutURL;
@property (readonly) NSString *optOutURL;
</syntaxhighlight>
</syntaxhighlight> -->


== Request / Response Format ==
== Request / Response Format ==

Revision as of 22:17, 20 September 2017

Engineering Portal breadcrumbArrow.png Digital breadcrumbArrow.png iOS SDK API Reference breadcrumbArrow.png optOutURL
Use this property to query the Nielsen Analytics framework for the Nielsen opt-out web page.


Request / Response Format

JSON String

NSString *webAddress = [nielsenMeter optOutURLString];

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

Get the URL of the web page that is used to give the user a chance to opt out from the Nielsen measurement.