Sending Unbounce Page Variant into Marketo
I am trying to send a page variant from Unbounce into a Marketo field.
The page exists in Unbounce, but includes a Marketo form. I have a field on the Marketo form to capture the value. I have tried to use all the Autofill options:
URL Parameter
Cookie Value
Referrer Parameter
None of them work. I checked the page and there are three options that contain the value
"variantId":"bf"
variant=bf
<input type="hidden" name="pageVariant" value="bf">
I want the "bf" value to populate into the Marketo form field. Is there any way to achieve this without using a query string?