Choose an Australian brand currently (within last year) engaging in advertising (TVC, radio, internet, social media – include a copy of the ad with your work). Carefully conduct a professional advertising audit on this brand. Consider the following: Consumers and target audience (past and present – have they changed?) Advertising campaigns (past and present – what worked? Why? What’s changed? Why?) Brand (age? relationship with consumers? challenges? Relevance? Category? International?) Creative (who is it talking to? Appeal? Relevant? Production values?) Media selection (past and present – tech influences? Types of media?)PR (need it? Use it? What could they do?) Theory (ensure your work is underpinned by relevant theory and/or models and well researched) Recommendations (what do they need? Improvements? Bigger budget? Resources?) It’s your task to conduct an advertising audit and deliver a professional, well referenced report. This will need to include a wide range of readings and research all supported by Harvard style referencing throughout the text and in a reference list.
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 });

