- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
08-29-2016 11:07 AM
Hi, I'm trying to implement a standard DoubleClick tag on purchase confirmation pages, and the agency requires the following parameters: dc_lat=;dc_rdid=;tag_for_child_directed_treatment=.
When implementing the tags, those parameters do not appear anywhere. Is there a way to add them other than mapping to an empty value with a custom destination?
Has anyone had this issue before?
Thanks.
Solved! Go to Solution.
09-01-2016 02:39 AM
Depending on which DoubleClick tag you are using, you should be able to use a custom mapping to add these.
Here is a community link describing how to do this:
Adrian
09-01-2016 07:39 AM
Hi @adrian_browning, thanks for your reply. Unfortunately, that's what I tried to do, but the parameters they're asking for need to be empty.
Here's what I tried.
I created a "Set data values" extension and set a variable "empty_field" to text and left the text empty.
I then mapped empty_field to "dc_lat", "dc_rdid" and "tag_for_child_directed_treatment" in my tag.
Unfortunately, what seems to happen is that the request sent to DoubleClick does not include those parameters because they're empty.
Here's what the agency is asking for:
<iframe src="https://5949431.fls.doubleclick.net/activityi;src=XXXXX;type=XXXXX;cat=XXXXX;qty=1;cost=[Revenue];u1... Sku];u2=[Auto Delivery AMT];dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;ord=[OrderID]?" width="1" height="1" frameborder="0" style="display:none"></iframe>
and here's what I get:
Thanks for your help.
09-05-2016 07:50 AM
This will allow you to convert the currencies into a common value and then using the output of that mapped to a tag.
A little background, all templates are designed so they don't send blank values (unless the tag specification specifically says otherwise).
So unfortunately what you are asking, goes against what the tag was designed to do.
I would recommend raising a support case, and getting an engineer involved, to help with sending these values.
https://community.tealiumiq.com/t5/custom/page/page-id/support-contact-form
However, if you are comfortable editing the template for that tag, you can add the following lines:
u.data.order_id = u.data.order_id || u.data.ord || b._corder || ""; u.data.order_subtotal = u.data.cost || u.data.order_subtotal || b._csubtotal || b._ctotal || ""; /****New code****/ g.push("dc_lat="); g.push("dc_rdid="); g.push("tag_for_child_directed_treatment="); /***End new code***/
And this will apply the parameters to the request for you.
Adrian
09-07-2016 11:40 AM
Thanks @adrian_browning, is it possible that those parameters are already part of the DoubleClick template and would only be populated if they were sent a value? Or are they never present? From what I understand, they are standard parameters generated by DoubleClick when creating a tracking pixel.
Thanks.
Audrey
09-07-2016 12:59 PM
Based on my experience with setting up DoubleClick Floodlight tags, I have never set those parameters that you are asking about even though the code snippet has them in there with a blank value.
I don't believe you will have any issues. If the pixel fires w/o those parameters set, are you still experiencing zero data coming through? If you still are experiencing zero data, then I would seek opening a ticket with support.
09-07-2016 01:15 PM
@meng_lim That's great to hear. The agency that asked for the tags told me the data is coming in alright and that there are no issues. They just really wanted to make sure those parameters were there, so I guess, as you said, they are, but just not in the URL request since they're empty.
Thanks for the confirmation!
Copyright All Rights Reserved © 2008-2023