Skip to content

Commit 6a054b5

Browse files
committed
Changes after review.
1 parent 9a06ea3 commit 6a054b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/analytics/graphql-api/tutorials/end-customer-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ title: Querying HTTP events by hostname with GraphQL
88

99
In this example, we are going to use the GraphQL Analytics API to query aggregated metrics about HTTP events by hostname over a specific period of time.
1010

11-
The following API call will request the number of visits and edge response bytes for the custom hostname `hostname.example.com` over a four day period. Be sure to replace `CLOUDFLARE_ZONE_ID` and `API_TOKEN`[^1] with your zone ID and API credentials, and adjust the `datetime_geq` and `datetime_leq` values as needed.
11+
The following API call will request the number of visits and edge response bytes for the custom hostname `hostname.example.com` over a four day period. Be sure to replace `CLOUDFLARE_ZONE_TAG` and `API_TOKEN`[^1] with your zone ID and API credentials, and adjust the `datetime_geq` and `datetime_leq` values as needed.
1212

1313
### API Call
1414

@@ -30,7 +30,7 @@ echo '{ "query":
3030
}
3131
}",
3232
"variables": {
33-
"zoneTag": "<CLOUDFLARE_ZONE_ID>",
33+
"zoneTag": "<CLOUDFLARE_ZONE_TAG>",
3434
"filter": {
3535
"datetime_geq": "2022-07-20T11:00:00Z",
3636
"datetime_lt": "2022-07-24T12:00:00Z",

0 commit comments

Comments
 (0)