Open Channel Campaign - How to process response in CRM?

Hello,
We are using campaign management. When I launch a campaign to the open channel, a file containing the target groups address data is exported and sent to a 3rd party who sends out the campaign (newsletter with response card).Also, for each business partner in the target group, a closed activity related to the campaign is created. The response cards are filled out by the receivers and sent back to the 3rd party company. They collect all data in an excel sheet and send it back to us. No I want to load this excel file back in to CRM in order to be able to analyze the response rates etc. I can do this using ELM (external list management). But now I wonder what's the best thing to do. Should I create new activities referring to the campaign, or what is the best way to measure the response rate?
Thanks in advance,
Jeroen

Hi Jeroen,
I believe once the third party runs campaign for you, u still want the inputs in terms of response and want to work on the inputs to get the business:
with this assumption, i would suggest following solution:
Create a marketing campaign in CRM system as a reference for all the campaign ask your 3rd party to run.
Once u receive the inputs, you first need to ensure that all the master data interms of prospect data is available in system, if not read the file and create a prospect.
Secondly, for each response create a Lead, and in the marketing tab of lead, assign the marketing campaign created in CRM.
This whole process can be automated and further it would help u to trace the response on campaign basis and can also server as much valuable analysis for future, before deciding to what service provider you would like to handover ur campaign execution responsibility.
Best Regards,
Pratik Patel
<b>Reward with Points!</b>

Similar Messages

  • Open Channel in Campaign execution

    dear experts,
    i want to used the open channel in campagin execution for sending message to the other system. basicly it will generate the xml file in the server.
    in order to do that, i made a badi implementation of CRM_MKT_EXP_CAMP_DAT and made some code in its method EXPORT_CAMPAIGN_DATA.
    beside that i also add a new communication channel in campaign execution.
    and for the form, i made a form with general usage and plain text type.
    i test the badi in campaign by selecting 'Target Group to Channel' in the menus after select the target segment.
    in the testing, i faced an error and if i trace the error using tx SLG1 there is 2 messages found, that is:
    1. <number> partners in the target group is not contacted
    2. error determining call times for open channel for target group
    is there any clue why i face this error ?
    is there any documentation for implementing the open channel in campaign ?
    please help
    many thanks in advance
    eddhie

    Hi.
    Go to SPRO: CRM > Marketing > Marketing Planning and Campaign Management > Campaign Execution > Define Communication Medium
    Here if you are on CRM 7.0 release you already have a communication medium of example: ACTV, that generates documents of type 0010.
    You must create your own communication medium, with communication method "Generate contact" and indicate which transaction type should be generated. In your case, set here your visit document type.
    Then you create a campaign for this communication method, assign a target group and execute campaign.
    After job execution if you check the last documents created on CRMD_ORDERADM_H table, you will see the generated visits.
    Regards.
    Susana Messias

  • How to process Customer Open Items? If that Customer is also an Vendor.

    Hi All,
    I need some help for  the below configuations,
    1. How to process Customer Open Items? If that Customer is also an Vendor to the Company. ( How to adjust these open amounts)
    1. How to process Vendor Open Items? If that Vendor is also an Customer to the Company. ( How to adjust these open amounts)
    Thanks
    Chandra

    Hi Chandra,
    In addition to all the above, if the Customers and Vendors are in different company codes, then, you would have to also do the following configuration.
    Execute transaction code <b>OBYA</b>, when prompted, type in 1st coy code, say A and then 2nd coy code, say B. This would take you to the "<b>Maintain FI Configuration: Automatic Posting - Clearing Accounts</b>" screen.
    In the first frame, where you have
    Posted in : A
    Cleared Against : B
    Under Receivable
    Debit Posting Key : <b>01</b>
    Account Debit : Account Number (The account can be a G/L account, a customer account or a vendor account)
    Under Payable
    Credit Posting Key : <b>31</b>
    Account Credit : Account Number (The account can be a G/L account, a customer account or a vendor account).
    In the second Frame
    Posted in : B
    Cleared Against : A
    Under Receivable
    Debit Posting Key : <b>01</b>
    Account Debit : Account Number (The account can be a G/L account, a customer account or a vendor account)
    Under Payable
    Credit Posting Key : <b>31</b>
    Account Credit : Account Number (The account can be a G/L account, a customer account or a vendor account).
    So, if you are using the Customer/Vendor approach, company A must be set up as both a Customer(Use Txn Code <b>XD01</b>) and a Vendor(USe Txn Code <b>XK01</b>) in Company B and vice versa.
    Once you have completed this set-up, you can then use transaction <b>F.13</b> and/or <b>F13E</b> to carry out your automatic clearing.
    However, if you intend to use the G/L approach, then the account numbers would be Inter-coy G/L account for each coy code as defined in the chart of accounts.
    I hope the above helps.
    Do not forget to award the points please.
    Regards,
    Jacob

  • Each time I open foxfire a popup asking how to process a download opens and inhibits use of foxfire. How do I stop the popup?

    each time I open foxfire a .LNK popup appears asking how to process a download opens and inhibits use of foxfire. How do I stop this and allow me to open and use foxfire browser. This started after I attempted to follow directions to install/associate a .LNK program/file with foxfire to control saving downloads using any browser. Note that I am a novice user. How can I stop this?

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information.
    Note: ''This will cause you to lose any Extensions, Open websites, and some Preferences.''
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!

  • I write digital port by 'DAQmx Configure Logging.vi​' and receive TDMS file with 8 boolean channels. How can I write to 1 integer channel?

    Hello!
    I want to write 1 digital port from PXI-6536 with streaming to TDMS file.
    I'm writing by 'DAQmx Configure Logging.vi' and become TDMS file with 8 boolean channels.
    How can I write to 1integer channel?
    Attachments:
    1.JPG ‏27 KB

    Hey Atrina,
    The actual data stored on disk is just the raw data (that is, a byte per sample in your case).  It's really just a matter of how that data is being represented in LabVIEW whenever you read back the TDMS file.
    I'm not sure if there is a better way to do this, but here is a way to accomplish what you're wanting:
    Read back the TDMS file as a digital waveform.  Then there's a conversion function in LabVIEW called DWDT Digital to Binary.  This function will convert that set of digital channels into the "port format" that you're wanting.  I've attached an example of what I mean.
    Note: When looking at this VI, there are a few things that the downgrade process did to the VI that I would not recommend for these TDMS files.  It added a 1.0 constant on the TDMS Open function, and it set "disable buffering" on the TDMS Open function to false; you can get rid of both of those constants.
    Message Edited by AndrewMc on 01-27-2010 11:21 AM
    Thanks,
    Andy McRorie
    NI R&D
    Attachments:
    digitalconvert.vi ‏13 KB

  • How to process pdf file in clower ETL

    Hi,
    I want process pdf document in clower ETL dataintegartor. I have created sample project and created ETL garph universal data reader, data i have imported pdf file, while openning the metta data information it's show encoding data format and invalid delimiter and while running error in the console
    Please assist me how to process pdf file with unstructured data format.
    I am getting below the error,
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node DATA_READER0 finished with status: ERROR caused by: Parsing error: Unexpected record delimiter, probably record has too few fields. in field # 1 of record # 2, value: '<Raw record data is not available, please turn on verbose mode.>'
    ERROR [WatchDog] - Node DATA_READER0 error details:
    org.jetel.exception.BadDataFormatException: Parsing error: Unexpected record delimiter, probably record has too few fields. in field # 1 of record # 2, value: '<Raw record data is not available, please turn on verbose mode.>'
         at org.jetel.data.parser.DataParser.parsingErrorFound(DataParser.java:527)
         at org.jetel.data.parser.DataParser.parseNext(DataParser.java:437)
         at org.jetel.data.parser.DataParser.getNext(DataParser.java:168)
         at org.jetel.util.MultiFileReader.getNext(MultiFileReader.java:415)
         at org.jetel.component.DataReader.execute(DataReader.java:261)
         at org.jetel.graph.Node.run(Node.java:425)
         at java.lang.Thread.run(Thread.java:619)
    please can any one help me.
    Thanks
    Rajini C
    Edited by: 954486 on Sep 19, 2012 11:19 PM

    There is a separate forum for the BI/Information Discovery application of Endeca software: Endeca Information Discovery You should post your message there.
    Thanks.
    Sean

  • I have video clips with 4 channels of audio, I can only hear audio recorded on channel one, how do I hear the other channels......?

    I have video clips with 4 channels of audio, I can only hear audio recorded on channel one, how do I hear the other channels......?

    What version of Premiere Elements and on what computer operating system?     Elements 13 on Windows 7
    What is the brand/model/settings of the camera that recorded these videos?        ony  PMW 320
    When you import them into your Premiere Elements project, what does Premiere Elements Properties for that import give for
    the audio description in the way of number of channels? If you open the Audio Meter (Window Menu/Audio Meters) and you play back
    the video in the Premiere Elements Editor, how many channels does the Audio Meter display?   
      I just drag and drop video and when playing back only channel 1 will appear
    What is your intended export for this video in terms of audio as well as video compression and formats?    MP4
    I think you can only use audio if it's recorded on channel 1 or it does not recognize it.
    Thanks for the help if possible,Kevin416 873 8374

  • My iPad Mini iOS7 is showing only Apple Logo which happened during software update. I tried to restore using iTunes but it asking me to response from iPad. But my ipad only shows apple logo. How can i response? How to solve this problem?

    My iPad Mini iOS7 is showing only Apple Logo which happened during software update. I tried to restore using iTunes but it asking me to response from iPad. But my ipad only shows apple logo. How can i response? How to solve this problem?

    FORCE IPAD INTO RECOVERY MODE
    1. Turn off iPad
    2. Turn on computer and launch iTunes (make sure you have the latest version of iTune)
    3. Plug USB cable into computer's USB port
    4. Hold Home button down and plug the other end of cable into docking port.
    DO NOT RELEASE BUTTON until you see picture of iTunes and plug
    5. Release Home button.
    ON COMPUTER
    6. iTunes has detected iPad in recovery mode. You must restore this iPad before it can be used with iTunes.
    7. Select "Restore iPad"...
    Note:
    1. Data will be lost if you do not have backup
    2. You must follow step 1 to step 4 VERY CLOSELY.
    3. Repeat the process if necessary.

  • Fire fox is not opening no matter how many times i click on it

    i am using fire fox 30.0 it is not opening not matter how many times i click, it won't show any action i request please solve my problem i have been working on my pc to become perfect and now when it is this is the only problem i am facing now i can't use the best browser in the world

    It is possible that your security software (firewall, anti-virus) blocks or restricts Firefox or the plugin-container process without informing you, possibly after detecting changes (update) to the Firefox program.
    Remove all rules for Firefox and the plugin-container from the permissions list in the firewall and let your firewall ask again for permission to get full, unrestricted, access to internet for Firefox and the plugin-container process and the updater process.
    See:
    *https://support.mozilla.org/kb/Server+not+found
    *https://support.mozilla.org/kb/Firewalls
    *https://support.mozilla.org/kb/fix-problems-connecting-websites-after-updating
    You can use one of these to start Firefox in <u>[[Safe Mode|Safe Mode]]</u>:
    *On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
    *On Mac, hold down the Options key while starting Firefox
    *Help > Restart with Add-ons Disabled
    *https://support.mozilla.org/kb/Safe+Mode
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • How to process a request ?

    Hi all,
    I am new to Oracle Financials..
    How to process a request ?
    i am trying to view a report or do posting where the application generates a request ID and says waiting for concurrent manager approval. how to process the request and get it approved. I am using vis demo. Any help will be highly appreciated. Thanx in advance.
    Prasadh

    Hai,
    You said you wanted to know how to process request.right.
    When ever Oracle application generates a request if you want to know the status of the request..
    Go to the menu bar of the form ..
    view
    |___requests
    Then a query form opens asking you which request if you know the no of the request, query it with the no..or just click on the find button ...it would show you all the requests processed by you.
    The requests have three stages
    1.Pending--standby stage
    2.Normal-stage
    3.completed stage---under this completed stage u may have
    I.completed normal
    II.Completed error
    to make a particular request processed from one stage to another put the cursor on to that particular request and press refresh data..button.or Ctr+R from the keyboard..
    Your request will get processed...do this untill u get the last stage of the request.
    Hope I have solved ur problem if any thing else is there do ask.
    Bye,
    Sushma

  • I opened a PDF attached to an email. When I reduce the PDF and try to go back to email, the PDF opens again. How do I close it?

    This whole support process doesn't make sense to me, but that's a problem for another day...
    I opened a PDF attached to an email ( from a trusted source). Now I can't close it, nor can I get back to my email account. When I try, I just get the open PDF. How do I close it?

    I looked at similar inquiries, and got my answer. Thanks!

  • How to process TR created for 122 mov ?

    Dear All,
    How to process the TR created in the background for 122 mov. through QA module ?
    I have not processed the TR created for the GR document.  When I try to process it, the open qty in the TR is the difference between (Total GR Qty - Return Qty).
    Hence the TR created for 122 mov is Open.
    Please guide me how we process such TR's.
    Hope my query is clear.
    Regards,

    Hi Prakash & Vineet,
    Thanks a lot for your reply's.
    See my scenario goes like this & hope this is a common one in case of vendor rejections.
    when we create a GR an Inspection lot & TR will be created for the whole GR Qty say (100) with Stock type as Q (Quality).
    Suppose If I do the UD for the Inspection lot where I accept 70 Qtys & Reject 30 Qtys then automatically a TR will be created for the 30 Qtys.
    Since I have already rejected 30 qtys, only 70 qtys will be open in the TR which was created at the time of GR (which is yet to be processed).
    So this TR can be converted into a TO & Stock can be placed in the Destination Storage type & Bin.
    Now coming to the rejected qty which is getting knocked off  in the interim bin itself the stock level in MM-IM & WM is balanced.
    But my concern is TR which was created against the Rejected Material Doc (122) is Still Open. So what do we do with such TR's which are open?
    In LB02 we can either delete this TR or change the Status to Processed. 
    I hope many of you might have come across this scenario. So how did you manage this? Is there any T.CODE available where we can delete or change the status of TR's as processed in a mass way ?
    Hope my query is clear now.
    Thanks & Regards,

  • My mail application says "Mail quit unexpectantly".  It won't let me open mail.  How do i fix it?

    My mail application says "Mail quit unexpectantly".  It won't let me open mail.  How do i fix it?

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Step 1
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Enter the name of the crashed application or process in the Filter text field. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, look under User Diagnostic Reports (not "Diagnostic and Usage Messages") for crash reports related to the crashed process. The report name starts with the name of the process, and ends with ".crash". Select the most recent report and post the entire contents — again, the text, not a screenshot. I know the report is long. Please post all of it anyway.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report — they're very long and rarely helpful.

  • Increase synchronous process response time

    hi all
    From my sycn BPEL process I am calling CRM sycn’ly .
    Response from CRM is coming very lately for that I am getting time out error .
    Can we achieve a scenario where my sync BPEL process will wait for a longer time .
    Its not possible to make it async delayed response also.
    Keeping it Sync only how can I increase in response time period?
    i am using SOA 10.1.3.4 version.
    thx in advance ..

    Go to the BPEL Properties in EM, then advanced BPEL properties, find the property syncMaxWaitTime And increase it to 240 may be...
    Also increase the JTA timeout in weblogic console....keep this value more than 240

  • Hi i got ur meaasge my company "Creative Cloud membership" i need to renew?? how to process??

    hi i got ur meaasge my company "Creative Cloud membership" i need to renew?? how to process??

    This is an open forum, not a direct link to Adobe support
    http://www.adobe.com/products/creativecloud/faq.html
    Cloud Getting Started https://helpx.adobe.com/creative-cloud.html
    or
    Adobe contact information - http://helpx.adobe.com/contact.html may help

Maybe you are looking for