User asset ID in bulkmails


(Chris Horikx) #1

Hi Guys,

 

I'm working on a bulkmail just now, and I've worked out a way to have an one-click unsubscribe link with a link manager asset for user assets without having to log in.

 

The querystring contains http://path/to/link/manager?user=xxxxxx where xxxxxx = the assetid of the current recipient.

 

In the parse file, I have set up something like: http://path/to/link/manager?user=%globals_user_asset_id% but the returned asset id is the same in each email sent because the job is set to 'generate as set user'.

 

I could set the bulkmail job to 'generate as recipient' but there are over 1500 recipients for this bulkmail job and it could take days to send, where 'generate as set user' takes minutes. 

 

Is there a way I can insert the asset id of the current recipient without setting the bulkmail job to 'generate as recipient'?

 

Aside: Even though the bulkmail job is set up to send to a 'set user', which is a user that has been selected in the bulkmail job asset, the user asset id in the email always comes through as #12 (root user). Why is that?

 

Chris


(Nic Hubbard) #2

Is there a way I can insert the asset id of the current recipient without setting the bulkmail job to 'generate as recipient'?

 

I don't see how this would be possible since the "generate as recipient" option does what you are needing and would provide the asset ID for the user. 

 

Have you tested it to see how long it takes to send to maybe 50 recipients?


(Chris Horikx) #3

Thanks for that Nic,

 

Yeah I thought that to be the case but just grasped for that glimmer of hope that there was something there. Considering that it is already accessed during the send, I thought it would be a no brainer to have the details available in a keyword.

 

I have been told that the system does take a long time to send when 'generate as recipient' is selected.