Skip to content
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

Apple Search Ads has data on Dashboard but no Keyword / Campaign attribution #691

Open
felipeclopes opened this issue Jul 20, 2021 · 1 comment

Comments

@felipeclopes
Copy link

I was able to get Apple Search Ads to be tracked on Branch.io with the latest releases, but it seems like the Campaign and Keyword attribution for custom events still not working. As you can see in the following screenshot:

Screen Shot 2021-07-20 at 9 22 47 AM

It shows Campaign unpopulated, the same thing happens for Keywords.


Tracking code

import { BranchIo } from '@ionic-native/branch-io/ngx';

@Injectable({ providedIn: 'root' })
export class TrackerService {
  constructor(private branchIo: BranchIo) {}
  
  track(eventName: TrackingEvent | string, options = {}) {
    this.branchIo.sendBranchEvent(event, options);
  };
}

Environment

Ionic:

   Ionic CLI                     : 6.16.3
   Ionic Framework               : @ionic/angular 5.6.10
   @angular-devkit/build-angular : 12.1.0
   @angular-devkit/schematics    : 12.1.0
   @angular/cli                  : 12.1.0
   @ionic/angular-toolkit        : 4.0.0

Cordova:

   Cordova CLI       : 10.0.0
   Cordova Platforms : android 9.1.0, ios 6.2.0
   Cordova Plugins   : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 5.0.0, (and 20 other plugins)
   
Branch Libs:

  @ionic-native/branch-io": "^5.34.0"
  branch-cordova-sdk": "^4.2.4"

Utility:

   cordova-res : not installed globally
   native-run  : not installed globally

System:

   ios-deploy : 1.11.4
   NodeJS     : v14.15.5
   npm        : 7.19.1
   OS         : macOS Big Sur

@felipeclopes
Copy link
Author

@echo-branch any updates on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant