View source: R/ac_get_custom_deal_fields_values.R
| ac_get_custom_deal_fields_values | R Documentation |
Retrieve List of Deal Custom Field Values
ac_get_custom_deal_fields_values(deal_id = NULL)
deal_id |
Filter results by a specific deal |
tibble with deal custom fields values
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
deal_field_values <- ac_get_custom_deal_fields_values()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.