Skip to content

Commit 2d8d604

Browse files
feat(readerrevenuesubscriptionlinking): update the api
#### readerrevenuesubscriptionlinking:v1 The following keys were added: - schemas.Reader.properties.originatingPublicationId (Total Keys: 2) - schemas.Reader.properties.ppid (Total Keys: 2) - schemas.Reader.properties.publicationId (Total Keys: 2)
1 parent 39a6263 commit 2d8d604

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

docs/dyn/readerrevenuesubscriptionlinking_v1.publications.readers.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ <h3>Method Details</h3>
131131
{ # A reader of a publication.
132132
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time the publication reader was created and associated with a Google user.
133133
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of the reader. The last part of ppid in the resource name is the publisher provided id.
134+
&quot;originatingPublicationId&quot;: &quot;A String&quot;, # Output only. The SwG publication id that the reader&#x27;s subscription linking was originating from.
135+
&quot;ppid&quot;: &quot;A String&quot;, # Output only. The publisher provided id of the reader.
136+
&quot;publicationId&quot;: &quot;A String&quot;, # Output only. The SwG publication id that the reader has linked their subscription to.
134137
}</pre>
135138
</div>
136139

googleapiclient/discovery_cache/documents/readerrevenuesubscriptionlinking.v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@
207207
}
208208
}
209209
},
210-
"revision": "20241015",
210+
"revision": "20250611",
211211
"rootUrl": "https://readerrevenuesubscriptionlinking.googleapis.com/",
212212
"schemas": {
213213
"DeleteReaderResponse": {
@@ -254,6 +254,21 @@
254254
"description": "Output only. The resource name of the reader. The last part of ppid in the resource name is the publisher provided id.",
255255
"readOnly": true,
256256
"type": "string"
257+
},
258+
"originatingPublicationId": {
259+
"description": "Output only. The SwG publication id that the reader's subscription linking was originating from.",
260+
"readOnly": true,
261+
"type": "string"
262+
},
263+
"ppid": {
264+
"description": "Output only. The publisher provided id of the reader.",
265+
"readOnly": true,
266+
"type": "string"
267+
},
268+
"publicationId": {
269+
"description": "Output only. The SwG publication id that the reader has linked their subscription to.",
270+
"readOnly": true,
271+
"type": "string"
257272
}
258273
},
259274
"type": "object"

0 commit comments

Comments
 (0)