Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
ORMMA and MRAID
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
AdGuy  
View profile  
 More options May 23 2012, 12:57 pm
From: AdGuy <saravana...@gmail.com>
Date: Wed, 23 May 2012 09:57:30 -0700 (PDT)
Local: Wed, May 23 2012 12:57 pm
Subject: ORMMA and MRAID
Hi,
   I created a test APP which is compliant with ORMMA spec defined as
in here http://code.google.com/p/ormma/wiki/iOS_Getting_Started and I
am able to see the ORMMA sample AD "http://ormma.googlecode.com/svn/
trunk/AdSamples/CrispTestSuite/display/300x50-expand.html" works fine
with my App.

But when I try the same App for a MRAID compliant Ad served from DC
http://ad.doubleclick.net/adj/mtv.mtvi/atf_j_s/_hp;sec0=_hp;pos=atf;t...
I am not seeing it working as expected.

Ad vendor claims that this is MRAID compliant. Is there anything else
I need to do in my App to make it work for MRAID Ad. Any help in this
would be much appreciated.

Thanks
Saravanan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Carver  
View profile  
 More options May 24 2012, 9:55 am
From: Nathan Carver <nathan.car...@crispmedia.com>
Date: Thu, 24 May 2012 09:55:45 -0400
Local: Thurs, May 24 2012 9:55 am
Subject: Re: ORMMA and MRAID

Hi Saravanan,

Being MRAID compliant does not mean an SDK (or ad) is also ORMMA compliant
-- or vice versa.

The web tester at the ORMMA site has modes for you to test both MRAID and
ORMMA ads. Crisp ads created with our Engage platform are compliant with
both standards. I can send you an example if you like.

But ultimately, it sounds like you have built an application that can
display ads according to the ORMMA standard and you are requesting an ad
that only follows the MRAID standard. While these standards are very
strongly related, they differ on a couple of key technical issues.
* JavaScript namespace: ORMMA APIs uses the "ormma" namespace like
"ormma.expand()" and MRAID APIs use the "mraid" namespace like
"mraid.expand()"
* Initialization: The ORMMA reference code uses method initialization like
"ORMMAReady()" and the MRAID API defines event-based initialization like
mraid.addEventListener("ready")

These two differences are important enough that ad vendors need to support
both for one ad to run in either an MRAID or ORMMA compliant SDK. Sounds
like your ad vendor has chosen only MRAID.

You can either choose to add a facade layer to your current app to follow
the MRAID standard as well, or you can ask your vendor to modify their ad
to comply with ORMMA.

Good luck.

Thanks,
-Nathan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Saravanan Kathiresan  
View profile  
 More options May 24 2012, 11:00 am
From: Saravanan Kathiresan <saravana...@gmail.com>
Date: Thu, 24 May 2012 11:00:40 -0400
Local: Thurs, May 24 2012 11:00 am
Subject: Re: ORMMA and MRAID

Thanks Nathan. That was a awesome quick reply. I am working to develop a
prototype for Viacom to demonstrate a global iOS Ad component which should
be capable of playing both ORMMA and MRAID ads. So based on your response I
should go for the option to add a facade layer in my App to support MRAID
ads as well. I was trying to get MRAID mapping from the webtester script
files but looks like that doesn't help.

Is there any sample or worked out example or docs you have to have a mapper
to work for both ORMMA and MRAID, that would really help me to complete the
component.

Thanks again
Saravanan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Carver  
View profile  
 More options May 24 2012, 3:12 pm
From: Nathan Carver <nathan.car...@crispmedia.com>
Date: Thu, 24 May 2012 15:12:27 -0400
Local: Thurs, May 24 2012 3:12 pm
Subject: Re: ORMMA and MRAID

Saravanan,

Sounds like a great project.

Yes, I would look to a facade (or decorator or factory pattern) to help you
provide both the MRAID and ORMMA compliance for your app. The only example
I know of that is open source is the WebTester, but I think you are right,
it does not apply to your case.

Do take a look at the IAB spec for MRAID just to make sure you have that
reference as well as ORMMA. The ORMMA documentation highlights the methods
that are also in MRAID which may be able to help with your mapper.
http://code.google.com/p/ormma/wiki/ORMMA_JavaScript

Thanks,
-Nathan

On Thu, May 24, 2012 at 11:00 AM, Saravanan Kathiresan <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
AdGuy  
View profile  
 More options May 29 2012, 2:27 am
From: AdGuy <saravana...@gmail.com>
Date: Mon, 28 May 2012 23:27:41 -0700 (PDT)
Local: Tues, May 29 2012 2:27 am
Subject: Re: ORMMA and MRAID
Hi Nathan,
     If you can provide a facade or layer to help to support both
MRAID and ORMMA that would be really nice. Let me know is this
something you can help me on this.

I played around ORMMA compliant APP but no luck on making MRAID to
work on them.

Thanks
Saravanan

On May 24, 3:12 pm, Nathan Carver <nathan.car...@crispmedia.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nathan Carver  
View profile   Translate to Translated (View Original)
 More options May 29 2012, 9:16 am
From: Nathan Carver <nathan.car...@crispmedia.com>
Date: Tue, 29 May 2012 09:16:22 -0400
Local: Tues, May 29 2012 9:16 am
Subject: Re: ORMMA and MRAID

Saravanan,

Sorry, the only facade I've built is the one for the web tester. Maybe some
other folks on the forum can help?

Thanks,
-Nathan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »