Skip to content

Commit

Permalink
Fix links (#10753)
Browse files Browse the repository at this point in the history
Fixes: #10335
  • Loading branch information
Barb Paduch committed Aug 2, 2017
1 parent 2ae35d1 commit 55f19fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extensions/amp-analytics/integrating-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you operate a software-as-a-service tool for publishers to better understand
Before you can add your analytics service to AMP HTML runtime, you may need to:
* Identify the kinds of [variables](analytics-vars.md) and [requests](amp-analytics.md#requests) you'll need in an AMP HTML document for your analytics service.
* Identify the triggers that result in analytics requests being sent from a page that would be relevant for your service.
* Consider if and how you will [track users across](cross-origin-tracking.md) first-party and third-party AMP contexts.
* Consider if and how you will [track users across](https://github.com/ampproject/amphtml/blob/master/spec/amp-managing-user-state.md) first-party and third-party AMP contexts.
* Determine how your analytics dashboard handles AMP traffic.
* Identify any missing functionality in `amp-analytics`, and [file requests](https://github.com/ampproject/amphtml/issues/new) for needed features.
* AMP Analytics sends its variables as query string parameters in a HTTPS request to a preconfigured endpoint. If you do not already have an existing endpoint, review [this sample](https://github.com/ampproject/amp-publisher-sample#amp-analytics-sample) for an overview on how to build one.
Expand Down Expand Up @@ -47,12 +47,12 @@ To take this approach, review the documentation for publishers' integration with

## Further Resources
* Deep Dive: [Why not just use an iframe?](why-not-iframe.md)
* Deep Dive: [Tracking users across origins](cross-origin-tracking.md)
* Deep Dive: [Managing non-authenticated user state with AMP](https://github.com/ampproject/amphtml/blob/master/spec/amp-managing-user-state.md)
* Review pull requests from other AMP Analytics providers:
* [AT Internet](https://github.com/ampproject/amphtml/pull/1672)
* [Piano](https://github.com/ampproject/amphtml/pull/1652)
* [comScore](https://github.com/ampproject/amphtml/pull/1608)
* [Parsely](https://github.com/ampproject/amphtml/pull/1595)
* [amp-analytics sample](https://github.com/ampproject/amp-publisher-sample#amp-analytics-sample)
* [amp-analytics](amp-analytics.md) reference documentation
* [amp-analytics](https://www.ampproject.org/docs/reference/components/amp-analytics) reference documentation
* [amp-analytics variables](analytics-vars.md) reference documentation

0 comments on commit 55f19fc

Please sign in to comment.