Skip to content

Commit 9b87e6e

Browse files
authored
the api reference is likely to be significantly delayed (prebid#5357)
1 parent 6444ee7 commit 9b87e6e

2 files changed

Lines changed: 10 additions & 11 deletions

File tree

prebid-mobile/pbm-api/android/pbm-targeting-params-android.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ To set the purpose consent:
343343
TargetingParams.setPurposeConsents("100000000000000000000000")
344344
```
345345
346-
See also the API references for isSubjectToGDPR(), getGDPRConsentString(), getPurposeConsent(int index), getPurposeConsents(), getDeviceAccessConsent()
346+
Related functions: isSubjectToGDPR(), getGDPRConsentString(), getPurposeConsent(int index), getPurposeConsents(), getDeviceAccessConsent()
347347
348348
#### Getting Consent Values from the CMP
349349
@@ -611,7 +611,7 @@ Parameters:
611611
| --- | --- | --- | --- | --- |
612612
| bundleName | required | string | App bundle name. Sets ORTB `app.bundle`. | "com.example" |
613613

614-
See also the API reference for getBundleName().
614+
Related function: getBundleName().
615615

616616
### setDomain()
617617

@@ -630,7 +630,7 @@ Parameters:
630630
| --- | --- | --- | --- | --- |
631631
| domain | required | string | Domain. Sets `app.domain`. | "example.com" |
632632

633-
See also the API reference for getDomain().
633+
Related function: getDomain().
634634

635635
### setPublisherName()
636636

@@ -649,7 +649,7 @@ Parameters:
649649
| --- | --- | --- | --- | --- |
650650
| publisherName | required | string | Publisher name. Sets `app.publisher.name`. | "publisher 1" |
651651

652-
See also the API reference for getPublisherName().
652+
Related function: getPublisherName().
653653

654654
### setStoreUrl()
655655

@@ -668,7 +668,7 @@ Parameters:
668668
| --- | --- | --- | --- | --- |
669669
| storeUrl | required | string | App store URL. Sets `app.storeurl` | `https://play.google.com/store/apps/details?id=1234` |
670670

671-
See also the API reference for getStoreUrl().
671+
Related function: getStoreUrl().
672672

673673
### setOmidPartnerName()
674674

@@ -687,7 +687,7 @@ Parameters:
687687
| --- | --- | --- | --- | --- |
688688
| omidPartnerName | required | string | Open Measurement Partner name. | "MyIntegrationPartner" |
689689

690-
See also the API reference for getOmidPartnerName().
690+
Related function: getOmidPartnerName().
691691

692692
### setOmidPartnerVersion()
693693

@@ -706,7 +706,7 @@ Parameters:
706706
| --- | --- | --- | --- | --- |
707707
| omidPartnerVerson | required | string | Open Measurement Partner version | "7.1" |
708708

709-
See also the API reference for getOmidPartnerVersion().
709+
Related function: getOmidPartnerVersion().
710710

711711
### setUserLatLng()
712712

prebid-mobile/pbm-api/ios/pbm-targeting-ios.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Swift:
181181
Targeting.shared.purposeConsents = "100000000000000000000000"
182182
```
183183

184-
See also the API references for getSubjectToGDPR(), getDeviceAccessConsent(), getDeviceAccessConsentObjc, getPurposeConsent(), isAllowedAccessDeviceData().
184+
Related functions: getSubjectToGDPR(), getDeviceAccessConsent(), getDeviceAccessConsentObjc, getPurposeConsent(), isAllowedAccessDeviceData().
185185

186186
#### Getting Consent Values from the CMP
187187

@@ -326,7 +326,7 @@ Targeting.shared.addUserData(key: "globalUserDataKey1", value: "globalUserDataVa
326326
Note: The 'UserData' functions end up putting data into the OpenRTB user.ext.data object while the 'UserKeywords' functions
327327
put data into user.keywords.
328328

329-
See also the API reference for setYearOfBirth(), getYearOfBirth() and clearYearOfBirth().
329+
Related functions: setYearOfBirth(), getYearOfBirth() and clearYearOfBirth().
330330

331331
### Inventory FPD
332332

@@ -487,8 +487,7 @@ Note that several of the properties noted here are also mentioned above for othe
487487

488488
### Targeting Class Methods
489489

490-
All of the targeting class methods have been mentioned above in the context of First Party Data and are linked to
491-
the API reference.
490+
All of the targeting class methods have been mentioned above in the context of First Party Data section above.
492491

493492
---
494493

0 commit comments

Comments
 (0)