Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Send Web Push campaigns to your members using the Data Warehouse tables.

This requires that an .XML file be placed in the ZIP file. The system looks for an XML file with the campaign details in the ZIP file, reads the XML file and automatically associates a campaign using the subscriber data.


You may repeat the campaign nodes in order to create multiple campaigns using uploaded data. 



Example XML File for WEB PUSH Campaigns
<euro.message>
	<NOTIFICATION_EMAIL/>
	<CAMPAIGN type="WEBPUSH">
		<CAMP_ID>46C38B431A5C481A9EC5C118A88F5AC3</CAMP_ID>
		<CAMP_NAME>Test Web Push Campaign</CAMP_NAME>
		<INCLUDE_ANONYMOUS_TOKENS>N</INCLUDE_ANONYMOUS_TOKENS> <!-- Only registered tokens -->
		<!--<INCLUDE_ANONYMOUS_TOKENS>Y</INCLUDE_ANONYMOUS_TOKENS>--> <!-- all tokens in account (registered+anonymous) -->
		<!-- The app name for sharing this campaign <APP_ALIAS></APP_ALIAS> -->
		<APP_ALIAS>YouAppAlias</APP_ALIAS>
		<DELIVERY_DATE>2017-02-21 11:30:49</DELIVERY_DATE>
		<EXPIRE_DATE>2017-02-21 22:50:49</EXPIRE_DATE>
		<!-- Gönderim tarih ve saati -->
		<EXPIRE_DATE/>
		<TITLE>hello world!</TITLE>
		<TEXT_MESSAGE>test web push</TEXT_MESSAGE>
		<TARGET_URL>https://www.euromsg.com</TARGET_URL>
	</CAMPAIGN>
</euro.message>



Parent Topic: 

  • No labels