Adobe Target URL Parameter Table Lookup
Hey Community 🙂
We utilize a system of (really two) numeric IDs in the URL string after a user clicks on an ad that represents which exact creative (d_creative=) and which advertising channel, audience, etc (sc_dcm=) the user saw/clicked on to make it to our website.
So a final URL string could look as such for two different users:
URL: http://www.example.com/path1/path2/path3?d_creative=12345&sc_dcm=678910
URL 2: http://www.example.com/path1/path2/path3?d_creative=34567&sc_dcm=78911
These IDs all then live in flat, simple (automatically updated) data lookup tables that translate the numeric values to a human readable name.
e.g. for the two creative values:
Creative ID | Creative Name
12345 | product1_cta-example-a
34567 | product2_cta-example-a
... | .... (~ 10,000 rows)
or the two Media Placement values:
Placement ID | Placement Name
678910 | facebook_audience1
78911 | youtube_audience1
... | ... (~ 8,000 rows)
These two tables get pushed into Adobe Analytics correctly (and don't really change/receive new IDs too often - read: even when a new media initiative launches, within 24 hours, the tables are automatically updated and pushed to AA via a 3rd party solution that also seems to have integrations with AAM that we don't use today), and we frequently use 'Placement Name/Creative Name contains' to build segments to analyze/understand media audience behavior better.
BUT - we have not been able to utilize the human readable names within Adobe Target to drive real-time personalization activities.
Core question: How could we use these tables to define real-time personalization/split testing?
Example:
users with creative name contains 'product1' and Placement Name contains 'audience1' -> display product 1 image on page with copy most likely relevant to audience 1
We have historically had to revert to manually inputting 100s of individual creative IDs or placement IDs into Target (as those are present in the actual URL string), which is an extremely error prone and manual process, involving multiple teams.
Any help/suggestions are appreciated. We really would like to avoid having to change our URL structure to include more parameters, or text-based parameters.
Thank you, and happy Friday! ☀️🚀