Posts

Showing posts with the label internet

New Admob for Android: Switching from Admob SDK to Google Play Services API

Image
Google announced on the 11th of February 2014 that they were deprecating the standalone Admob Android SDK. They will stop accepting apps using the old SDK on the 1st of August 2014. Ads will keep serving, but eventually you will have to switch over. Also, legacy AdMob will be shutting down on 31st of August 2014, you have to upgrade to new AdMob following this guide . I updated and found out that there are some points that you should notice. Know your new AdMob Ad Unit ID Apps you previously monetized in legacy AdMob used legacy Publisher IDs (which represented a string of 15 hexadecimal characters starting with the letter “a”, such as a143534390190de ) to identify the ad units and legacy Mediation IDs (which represented a string of 16 character hexadecimal characters such as e124250129089251 ) for mediation. New AdMob uses ad unit IDs to identify unique ad units in your apps, serve ads to those ad units, and manage AdMob Mediation if it's enabled. Ad unit ID has a ...

CC and Bcc: For those new to email.

When you write an email, the To: field is not the only place to put an addressee. There are two more fields for recipients. They are Cc: and Bcc:, and you probably have already seen them in your email program. What is the difference between Cc and Bcc? Cc stands for carbon copy which means that whose address appears after the Cc: header would receive a copy of the message. Also, the Cc header would also appear inside the header of the received message. Bcc stands for blind carbon copy which is similar to that of Cc except that the Email address of the recipients specified in this field do not appear in the received message header and the recipients in the To or Cc fields will not know that a copy sent to these address. To specify the recipients, an e-mail message can contain addresses in any of the 3 following fields: To: field recipients are the audience of the message CC: field recipients are others whom the author wishes to publicly inform of the message BCC: field ...