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

[DOCS] dataProcessingService vs dataServiceProcessor #24

Open
3 tasks done
SvenJuergens opened this issue Sep 15, 2020 · 2 comments
Open
3 tasks done

[DOCS] dataProcessingService vs dataServiceProcessor #24

SvenJuergens opened this issue Sep 15, 2020 · 2 comments

Comments

@SvenJuergens
Copy link

SvenJuergens commented Sep 15, 2020

Bug Report

Prerequisites

  • Can you reproduce the problem on TYPO3 v9.5 LTS
  • Can you reproduce the problem on TYPO3 v10.4 LTS
  • Did you perform a cursory search to see if your bug or feature is already reported?

Description

the current versions 9.0.3 and 10.0.3
thrown an exception if you follow the documentation.

Here in all three places:
https://docs.typo3.org/p/t3g/usercentrics/9.0/en-us/Usage/Index.html

https://docs.typo3.org/p/t3g/usercentrics/10.0/en-us/Usage/Index.html

https://github.com/TYPO3GmbH/ext-usercentrics/blob/develop/README.md

there is still talk of "dataProcessingService
but it is only used in the Develop Branch.
Branch 9 and 10 and the publishing versions in TER still use "dataServiceProcessor".

[Description of the bug]

Steps to Reproduce

1 Install extension from ter and
2.use the documentation

plugin.tx_usercentrics {
    jsFiles {
        10 {
            dataProcessingService = Google Analytics
            file = https://www.google-analytics.com/analytics.js
            attributes {
                async = async
            }
        }
    }
    jsInline {
        10 {
            dataProcessingService = Google Analytics
            value (
                window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
                ga('create', 'UA-XXXXX-Y', 'auto');
                ga('send', 'pageview');
            )
        }
    }
}
  1. Website down

Expected behavior: a running website

Actual behavior: "Oops, an error occurred!"

@NeoBlack
Copy link
Member

Thank you for your report, we checked this and "only" the documentation for v9 and v10 are wrong.
We will update the documentation in the branches soon.

please use dataProcessingService for develop branch version and dataServiceProcessor for v9 and v10.
Sorry for the confusion.

@SvenJuergens
Copy link
Author

thanks a lot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants