diff --git a/src/core/sync-apps/sync.ts b/src/core/sync-apps/sync.ts index 6248bfc..58643f0 100644 --- a/src/core/sync-apps/sync.ts +++ b/src/core/sync-apps/sync.ts @@ -538,6 +538,9 @@ export class Sync { yield* this.syncCustomEvents(app); yield `CustomEvents actualized`; + yield* this.syncCustomEvents(app); + yield `Repeat start sync customEvents. This case is important because adMob does not create the group immediately after creating events.`; + await this.appodealApi.reportAppSynced(app, this.id, this.adMobAccount.id, adMobApp, actualAdUnits); yield `End Sync App [${app.id}] ${app.name}`; }