[WizRocket]: Personalization has been disabled

42 views
Skip to first unread message

suresh....@via.com

unread,
Aug 24, 2015, 6:17:19 AM8/24/15
to WizRocket support


Hi,

      I've integrated the iOS SDK in my application by following this link. Initially I would like to check with just two things...

    1.  Push profile
    2. Push event with properties


     But however, any of the above activities not being monitored inside my account.
    And after adding the debug level to 1, The log prints as "[WizRocket]: Personalization has been disabled".  I would be grateful if anybody help me out.

Thanks,
Suresh Kumar D. 
 

Jay Dalvi

unread,
Aug 24, 2015, 8:35:53 AM8/24/15
to suresh....@via.com, WizRocket support
Hi Suresh,

We're confused with your query. Could you please send us a link to the account you're referring to?

In the meanwhile you can check the following to see if you're setting up Profile and Events correctly:

Setting up Events with properties : http://support.wizrocket.com/recording-events/

Once through, you can set Debug back to 0 (default value)

Thanks,

WizRocket

--
You received this message because you are subscribed to the Google Groups "WizRocket support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wizrocket/1bcdd28b-04e4-4822-af32-c04565c06661%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Thank You,

Jay Dalvi
         

suresh....@via.com

unread,
Aug 24, 2015, 9:21:15 AM8/24/15
to WizRocket support, suresh....@via.com
Hi Jay,

            I've configured the WizRocketAccountID and WizRocketToken in my info.plist, and once the user logs in, I've saved the user info into NSUserDefaults in iOS.

And for the pushProfile the snippet has been written as

- (void)pushProfile {
   
    NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
    NSDictionary *profile = @{@"Name" : [defaults valueForKey:@"user_full_name"],
                              @"Identity" :[defaults valueForKey:USER_ID],
                              @"Email" : [defaults valueForKey:@"user_email_id"],
                              @"Phone" : @"",
                              @"Gender" : @"M",
                              @"Employed" : @"Y",
                              @"DOB" : @"",
                              @"Age" : @"",
                              @"MSG-email" : @YES,
                              @"MSG-push" : @YES,
                              @"MSG-sms" : @YES};
    [[WizRocket push] profile:profile];
   
}


Hope this helps, By the way what you're meaning by saying link to my account, please clarify.

Thanks,
Suresh Kumar D

Jay Dalvi

unread,
Aug 24, 2015, 2:34:02 PM8/24/15
to suresh....@via.com, WizRocket support

Hi Suresh,

We see that you're sending us empty values.
Please take all the empty strings out and push the profile again.

Let us know when this works.

Thanks,

Jay
To view this discussion on the web visit https://groups.google.com/d/msgid/wizrocket/fbdfbc4c-9c16-41ad-9f4e-d8443d9e0a5f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

suresh....@via.com

unread,
Aug 25, 2015, 2:08:55 AM8/25/15
to WizRocket support, suresh....@via.com
Hi Jay,

     I've removed the empty values as below,



- (void)pushProfile {
   
    NSUserDefaults *defaults = [NSUserDefaults standardUserDefaults];
    NSDictionary *profile = @{@"Name" : [defaults valueForKey:@"user_full_name"],
                              @"Identity" :[defaults valueForKey:USER_ID],
                              @"Email" : [defaults valueForKey:@"user_email_id"],
                              @"MSG-email" : @YES,
                              @"MSG-push" : @YES,
                              @"MSG-sms" : @YES};
    [[WizRocket push] profile:profile];
   
}


Still this isn't working. I doubt that the log says "Personalization has been disabled", any input on this would be really helpful.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+unsubscribe@googlegroups.com.

suresh....@via.com

unread,
Aug 26, 2015, 7:53:14 AM8/26/15
to WizRocket support, suresh....@via.com
Hi Jay,

          If the given information is not clear or not sufficient, Please tell me the way to send my account link. I'm awaiting for your solution.

Thanks,
Suresh Kumar D.

Kuldeep Dhanker

unread,
Aug 26, 2015, 8:15:39 AM8/26/15
to suresh....@via.com, WizRocket support
Suresh,

Can we have a Skype call tomorrow first half.

I am on kuldeep_d

Cheers

Kuldeep

From: suresh....@via.com
Sent: ‎26-‎08-‎2015 17:23
To: WizRocket support
Cc: suresh....@via.com
Subject: Re: [WizRocket]: Personalization has been disabled

Suresh Durairaj

unread,
Aug 27, 2015, 6:21:12 AM8/27/15
to Kuldeep Dhanker, WizRocket support
Hi Kuldeep,
                   Sorry for the delay, I've given contact request in skype in the name of Suresh Kumar Durairaj. Please find it and connect with me.

Thanks,
Suresh Kumar D.



--
Thank You,

Jay Dalvi
         

--
You received this message because you are subscribed to the Google Groups "WizRocket support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+...@googlegroups.com.

suresh....@via.com

unread,
Sep 1, 2015, 3:24:21 AM9/1/15
to WizRocket support, kul...@wizrocket.com, suresh....@via.com
Hi,

      I'm trying to contact you through Skype. But didn't get any response from you. Please take this as a serious issue, and help me out of this.

Thanks,
Suresh Kumar D.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+unsubscribe@googlegroups.com.


--
Thank You,

Jay Dalvi
         

--
You received this message because you are subscribed to the Google Groups "WizRocket support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wizrocket+unsubscribe@googlegroups.com.

jay

unread,
Sep 11, 2015, 12:26:37 AM9/11/15
to WizRocket support, suresh....@via.com
Hi Suresh,

Trust we've resolved this over the Skype Call.

Thank you

Suresh Durairaj

unread,
Sep 11, 2015, 1:34:09 AM9/11/15
to jay, WizRocket support
Yes, Thank you very much.

CleverTap is the new WizRocket. Read about the transition here.

Reply all
Reply to author
Forward
0 new messages