1. Select a magazine advertisement of your choice. Note the date of the ad and the magazine in which it appeared.
2. Write an evaluation of your selected advertisement ( approximately 1-2 pages double spaced) in which you answer the following questions:
a. What do you think the objectives were for this ad and who is the target market?
b. Does the ad seem to be part of a positioning strategy? If so, what seems to be the postioning approach being used?
c. What type of message format/execution style appears to be used in this ad?
d. Does the ad have good message strength? ( Discuss in relation to the categories of message strength presented in class)
e. Was this magazine a good choice of media for the ad? ( Discuss in relation to media selection criteria presented in class)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

