Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can pass both User fields and 06.02. System Fields on the url.

Example

Code Block
https://google.com.au/registration?Campaign=${njCampaignName}&lead=${njLead}&phone=${person1_phone}

The above example calls a fictious google service which registers a persons phone numer. In addition to the phone no. the campaign name and unique lead id are also passed to the google service.

...