Skip to content

Instantly share code, notes, and snippets.

@jjjjcccjjf
Last active March 5, 2018 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjjjcccjjf/4af9f7371ebf1281c4529c04bb023ff3 to your computer and use it in GitHub Desktop.
Save jjjjcccjjf/4af9f7371ebf1281c4529c04bb023ff3 to your computer and use it in GitHub Desktop.

So, you want to add a new estate, huh?

Add your estate here

/dashboard/application/models/Analytics_model.php

'filters' => "ga:pagePathLevel1==altaraza.ph/,ga:pagePathLevel1==arcasouth.ph/,ga:pagePathLevel1==bgc.ayalalandestates.com/,ga:pagePathLevel1==circuitmakati.com/,ga:pagePathLevel1==cloverleaf.ph/,ga:pagePathLevel1==evocity.com.ph/,ga:pagePathLevel1==makeitmakati.com/,ga:pagePathLevel1==nuvali.ph/,ga:pagePathLevel1==vermosa.ph/,ga:pagePathLevel1==vertis.ph/,ga:pagePathLevel1==www.alviera.ph/",

Don't forget to add your GA ID in this array

			$AYL_GA_ARR = [
				'nuvali.ph' => '37890585',
				'vermosa.ph' => '107526211',
				'www.alviera.ph' => '81385632',
				'cloverleaf.ph' => '114606642',
				'evocity.com.ph' => '166750821',
				'altaraza.ph' => '124517129',
				'arcasouth.ph' => '96535128',
				'vertis.ph' => '114612519',
				'circuitmakati.com' => '165543875',
				'makeitmakati.com' => '122473376',
			];

Give this account read & write access

ayalalandestates-analytics@ayalalandestates-analytics.iam.gserviceaccount.com

Make template form and custom field for estates

Event date start & Event date end datepicker fields for articles

Personalization Expiry

Altaraza - Template, CF
BGC - NO need?
Azuela -
Nuvali - Template, CF
Evo - No need??
Makeitmakati - Template, CF
Circuit makati - Template, CF
Arcasouth - Template, CF
Vertis North - Template, CF
Seagrove - No articles?

Personalization sitename, don't forget. This is found in the model

'filters' => "ga:source==pers;ga:medium==Altaraza,ga:medium==Arcasouth,ga:medium==Alviera,ga:medium==Circuit Makati.ga:medium==Cloverleaf,ga:medium==EVO City,ga:medium==Make It Makati,ga:medium==Nuvali,ga:medium==Vermosa,ga:medium==Vertis North,ga:medium==Cloverleaf",

Don't forget to enable fake cookie helper

header.php fake_cookie_helper.php Copy from other estates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment