Hi guys,

Implementing dynamic remarketing code for an accommodation rentals website 
and have a few questions. Already tried finding a solution but it seems it 
is all very built around key verticals and it is hard to understand how 
flexible dyn. remkt is.

1. Imagine I am implementing the real estate vertical for home, 
searchresults, offerdetail, purchase page.
Is it possible to in the searchresults identify several listings as such:

<script>
dataLayer.push({
'listing_id': [unique id of house1, unique id of house2, unique id of 
house3, unique id of house4],
'listing_pagetype': “searchresults”,
 'listing_totalvalue' : “”
});
</script>

The objective here is to show all these properties in the dynamic ads 
afterwords. 

2.   'listing_totalvalue' : “” -> What is the objective of using it since 
the price is already given in the feed csv? does this one overwrite the CSV 
price and thus the value in the dynamic ad? is this more destined to 
shopping carts with several items?

3. Considering the different types of implementation that you can do for 
dynamic remarketing (datalayer push vs google_tag_params vs ga set 
dimensions & analytics audiences) which one is the most robust and clearer 
for you guys to implement? 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/bffa8ece-65ff-4b75-a05d-6caa465d9591%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to