12121212

12
INTERNAL: Google Confidential and Proprietary Dynamic Remarketing X Flight Vertical

Upload: etietop-abraham

Post on 22-Jul-2015

69 views

Category:

Internet


3 download

TRANSCRIPT

INTERNAL: Google Confidential and Proprietary

Dynamic Remarketing X

Flight Vertical

TAG IMPLEMENTATION

<!-- Google Code for Remarketing Tag --><!--------------------------------------------------Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup---------------------------------------------------><script type="text/javascript">var google_tag_params = {flight_destid: 'REPLACE_WITH_VALUE',light_originid: 'REPLACE_WITH_VALUE',flight_startdate: 'REPLACE_WITH_VALUE',flight_enddate: 'REPLACE_WITH_VALUE',flight_pagetype: 'REPLACE_WITH_VALUE',flight_totalvalue: 'REPLACE_WITH_VALUE'};</script><script type="text/javascript">/* <![CDATA[ */var google_conversion_id = 9xxxxxxx4;var google_custom_params = window.google_tag_params;var google_remarketing_only = true;/* ]]> */</script><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script><noscript><div style="display:inline;"><img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/999946614/?value=0&amp;guid=ON&amp;script=0"/></div></noscript>

} Custom parameters specific to the use case selected.

SUMMARY: Custom Parameters

Custom parameter Sample values Definition

flight_destid* PAR ID allows the dynamic ad to show people the exact flight they viewed.

flight_originid LON ID allows the dynamic ad to show people the exact flight they viewed.

flight_pagetype** home,

searchresults,

offerdetail, cart,

purchase

Page type indicates which pages people visited. Must be all of the following to use automatically

created lists:

● One of the values listed in the middle column.● In English, even if your site is in a different language.● Present on each page.

flight_startdate 2014-08-01 Start date of the flight. Must have YYYY-MM-DD format.

flight_enddate 2014-08-08 End date of the flight. Must have YYYY-MM-DD format.

flight_totalvalue** 100.00 Total value is the value of the flight.

*Required; **Recommended

<!-- Google Code for Remarketing Tag --><!--------------------------------------------------Remarketing tags may not be associated with personally identifiable information or placed on pages related to sensitive categories. See more information and instructions on how to setup the tag on: http://google.com/ads/remarketingsetup---------------------------------------------------><script type="text/javascript">var google_tag_params = {flight_destid: 'REPLACE_WITH_VALUE',light_originid: 'REPLACE_WITH_VALUE',flight_startdate: 'REPLACE_WITH_VALUE',flight_enddate: 'REPLACE_WITH_VALUE',flight_pagetype: 'REPLACE_WITH_VALUE',flight_totalvalue: 'REPLACE_WITH_VALUE'};</script><script type="text/javascript">/* <![CDATA[ */var google_conversion_id = 9xxxxxxx4;var google_custom_params = window.google_tag_params;var google_remarketing_only = true;/* ]]> */</script><script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"></script><noscript><div style="display:inline;"><img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/999946614/?value=0&amp;guid=ON&amp;script=0"/></div></noscript>

CUSTOM PARAMETERS - FLIGHT

<script type="text/javascript">var google_tag_params = {

flight_destid: 'LGA',flight_originid: 'LHR',flight_startdate: '2014-04-20',flight_enddate: '2014-04-21',flight_pagetype: 'cart',flight_totalvalue: 679.34

};</script>

}

FLIGHT CUSTOM PARAMETERS: home page

<script type="text/javascript">var google_tag_params = {

flight_destid: " ",flight_pagetype: "home",flight_totalvalue: " "

};</script>

FLIGHT CUSTOM PARAMETERS: search result page

<script type="text/javascript">var google_tag_params = {

flight_destid: 'LGA',flight_originid: 'LHR',flight_startdate: '2014-04-20',flight_enddate: '2014-04-21',flight_pagetype: 'searchresults',flight_totalvalue: 679.34

};</script>

}

OPTIONAL

FLIGHT CUSTOM PARAMETERS: Offer Detail Page

<script type="text/javascript">var google_tag_params = {

flight_destid: 'LGA',flight_originid: 'LHR',flight_startdate: '2014-04-20',flight_enddate: '2014-04-21',flight_pagetype: ‘offerdetail’,flight_totalvalue: 679.34

};</script>

}

OPTIONAL

FLIGHT CUSTOM PARAMETERS: Page Before Confirmation

<script type="text/javascript">var google_tag_params = {

flight_destid: 'LGA',flight_originid: 'LHR',flight_startdate: '2014-04-20',flight_enddate: '2014-04-21',flight_pagetype: ‘cart’,flight_totalvalue: 679.34

};</script>

}

OPTIONAL

FLIGHT CUSTOM PARAMETERS: Purchase Page or Confirmation Page

<script type="text/javascript">var google_tag_params = {

flight_destid: 'LGA',flight_originid: 'LHR',flight_startdate: '2014-04-20',flight_enddate: '2014-04-21',flight_pagetype: ‘purchase’,flight_totalvalue: 679.34

};</script>

}

OPTIONAL

FLIGHT CUSTOM PARAMETERS: Other pages

<script type="text/javascript">var google_tag_params = {

flight_destid: " ",flight_pagetype: "others",flight_totalvalue: " "

};</script>

VERIFICATION

Verify using the tag assistant. Post 48 hours after implementation (depending on website traffic) you will notice that your remarketing list (flight audience) will begin to size up within adwords.