N.B. This is not an officially supported Google product
For the marketers, Brandometer is a solution to measure brand impact through inexpensive and automated deployment of brand studies not yet offered by existing Google Display products.
To check out the Java implementation, you can check this branch or this release
For developers, check out DEVELOPERS.md
This solution leverages:
- Google Cloud SDK (aka gcloud)
- Python 3.x
- pip
-
Create a Google Cloud project with billing enabled. Take note of the project id.
-
Download source code from github on your workstation.
git clone https://github.com/google/brandometer.git
- Set up project with gcloud
Run command: gcloud auth login
. It will pop up a new login page to authorize your account
- After login, set up the project config to your working PROJECT_ID
gcloud config set project $YOUR_PROJECT_ID
./deploy [project-id] [bigquery-location] [compute-region]
Use these commands to find possible values for:
bigquery-location: gcloud functions regions list
compute-region: gcloud app regions list
If the deploy fails with an error, wait 5 minutes and try again. Sometimes a new project takes a little while to set up.
- Open Brandometer project and click on "Create survey"
- Input details (check below) then submit
- In the home page, download the zip file which will have 2 HTML5 creatives “Control & Expose” for Brand lift surveys and only one creative for Brand track surveys (only survey no lift)
- Use both the creatives to run a Brand lift survey or only one of the two creatives to run a Brandtrack survey on Display only inventory through DV360.
- Create a new campaign in DCM within the Advertiser (No other channel should be part of this)
- Create Brandometer Audiences within the campaign with Control(wt:1) and Expose(wt:7) Segments (See Below) a. Navigation: Campaign -> Property -> Audience segmentation
- Create a placement within the Campaign with the naming convention containing the dimensions. NOTE: Brand-O-Meter setup will happen for 300x250 dimension.
- Upload all the survey creatives/default creatives
- Default Ad should be assigned to all placements (Use brand neutral creative[Its a creative that does not have any brand related comms/logos/names etc] for default ads
- Create a Control Survey Ad and assign it to 300x250 placement with following details a. Priority:9 b. Assign the Control survey creative c. Assign Audience Segment: Control d. Frequency: 2/3
- Create a Pre-Survey Ad and assign to all placements a. Assign priority 9 b. Assign Frequency Cap: 2/3 c. Assign the 300x250 brand creative d. Assign Audience segment: Expose
- Create an Expose Survey based on nomenclature and assign the respective Expose Survey creative. a. Assign Priority: 10 b. Assign Expose survey creative c. Assign Audience Segment: Expose d. Frequency: 2/3
- Create a Master ad for both placements that will have DCO creative assigned to it. a. Assign Priority: 15 b. Assign brand creative c. No Audience segment. d. No Fcap
- Backup images can be any jpg brand creatives for respective dimensions.
- No of placements: 1
- No of ads for 300x250: 5
- Each Brandometer placement will have : Default, pre-survey(expose audience), Expose survey, control survey, Master ads.
300x250 Dimension
Ad type | Creative type | Audience | Frequency | Priority |
---|---|---|---|---|
Defaultt Ad | Brand neutral | - | - | - |
Control Ad | Control survey | Control | >2 | 9 |
Pre-Survey Ad | Brand creative | Expose | >2 | 9 |
Expose Survey Ad | Expose survey | Expose | >2 | 10 |
Master Ad | Brand creative | - | - | 15 |
- Assign the creatives synced from CM to respective LI items.
- Each BOM cut/creative will have to be assigned in a separate LI. i.e. If you have Male & Female cuts then you will have 2 placements in CM and respective 2 Line items in DV360.
Use this template to add responses & generate lift Sample report here.
To download the responses, go to the homepage and click on the Download Responses button. The responses will be downloaded in the form of a csv.
- Can we have multiple questions? Yes
- Should we use “Brand name “ as option “A” & option B onwards competitor names? Yes.
- Can we run multiple cuts like male female separately to check the lift? Yes, please setup multiple surveys to do so. Each cut will have a separate placement with 5 ads in CM for Brand lift study & respective Line items in DV360.