We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think the current way of adding RTC vendor key / values to DFP ads is not very useful for all cases.
For example Amazon require following format:
"aps": {"PUB_ID": "xxxx","PARAMS":{"amp":"1"}}
Vendor key:
Vendor values:
Or exists their a way to configure such a RTC vendor?
I also reported an other bug some weeks ago on d.o which needs review: https://www.drupal.org/project/ad_entity/issues/3037401
The text was updated successfully, but these errors were encountered:
Hi, in the current solution there is no way to configure such a RTC vendor. RTC is configured like: https://github.com/ampproject/amphtml/blob/master/extensions/amp-a4a/rtc-documentation.md#design -> Per-Slot RTC Specification at the moment. If you want, you can provide an array in array solution in a patch und we will review it.
Thanks very much for your bug repprt. https://www.drupal.org/project/ad_entity/issues/3037401 We checked it and merged the patch into the module.
Sorry, something went wrong.
No branches or pull requests
I think the current way of adding RTC vendor key / values to DFP ads is not very useful for all cases.
For example Amazon require following format:
"aps": {"PUB_ID": "xxxx","PARAMS":{"amp":"1"}}
Vendor key:
Vendor values:
Or exists their a way to configure such a RTC vendor?
I also reported an other bug some weeks ago on d.o which needs review: https://www.drupal.org/project/ad_entity/issues/3037401
The text was updated successfully, but these errors were encountered: