Skip to content

Commit dc6a944

Browse files
Mobile Ads Developer Relationscopybara-github
authored andcommitted
Remove same app key reference in Swift and Obj-C comments.
PiperOrigin-RevId: 810564261
1 parent 7680a46 commit dc6a944

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Objective-C/advanced/APIDemo/APIDemo/Snippets/RequestConfigurationSnippets.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ - (void)setTestDeviceIdentifiers {
3232

3333
- (void)disablePublisherFirstPartyID {
3434
// [START disable_publisher_first_party_id]
35-
// Disables Publisher first-party ID, formerly known as same app key.
35+
// Disables Publisher first-party ID.
3636
[GADMobileAds.sharedInstance.requestConfiguration setPublisherFirstPartyIDEnabled:NO];
3737
// [END disable_publisher_first_party_id]
3838
}

Swift/advanced/APIDemo/APIDemo/Snippets/RequestConfigurationSnippets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private class RequestConfigurationSnippets {
2727

2828
private func disablePublisherFirstPartyID() {
2929
// [START disable_publisher_first_party_id]
30-
// Disables Publisher first-party ID, formerly known as same app key.
30+
// Disables Publisher first-party ID.
3131
MobileAds.shared.requestConfiguration.setPublisherFirstPartyIDEnabled(false)
3232
// [END disable_publisher_first_party_id]
3333
}

0 commit comments

Comments
 (0)