diff --git a/assets/images/help/sponsors/activity-tab.png b/assets/images/help/sponsors/activity-tab.png deleted file mode 100644 index b2907e2f0d..0000000000 Binary files a/assets/images/help/sponsors/activity-tab.png and /dev/null differ diff --git a/assets/images/help/sponsors/export-your-sponsors.png b/assets/images/help/sponsors/export-your-sponsors.png index 1b00f1b732..e939e360b8 100644 Binary files a/assets/images/help/sponsors/export-your-sponsors.png and b/assets/images/help/sponsors/export-your-sponsors.png differ diff --git a/assets/images/help/sponsors/your-sponsors-tab.png b/assets/images/help/sponsors/your-sponsors-tab.png new file mode 100644 index 0000000000..3178889bcf Binary files /dev/null and b/assets/images/help/sponsors/your-sponsors-tab.png differ diff --git a/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md b/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md index 857ea9e9b3..1b0ee890d9 100644 --- a/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md +++ b/content/sponsors/receiving-sponsorships-through-github-sponsors/viewing-your-sponsors-and-sponsorships.md @@ -18,7 +18,7 @@ shortTitle: View sponsors & sponsorships You can view analytics on your current and past sponsorships, the payments you've received from sponsors, and events, such as cancellations and sponsor tier changes for your sponsorships. You can also view activity such as new sponsorships, changes to sponsorships, and canceled sponsorships. You can filter the list of activities by date. You can also export sponsorship data for the account you're viewing in CSV or JSON format. -## About transaction metadata +## About transaction metadata To track where your sponsorships are coming from, you can use custom URLs with metadata for your {% data variables.product.prodname_sponsors %} profile or checkout page. The metadata will be included in your transaction export in the metadata column. For more information about exporting transaction data, see "[Exporting your sponsorship data](#exporting-your-sponsorship-data)." @@ -51,15 +51,15 @@ For example, you can use `https://github.com/sponsors/{account}?metadata_campaig ## Viewing recent sponsorship activity {% data reusables.sponsors.navigate-to-sponsors-dashboard %} -{% data reusables.sponsors.activity-tab %} +{% data reusables.sponsors.your-sponsors-tab %} ## Exporting your sponsorship data You can export your sponsorship transactions by month. {% data variables.product.company_short %} will send you an email with transaction data for all of your sponsors for the month you select. After the export is complete, you can export another month of data. You can export up to 10 sets of data per hour for any of your sponsored accounts. {% data reusables.sponsors.navigate-to-sponsors-dashboard %} -{% data reusables.sponsors.activity-tab %} -1. Click {% octicon "download" aria-label="The download icon" %} **Export**. +{% data reusables.sponsors.your-sponsors-tab %} +1. In the top-right, click {% octicon "download" aria-label="The download icon" %} **Export**. ![Export button](/assets/images/help/sponsors/export-all.png) 1. Choose a time frame and a format for the data you'd like to export, then click **Start export**. ![Options for data export](/assets/images/help/sponsors/export-your-sponsors.png) diff --git a/data/reusables/sponsors/activity-tab.md b/data/reusables/sponsors/activity-tab.md deleted file mode 100644 index cf8896e6c1..0000000000 --- a/data/reusables/sponsors/activity-tab.md +++ /dev/null @@ -1,2 +0,0 @@ -1. In the left sidebar, click **Activity**. - ![Activity tab](/assets/images/help/sponsors/activity-tab.png) diff --git a/data/reusables/sponsors/your-sponsors-tab.md b/data/reusables/sponsors/your-sponsors-tab.md new file mode 100644 index 0000000000..4920e9613c --- /dev/null +++ b/data/reusables/sponsors/your-sponsors-tab.md @@ -0,0 +1,2 @@ +1. In the left sidebar, click **Your sponsors**. + ![Your sponsors tab](/assets/images/help/sponsors/your-sponsors-tab.png)