How to get the assetId of an advertisement: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>NXTBoy
Made it actually readable
>ArceusInator
No edit summary
Line 1: Line 1:
:'''''note:''' This page is intended for more experienced ROBLOXians.  The average ROBLOXian may not fully understand it.''
:'''''note:''' This page is intended for more experienced ROBLOXians.  The average ROBLOXian may not fully understand it.''


<!-- Don't even ask how I figured this out -->
Normally when you right-click a user-made ad and click ''Copy image URL'', you'll get a cryptic URL that you can't use in games like <code>http://t6ak.roblox.com/23a38cfb12c850d4d27affebf972e60f</code>.  BUT, when you follow these specific instructions, you can get the assetId of a user-made ad.
 
Normally when you right-click a user-made ad and click ''Copy image URL'', you'll get a cryptic URL like <code>http://t6ak.roblox.com/23a38cfb12c850d4d27affebf972e60f</code>.  BUT, when you follow these specific instructions, you can actually get the assetId of a user-made ad.


==Steps==
==Steps==

Revision as of 20:46, 1 September 2011

note: This page is intended for more experienced ROBLOXians. The average ROBLOXian may not fully understand it.

Normally when you right-click a user-made ad and click Copy image URL, you'll get a cryptic URL that you can't use in games like http://t6ak.roblox.com/23a38cfb12c850d4d27affebf972e60f. BUT, when you follow these specific instructions, you can get the assetId of a user-made ad.

Steps

  1. Create your ad and save it wherever you please. If you want to get someone else's ad, just Right Click on the ad > Save image as... > Select file path and name > Save. I saved mine as "LuaLearners Ad" in my Pictures library.
    This is the ad I'm going to use as an example.
  2. Go to The Decal creation page in a separate tab and select some random picture, but DO NOT UPLOAD IT YET.
    Get ready to upload your ad.
  3. Go to one of your places, click Advertise this Place, and select your ad.
  4. Upload your ad, quickly change the tab and upload your decal.
    REALLY quick.
  5. Now, go to your decals and click on the decal you just uploaded.
    The name should be the ad's name and the description should be "Ad Image: " followed by the ad's name.
  6. Subtract one from the id value in the URL until you get to the page of your decal.

Now you can use the id in the URL as the id of any image-displaying object in any game, but keep in mind that it doesn't work like a decal: anyone can use an ad's image.

See Also

Roblox Developers’ Journal - It’s the Economy…, scroll down to the section on User to User Advertising

How Advertising Works