Skip to content

To Whom and When to Show Growth Hack

Ram edited this page Mar 23, 2015 · 2 revisions

[Optional]Campaign User Targeting:

You can improve the visibility of your campaign by showing mini notification or popup notification on your targeted pages like "transaction success page" or any other page etc..

Use can configure the user targeting setting as shown below

Alt text

You can also control when to show a campaign to a particular user. This can be done when you are integrating the SDK in your App.

  1. Number of times that a particular user can see the campaign(default value = 4 times)
AppviralityAPI.Number_Of_Times_To_Show_Campaign = 2;
  1. Time lapse in showing the campaign when a user opts for Remind Later(default value = 24 hrs)
AppviralityAPI.TimeLaps_To_Show_Campaign_onRemindLater = 48;
  1. Show campaign until remind later count reaches some value(default value = 3 times)
AppviralityAPI.Show_campaign_until_remind_later_count = 2;
  1. By default campaign will be shown with a delay of 2 seconds. You can change the launch delay using Campaign_Launch_Delay
AppviralityAPI.Campaign_Launch_Delay = 2000;