Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docs based on new LDU usage recommendations #4170

Open
eastandwestwind opened this issue Sep 27, 2023 · 0 comments
Open

Update Docs based on new LDU usage recommendations #4170

eastandwestwind opened this issue Sep 27, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@eastandwestwind
Copy link
Contributor

eastandwestwind commented Sep 27, 2023

Docs Update Description

Our docs leave out some detail where there could be a risk with LDU usage:

  1. If customers initialize the Meta pixel in multiple locations, they need to include our code in all of those. For example:
{{Fides.DataSalesAndSharing}} ? fbq('dataProcessingOptions', []) : fbq('dataProcessingOptions', ['LDU'], 0, 0);
fbq('init', '{pixel_id}');
  1. Customers have 2 options:

Option 1: Set the location to California to “force” LDU to be enabled, e.g. fbq('dataProcessingOptions', ['LDU'], 1, 1000);. This works well for our current customers, as it's configured to be set only if the associated ethyca/fides data use is false.

Option 2: Set the location to 0 to allow Meta to decide the LDU, e.g. fbq('dataProcessingOptions', ['LDU'], 0, 0);. In this case, Meta will use it's own geolocation. But keep in mind it only applies to 3 states, so if the customer wishes to use other states for the LDU flag, then they’ll need to force LDU with option 1.

We should update the following docs pages according to the above recommendation, in addition to linking to Meta's docs- https://developers.facebook.com/docs/marketing-apis/data-processing-options:

Additional context

Add any other context about the problem here.

@eastandwestwind eastandwestwind added the documentation Improvements or additions to documentation label Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant