Skip to content

Flutter v2 fix analytics #7618

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/fragments/lib-v1/analytics/flutter/identifyuser.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ Future<void> addAnalyticsWithLocation({
);
}
```

Sending user information allows you to associate a user to their user profile and activities or actions in your app. The user's actions and attributes can also tracked across devices and platforms by using the same `userId`.

Some scenarios for identifying a user and their associated app activities are:
* When a user completes app sign up
* When a user completes sign in process
* When a user launches your app
* When a user modifies or updates their user profile

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- An iOS configuration targeting at least iOS 13.0
- An Android configuration targeting at least Android API level 24 (Android 7.0) or above
- For a full example of please follow the [project setup walkthrough](/gen1/[platform]/start/project-setup/create-application/)
- For a full example of please follow the [project setup walkthrough](/gen1/[platform]/prev/start/project-setup/create-application/)
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,6 @@ export const meta = {
'react',
'vue',
'flutter'
],
canonicalObjects: [
{
platforms: [
'angular',
'nextjs',
'javascript',
'vue',
'react',
'flutter'
],
canonicalPath: '/javascript/prev/build-a-backend/storage/copy/'
}
]
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,6 @@ export const meta = {
'react',
'vue',
'flutter'
],
canonicalObjects: [
{
platforms: [
'vue',
'nextjs',
'javascript',
'react',
'angular',
'flutter'
],
canonicalPath: '/javascript/prev/build-a-backend/storage/get-properties/'
}
]
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,6 @@ export const meta = {
'react',
'vue',
'flutter'
],
canonicalObjects: [
{
platforms: [
'angular',
'vue',
'react',
'nextjs',
'javascript',
'react-native',
'flutter'
],
canonicalPath: '/javascript/prev/build-a-backend/storage/transfer-acceleration/'
}
]
};

Expand Down
Loading