flaky-optician-2612
08/31/2022, 9:47 AMgreen-queen-26256
08/31/2022, 2:28 PMmany-vr-23780
08/31/2022, 4:56 PMworried-dress-9732
09/01/2022, 9:16 AMwitty-evening-72715
09/01/2022, 9:42 AMlemon-dog-49453
09/01/2022, 12:33 PMbrash-nightfall-83618
09/01/2022, 12:49 PMwitty-evening-72715
09/01/2022, 2:21 PMgray-river-82670
09/01/2022, 4:25 PMidentify
function so to add it to the event context and send to specific third parties like Iterable via cloud transformation
But when we enable device mode for GA4, this PII now also gets sent to Google Analytics as user properties, which is against their TOS
Is there a way to filter the context for specific device mode destinations?
Or, is there somewhere we should store this type of data other than in the identify
call / adding to the event context?best-magician-74205
09/01/2022, 8:28 PMmany-activity-96132
09/02/2022, 1:36 PMmammoth-hospital-32861
09/02/2022, 2:01 PMcreamy-salesmen-37091
09/02/2022, 2:34 PMrudderanalytics.group(userInfo['Account']['Id'], {
name: userInfo['Account']['Name'],
id: userInfo['Account']['Id'],
plan: userInfo['Account']['CurrentSubscription']['Plan']['Name'],
});
I have attached an image of how the event appears on PostHog, the updated mapping settings on RudderStack are being used. Thank you for any help!acoustic-shoe-30715
09/02/2022, 3:02 PM{
"content-type": "",
"response": "{\"message\":\"[GA4] Validation Server Response Handler:: Validation Error for ga4 of field path :events.params | NAME_INVALID-Event param [bool_value: \\t true] has invalid name [products[0]_requires_shipping]. Only alphanumeric characters and underscores are allowed.\",\"destinationResponse\":\"Event param [bool_value: \\t true] has invalid name [products[0]_requires_shipping]. Only alphanumeric characters and underscores are allowed.\",\"authErrorCategory\":\"\"}",
"firstAttemptedAt": "2022-09-02T14:53:44.880Z"
}
i guess this is because the products[0]_requires_shipping
keys in the params object. e.g.
"products[0]_requires_shipping": true,
"products[0]_origin_location_id": 3351097442525,
"products[0]_fulfillment_service": "manual",
i tried to use a transformer to transform these object into reall arrays, but then i realized, that the transformer already receives the reall arrays. so this has to do something with the ga4 destination only.
anyone knows whats going on here?best-magician-74205
09/02/2022, 3:06 PMbreezy-electrician-68183
09/02/2022, 4:20 PMfamous-waiter-33801
09/02/2022, 5:40 PMechoing-soccer-27544
09/03/2022, 12:20 AMmammoth-hospital-32861
09/03/2022, 1:58 PMwitty-evening-72715
09/04/2022, 11:34 AMbrave-army-17141
09/04/2022, 3:06 PMsubscription_items
although a) subscriptions
as well as subscription_items
are both checked under the Resources
tab and b) definitely every subscription has at least 1 subscription_item in our stripe database (I think Stripe’s API actually requires at least 1 item to exist when creating subscriptions). When I check the Syncs
tab, I see under Status
that nothing has been synced for subscription_items
and I also don’t see the table existing in bigquery (destination).
Without the items, it’s impossible to calculate the subscription ARR/MRR, trial to paid conversion rates and many other metrics we want to get out of the data warehouse because we’re missing the link between the subscription and the products that are purchased with the subscription.
LMK if you need any other information to look into this. Thanks in advance for your help!aloof-truck-82115
09/05/2022, 7:22 AMacceptable-plastic-15808
09/05/2022, 7:30 AMancient-state-30218
09/05/2022, 7:57 AMechoing-air-15852
09/05/2022, 11:11 AMechoing-air-15852
09/05/2022, 11:11 AMechoing-air-15852
09/05/2022, 11:27 AMechoing-air-15852
09/05/2022, 11:36 AMechoing-air-15852
09/05/2022, 2:01 PMflaky-optician-2612
09/05/2022, 2:15 PM