Search found 8 matches

by Stephan
Thu Jun 18, 2015 2:28 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

Seems to be working now, thanks so much for helping me sort this out. Just curious, why would it have cached a result on your end? Even if it was cached, why was it wrong in the first place? Does this happen often? Can I use this Cloud service confidently knowing that detentions will be correct? Thx...
by Stephan
Wed Jun 17, 2015 1:56 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

Sure this is what I received:

Code: Select all

{
	"apiVersion":"WurflCloud 1.5.0.2",
	"mtime":1405953419,
	"id":"generic_android_ver4_4",
	"capabilities":{
		"marketing_name":"",
		"is_smartphone":true,
		"is_tablet":false,
		"ux_full_desktop":false
	},
	"errors":{}
}
by Stephan
Wed Jun 17, 2015 1:41 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

Thanks for helping me Elliot. I do see the marketing_name too after running the curl command, however it returns a blank marketing name. I thought it may be a cached response so I tried my PC at home and it also returns an empty marketing_name. This user agent should be returning Galaxy Note 4 for t...
by Stephan
Wed Jun 17, 2015 10:33 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

I've uploaded a very simple page in my file manager. Do you mind taking a look?

Perhaps I am doing something wrong.
by Stephan
Wed Jun 17, 2015 10:27 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

Yes, I clear my cookies on every test.. I even restart my website and app pool.

And I can confirm the marketing_name is definitely there, you can confirm by looking at my account.

I really need to this to work.
by Stephan
Wed Jun 17, 2015 10:14 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

Apologies, I was running further tests since I posted this. I have now reverted to the marketing_name capability and still nothing is coming through. Here is the json that is being stored in the WurflCloud_Client cookie. "Capabilities":{"marketing_name":"","is_smartphone":"True" ,"is_tablet":"False"...
by Stephan
Wed Jun 17, 2015 4:58 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: Not Able to get "marketing_name" from Demo account
Replies: 15
Views: 48482

Re: Not Able to get "marketing_name" from Demo account

I am experiencing the same problem. This is a free account for now, I want to test before signing up. See code below: var wrapper = new HttpContextWrapper(HttpContext.Current); var config = new DefaultCloudClientConfig { ApiKey = "xxxxxxxx" }; var ua = "Mozilla/5.0 (Linux; Android 4.4.4; SM-N910H Bu...