Using URL Parameters¶
Talkable allows overriding some of the parameters right through URL query string:
email - Advocate email address
first_name - Advocate first name
last_name - Advocate last name
traffic_source - Traffic Source value
campaign_tags - overrides campaign tag to be loaded
Below is an example of Advocate authorization through URL. Given the URL of the page where Talkable campaign is integrated: http://example.com/share:
http://example.com/share?email=advocate%40example.com
Location parameters have higher priority than explicit parameters passed in the integration.
Note
Don’t forget to escape URL parameters with URI parameter encoder.