-
Notifications
You must be signed in to change notification settings - Fork 1
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
Template review feedback #1
Comments
Hello @praveena-pappu, Thanks for the review. The 2 first errors you mentioned have been fixed, but the 3rd one appears to be a 500 error received when POSTing a call to https://tagmanager.google.com/api/accounts/xxx/containers/yyy/workspaces/3/vteditor/preview. |
Thanks for submitting a template to the gallery, there were a few issues in your template that needed to be resolved ahead of approving the template for the gallery.
|
@praveena-pappu the template has been updated few weeks ago with the encoding of the variables. Can you please tell me if it is correct now? |
@praveena-pappu the template has been updated once again, the "A service error has occurred. Please try again later." message has been fixed. Can you please check it? |
Thanks for submitting a template to the gallery, there were a few issues in your template that needed to be resolved ahead of approving the template for the gallery.
const url = 'https://'+host + '/fcgi-bin/dispatch.fcgi?a.A=co&a.si=' + account + 'a.co=' + page;
const url = 'https://'+host + '/fcgi-bin/dispatch.fcgi?a.A=co&a.si=' + account + 'a.co=' + page;
The text was updated successfully, but these errors were encountered: