Manish,
In your first comment to Craig you say, "but 2 conversion events fires on load of page." Isn't this what you were wanting originally in your support ticket and in this post:
https://community.tealiumiq.com/questions/61231 ?
Do you have a page where we can see what is happening? The pageView tag should fire automatically when the utag.js file is loaded.
Your second question, Firing based on jQuery Selector Value: You would use a jQuery onHandler extension to define the element you want to track. Then you would set the proper variables. In the launchpad.americangirl profile you are using: event_id, event_category, event_points, and event_type for the main conversion event variables. So you would need to define each of those variables and make sure they are mapped back to the correct CoreMetrics value.
Then when the extension is triggered by a click, mousedown or whatever event defined, those values will get assigned and the mappings will tell the template to trigger the event.
Similar to the original question, are you wanting multiple events triggered on the same trigger? So two events for one jQuery onHandler extension?