Please Log in or Create an account to join the conversation.
In a query field? No, query field doesn't have access to GET data. You'd need to use a Code field and get the GET parameter from the URL then query from there.1) I can make a query to retrieve the user from the atid but maybe that it could be best to use the token set on the earlier post ?
When are you wanting to do this? During registration or just by navigating to that URL? Normally when it comes to affiliate ids you need to set it into a cookie so you can use it during various processes like during registration by accessing the cookie value.2) how can set a connection autoaction to link the visitor originated from the atid link and the user_id.
Could you tell me how to set this ? should I use a code field in a connection autoaction ? but in this case how can I get the visitor id ? or do you have a better idea to achieve this ?
I've no idea what you're asking here. AcyMailing is for newsletters not for subscribing to other users.3) Is it also possible to link an acymailing autoaction to also subscribe the visitor_new_user to frontend_USER_ID ?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Get the user from the cookie value during registration and connect them in that case. You already have the cookie being passed along so that'd probably be the easiest approach.1) arriving on cercle.business I'd like to retrieve the joomla/CB user corresponding to atid=4 ( the user corresponding to the iframe) and automatically connect the visitor which registers on the inscription page to this user. There is an atid cookie set by the component affiliate tracker but maybe that it's simpler to retrieve the user from the token encrypted to display the iframe ? if no maybe a query about this atid would allow to retrieve the user and connect the newly registered visitor ?
The AcyMailing auto action was designed to subscribe to newsletters. If those use the same API then sure it'll work otherwise you'll need to code that yourself using a Code action.3) Acymailing offers the ability for some of our users to manage their own front list which are named frontend_USER_ID and I was wondering whether it was possible to use an acymaling autoaction to subscribe the newly registered visitor subscribed in 1) to this specific list.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Yes.Ok so that would be a connection autoaction with user retrieved by code to get the cookie and no conditions ?
Yes, or [var1_user_id]. Either will work.But in this case what is the user to connect to ? should it be [var_id] ?
The "For" parameter is used to specify what user is subscribing to the supplied newsletters. Changing how that parameter works would require a rewrite and migration of existing parameters. I currently do not have time for that, but maybe something considered in the future for substitution based newsletter ids. Suggest using a code action and implementing a solution specific to your needs. Review AcyMailing API documentation or existing AcyMailing auto action code for a starting point.As for acymailing, I would have to rebuild the code except if you can change the fields in the acymailing autoaction in order to allow substitutions in the name of lists ? so that I can input frontend_[USER_ID]
Please Log in or Create an account to join the conversation.