{"id":25504355,"url":"https://github.com/dentsudatalab/adobe-analytics-api","last_synced_at":"2025-04-10T10:23:59.106Z","repository":{"id":37986848,"uuid":"256198787","full_name":"Dentsudatalab/Adobe-Analytics-API","owner":"Dentsudatalab","description":"Adobe Analytics API wrapper for .NET","archived":false,"fork":false,"pushed_at":"2025-03-24T01:45:27.000Z","size":250,"stargazers_count":1,"open_issues_count":5,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T09:11:36.210Z","etag":null,"topics":["adobe-analytics","adobe-analytics-api","api","api-wrapper","csharp","nuget-package","package"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Dentsudatalab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-16T11:46:34.000Z","updated_at":"2023-12-12T12:19:35.000Z","dependencies_parsed_at":"2024-11-14T16:49:23.496Z","dependency_job_id":null,"html_url":"https://github.com/Dentsudatalab/Adobe-Analytics-API","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentsudatalab%2FAdobe-Analytics-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentsudatalab%2FAdobe-Analytics-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentsudatalab%2FAdobe-Analytics-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dentsudatalab%2FAdobe-Analytics-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dentsudatalab","download_url":"https://codeload.github.com/Dentsudatalab/Adobe-Analytics-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248199087,"owners_count":21063641,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adobe-analytics","adobe-analytics-api","api","api-wrapper","csharp","nuget-package","package"],"created_at":"2025-02-19T05:35:25.417Z","updated_at":"2025-04-10T10:23:59.096Z","avatar_url":"https://github.com/Dentsudatalab.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adobe Reporting API for .NET\n\n![.NET 2.2 CD](https://github.com/dentsudatalab/Adobe-Analytics-API/workflows/.NET%202.2%20CD/badge.svg) ![.NET 2.2 CI](https://github.com/Dentsudatalab/Adobe-Analytics-API/workflows/.NET%202.2%20CI/badge.svg) ![CodeQL](https://github.com/Dentsudatalab/Adobe-Analytics-API/workflows/CodeQL/badge.svg)\n\nA .NET project written to make using the [Adobe Reporting API](https://www.adobe.io/apis/experiencecloud/analytics/docs.html) easy.\n\n## Getting Started\n\nThese instructions will guide you through installing and using the package to access the Adobe Reporting API.\n\n### Installing\n\nFirst, [install NuGet](http://docs.nuget.org/docs/start-here/installing-nuget). Then, install the NuGet package [Adobe Reporting API](https://www.nuget.org/packages/DentsuDataLab.Adobe/) into your application:\n\n```\nPM\u003e Install-Package DentsuDataLab.Adobe\n```\n\n### Using the services\n\nThe easiest way to get started using the API wrapper is by using the `IServiceCollection` extension that the project includes. All the required dependencies can be configured with the following:\n\n```csharp\npublic void ConfigureServices(IServiceCollection services)\n{\n    services.AddAdobeServices();\n}\n```\n\nAlternatively you can manually create a service like this:\n\n```csharp\nvar httpClient = new HttpClient();\nvar clientStore = new AdobeClientStore(); // Keep this, as it stores tokens, so you won't have to authorize for every call\nvar authService = new AdobeAuthorizationService(clientStore);\nvar reportService = new ReportService(httpClient, authService);\n```\n\n### Services available\n\nThe following services are available:\n\n- [DimensionService](Adobe/Documentation/DimensionService.md)\n- [MetricService](Adobe/Documentation/MetricService.md)\n- [ReportService](Adobe/Documentation/ReportService.md)\n- [ReportSuiteService](Adobe/Documentation/ReportSuiteService.md)\n- [SegmentService](Adobe/Documentation/SegmentService.md)\n- [UserService](Adobe/Documentation/UserService.md)\n\n## Authors\n\n- **Frederik Baun Hansen** - Primary developer\n- **Kasper Hesthaven**\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for details.\n\n## Contributing\n\nFor details on contributing to this repository, see the [contributing guide](CONTRIBUTING.md).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentsudatalab%2Fadobe-analytics-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdentsudatalab%2Fadobe-analytics-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdentsudatalab%2Fadobe-analytics-api/lists"}