Reference: Query string parameters

Query string parameters are parameter/value pairs that are tacked onto your property's URL (separated by a ? character) that enable your organization to test you scenario and campaign configurations. In the table below we have listed all publicly available query string parameters:

  Note: Multiple query string parameters should be separated by a & character.  https://demo.com?_sp_env=stage&_sp_geo_override=US-CA

Query string parameter Description

_sp_version

Load a different version of the Sourcepoint script than what is on the page.

Set parameter to the targeted version.

https://demo.com?_sp_version=4.25.0

_sp_env

Load a campaign from a different campaign environment

Set parameter to stage to load a campaign in the Stage environment.

https://demo.com?_sp_env=stage

_sp_idfa_status

Test different IDFA statuses for your iOS tracking message scenarios.

Set parameter to either: unknown | denied | accepted. These values map to the following choices for the IDFA Gate:

  • unknown = Unset (No response registered)
  • denied = No (Tracking not allowed)
  • accepted = Yes (Tracking allowed)

https://demo.com?_sp_idfa_status=accepted

_sp_vendor_list_additions

Test scenario condition for when there has been an addition made to your vendor list. Click here to learn more.

Set parameter to true to trigger the Vendor List Additions scenario condition.

https://demo.com?_sp_vendor_list_additions=true

_sp_legal_basis_changes

Test scenario condition for when the has been a legal basis change to your vendor list. Click here to learn more

Set parameter to true to trigger the Legal Basis Changes scenario condition.

https://demo.com?_sp_legal_basis_changes=true

_sp_targeting_params

Test customized targeting in your scenarios based on values you define and pass into the Sourcepoint platform. Click here to learn more.

Set parameter to the key:value pair you wish to test. Separate multiple key:value pairs with a comma.

https://demo.com?_sp_targeting_params=key1:val1,key2:val2

_sp_change_partition

Target a specific partition within your implementation's partition set. Click here to learn more.

Set parameter to a number between 0-999 (which correlate to the percentages set up for each parition) to target a specific partition in your implementation.

https://demo.com?_sp_change_partition=250

_sp_geo_override

Override an end-user's location when accessing a web property to test your implementation from different locations. Click here to learn more.

Set parameter to the value for country code (CC) and region code (RR) so that it adheres to the following format: CC-RR

https://demo.com?_sp_geo_override=US-CA

_sp_configuration_additions

Test scenario condition for when new categories have been added to your Preferences configuration. Click here to learn more.

Set parameter to true to trigger the Configuration Additions scenario condition.

https://demo.com?_sp_configuration_additions=true

 

 

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.