We would like to send custom fields set in the Zaraz remarketing tool interface to Google Ads and are wondering wether payload.data is the variable holding the custom fields content:
|
const params = new URLSearchParams({ ...query, ...data }).toString() |
Is this correct? Is this line the part where the custom fields get merged in the parameters?
We are expecting to see custom field data set as parameters in Google ads in the segment creation section in Audiences as follows:

For some reason we do not receive the custom field value as a custom parameter to use in creating custom segment in Google Ads. What could be the reason? Could you give an example of how the URL looks like with custom fields?
Thank you very much indeed.
We would like to send custom fields set in the Zaraz remarketing tool interface to Google Ads and are wondering wether
payload.datais the variable holding the custom fields content:google-ads/src/index.ts
Line 106 in 98a05f1
Is this correct? Is this line the part where the custom fields get merged in the parameters?
We are expecting to see custom field data set as parameters in Google ads in the segment creation section in Audiences as follows:
For some reason we do not receive the custom field value as a custom parameter to use in creating custom segment in Google Ads. What could be the reason? Could you give an example of how the URL looks like with custom fields?
Thank you very much indeed.