You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
82
+
<pclass="firstline">Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
<pre>Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
91
+
<pre>Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
92
92
93
93
Args:
94
94
parent: string, Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 (required)
95
95
body: object, The request body.
96
96
The object takes the form of:
97
97
98
-
{ # Request to generate an AdMob mediation report.
98
+
{ # Request to generate an AdMob Mediation report.
99
99
"reportSpec": { # The specification for generating an AdMob Mediation report. For example, the specification to get observed ECPM sliced by ad source and app for the 'US' and 'CN' countries can look like the following example: { "date_range": { "start_date": {"year": 2021, "month": 9, "day": 1}, "end_date": {"year": 2021, "month": 9, "day": 30} }, "dimensions": ["AD_SOURCE", "APP", "COUNTRY"], "metrics": ["OBSERVED_ECPM"], "dimension_filters": [ { "dimension": "COUNTRY", "matches_any": {"values": [{"value": "US", "value": "CN"}]} } ], "sort_conditions": [ {"dimension":"APP", order: "ASCENDING"} ], "localization_settings": { "currency_code": "USD", "language_code": "en-US" } } For a better understanding, you can treat the preceding specification like the following pseudo SQL: SELECT AD_SOURCE, APP, COUNTRY, OBSERVED_ECPM FROM MEDIATION_REPORT WHERE DATE >= '2021-09-01' AND DATE <= '2021-09-30' AND COUNTRY IN ('US', 'CN') GROUP BY AD_SOURCE, APP, COUNTRY ORDER BY APP ASC; # Network report specification.
100
100
"dateRange": { # Specification of a single date range. Both dates are inclusive. # The date range for which the report is generated.
101
101
"endDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End date of the date range, inclusive. Must be greater than or equal to the start date.
@@ -149,7 +149,7 @@ <h3>Method Details</h3>
149
149
Returns:
150
150
An object of the form:
151
151
152
-
{ # The streaming response for the AdMob mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ "header": { "date_range": { "start_date": {"year": 2018, "month": 9, "day": 1}, "end_date": {"year": 2018, "month": 9, "day": 1} }, "localization_settings": { "currency_code": "USD", "language_code": "en-US" } } }, { "row": { "dimension_values": { "DATE": {"value": "20180918"}, "APP": { "value": "ca-app-pub-8123415297019784~1001342552", "display_label": "My app name!" } }, "metric_values": { "ESTIMATED_EARNINGS": {"decimal_value": "1324746"} } } }, { "footer": {"matching_row_count": 1} }]
152
+
{ # The streaming response for the AdMob Mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ "header": { "date_range": { "start_date": {"year": 2018, "month": 9, "day": 1}, "end_date": {"year": 2018, "month": 9, "day": 1} }, "localization_settings": { "currency_code": "USD", "language_code": "en-US" } } }, { "row": { "dimension_values": { "DATE": {"value": "20180918"}, "APP": { "value": "ca-app-pub-8123415297019784~1001342552", "display_label": "My app name!" } }, "metric_values": { "ESTIMATED_EARNINGS": {"decimal_value": "1324746"} } } }, { "footer": {"matching_row_count": 1} }]
153
153
"footer": { # Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response. # Additional information about the generated report, such as warnings about the data.
154
154
"matchingRowCount": "A String", # Total number of rows that matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.
155
155
"warnings": [ # Warnings associated with generation of the report.
Copy file name to clipboardExpand all lines: docs/dyn/admob_v1beta.accounts.mediationGroups.html
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109
109
body: object, The request body.
110
110
The object takes the form of:
111
111
112
-
{ # Describes an AdMob mediation group.
112
+
{ # Describes an AdMob Mediation group.
113
113
"displayName": "A String", # User provided name for the mediation group. The maximum length allowed is 120 characters.
114
114
"mediationAbExperimentState": "A String", # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
115
115
"mediationGroupId": "A String", # The ID of the mediation group. Example: "0123456789". This is a read only property.
@@ -153,7 +153,7 @@ <h3>Method Details</h3>
153
153
Returns:
154
154
An object of the form:
155
155
156
-
{ # Describes an AdMob mediation group.
156
+
{ # Describes an AdMob Mediation group.
157
157
"displayName": "A String", # User provided name for the mediation group. The maximum length allowed is 120 characters.
158
158
"mediationAbExperimentState": "A String", # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
159
159
"mediationGroupId": "A String", # The ID of the mediation group. Example: "0123456789". This is a read only property.
@@ -209,7 +209,7 @@ <h3>Method Details</h3>
209
209
210
210
{ # Response for the mediation groups list request.
211
211
"mediationGroups": [ # The resulting mediation groups for the requested account.
212
-
{ # Describes an AdMob mediation group.
212
+
{ # Describes an AdMob Mediation group.
213
213
"displayName": "A String", # User provided name for the mediation group. The maximum length allowed is 120 characters.
214
214
"mediationAbExperimentState": "A String", # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
215
215
"mediationGroupId": "A String", # The ID of the mediation group. Example: "0123456789". This is a read only property.
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272
272
body: object, The request body.
273
273
The object takes the form of:
274
274
275
-
{ # Describes an AdMob mediation group.
275
+
{ # Describes an AdMob Mediation group.
276
276
"displayName": "A String", # User provided name for the mediation group. The maximum length allowed is 120 characters.
277
277
"mediationAbExperimentState": "A String", # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
278
278
"mediationGroupId": "A String", # The ID of the mediation group. Example: "0123456789". This is a read only property.
@@ -317,7 +317,7 @@ <h3>Method Details</h3>
317
317
Returns:
318
318
An object of the form:
319
319
320
-
{ # Describes an AdMob mediation group.
320
+
{ # Describes an AdMob Mediation group.
321
321
"displayName": "A String", # User provided name for the mediation group. The maximum length allowed is 120 characters.
322
322
"mediationAbExperimentState": "A String", # Output only. The state of the mediation a/b experiment that belongs to this mediation group.
323
323
"mediationGroupId": "A String", # The ID of the mediation group. Example: "0123456789". This is a read only property.
<pclass="firstline">Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
82
+
<pclass="firstline">Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.</p>
<pre>Generates an AdMob mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
91
+
<pre>Generates an AdMob Mediation report based on the provided report specification. Returns result of a server-side streaming RPC. The result is returned in a sequence of responses.
92
92
93
93
Args:
94
94
parent: string, Resource name of the account to generate the report for. Example: accounts/pub-9876543210987654 (required)
95
95
body: object, The request body.
96
96
The object takes the form of:
97
97
98
-
{ # Request to generate an AdMob mediation report.
98
+
{ # Request to generate an AdMob Mediation report.
99
99
"reportSpec": { # The specification for generating an AdMob Mediation report. For example, the specification to get observed ECPM sliced by ad source and app for the 'US' and 'CN' countries can look like the following example: { "date_range": { "start_date": {"year": 2021, "month": 9, "day": 1}, "end_date": {"year": 2021, "month": 9, "day": 30} }, "dimensions": ["AD_SOURCE", "APP", "COUNTRY"], "metrics": ["OBSERVED_ECPM"], "dimension_filters": [ { "dimension": "COUNTRY", "matches_any": {"values": [{"value": "US", "value": "CN"}]} } ], "sort_conditions": [ {"dimension":"APP", order: "ASCENDING"} ], "localization_settings": { "currency_code": "USD", "language_code": "en-US" } } For a better understanding, you can treat the preceding specification like the following pseudo SQL: SELECT AD_SOURCE, APP, COUNTRY, OBSERVED_ECPM FROM MEDIATION_REPORT WHERE DATE >= '2021-09-01' AND DATE <= '2021-09-30' AND COUNTRY IN ('US', 'CN') GROUP BY AD_SOURCE, APP, COUNTRY ORDER BY APP ASC; # Network report specification.
100
100
"dateRange": { # Specification of a single date range. Both dates are inclusive. # The date range for which the report is generated.
101
101
"endDate": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # End date of the date range, inclusive. Must be greater than or equal to the start date.
@@ -149,7 +149,7 @@ <h3>Method Details</h3>
149
149
Returns:
150
150
An object of the form:
151
151
152
-
{ # The streaming response for the AdMob mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ "header": { "date_range": { "start_date": {"year": 2018, "month": 9, "day": 1}, "end_date": {"year": 2018, "month": 9, "day": 1} }, "localization_settings": { "currency_code": "USD", "language_code": "en-US" } } }, { "row": { "dimension_values": { "DATE": {"value": "20180918"}, "APP": { "value": "ca-app-pub-8123415297019784~1001342552", "display_label": "My app name!" } }, "metric_values": { "ESTIMATED_EARNINGS": {"decimal_value": "1324746"} } } }, { "footer": {"matching_row_count": 1} }]
152
+
{ # The streaming response for the AdMob Mediation report where the first response contains the report header, then a stream of row responses, and finally a footer as the last response message. For example: [{ "header": { "date_range": { "start_date": {"year": 2018, "month": 9, "day": 1}, "end_date": {"year": 2018, "month": 9, "day": 1} }, "localization_settings": { "currency_code": "USD", "language_code": "en-US" } } }, { "row": { "dimension_values": { "DATE": {"value": "20180918"}, "APP": { "value": "ca-app-pub-8123415297019784~1001342552", "display_label": "My app name!" } }, "metric_values": { "ESTIMATED_EARNINGS": {"decimal_value": "1324746"} } } }, { "footer": {"matching_row_count": 1} }]
153
153
"footer": { # Groups data available after report generation, for example, warnings and row counts. Always sent as the last message in the stream response. # Additional information about the generated report, such as warnings about the data.
154
154
"matchingRowCount": "A String", # Total number of rows that matched the request. Warning: This count does NOT always match the number of rows in the response. Do not make that assumption when processing the response.
155
155
"warnings": [ # Warnings associated with generation of the report.
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -563,6 +563,7 @@ <h3>Method Details</h3>
563
563
},
564
564
"audience": { # A resource message representing a GA4 Audience. # A snapshot of an Audience resource in change history.
565
565
"adsPersonalizationEnabled": True or False, # Output only. It is automatically set by GA to false if this is an NPA Audience and is excluded from ads personalization.
566
+
"createTime": "A String", # Output only. Time when the Audience was created.
566
567
"description": "A String", # Required. The description of the Audience.
567
568
"displayName": "A String", # Required. The display name of the Audience.
568
569
"eventTrigger": { # Specifies an event to log when a user joins the Audience. # Optional. Specifies an event to log when a user joins the Audience. If not set, no event is logged when a user joins the Audience.
@@ -1044,6 +1045,7 @@ <h3>Method Details</h3>
1044
1045
},
1045
1046
"audience": { # A resource message representing a GA4 Audience. # A snapshot of an Audience resource in change history.
1046
1047
"adsPersonalizationEnabled": True or False, # Output only. It is automatically set by GA to false if this is an NPA Audience and is excluded from ads personalization.
1048
+
"createTime": "A String", # Output only. Time when the Audience was created.
1047
1049
"description": "A String", # Required. The description of the Audience.
1048
1050
"displayName": "A String", # Required. The display name of the Audience.
1049
1051
"eventTrigger": { # Specifies an event to log when a user joins the Audience. # Optional. Specifies an event to log when a user joins the Audience. If not set, no event is logged when a user joins the Audience.
0 commit comments