adjust-icon

Sociomantic

You can integrate the Adjust SDK with Sociomantic events.

Set up your environment

Install from source

You can add the Adjust Sociomantic plugin to your project manually by doing the following:

  1. Locate the plugin/Sociomantic folder inside the archive you downloaded from the release page.
  2. Drag the ADJSociomantic.h and ADJSociomantic.m files into the Adjust folder inside your project.
  3. When the Choose options for adding these files dialog appears, check the Copy items if needed checkbox and select the radio button to Create groups.

Sociomantic events

Once you have installed the Sociomantic plugin, you will have access to the Sociomantic events methods as well as the following constants. You should use these as the property names of your dictionaries.

  • NSString *const SCMCategory;
  • NSString *const SCMProductName;
  • NSString *const SCMSalePrice;
  • NSString *const SCMProductURL;
  • NSString *const SCMProductImageURL;
  • NSString *const SCMBrand;
  • NSString *const SCMDescription;
  • NSString *const SCMTimestamp;
  • NSString *const SCMValidityTimestamp;
  • NSString *const SCMQuantity;
  • NSString *const SCMScore;
  • NSString *const SCMProductID;
  • NSString *const SCMAmount;
  • NSString *const SCMCurrency;
  • NSString *const SCMActionConfirmed;
  • NSString *const SCMActionConfirmed;
  • NSString *const SCMCustomerAgeGroup;
  • NSString *const SCMCustomerEducation;
  • NSString *const SCMCustomerGender;
  • NSString *const SCMCustomerID;
  • NSString *const SCMCustomerMHash;
  • NSString *const SCMCustomerSegment;
  • NSString *const SCMCustomerTargeting;

Before sending any Sociomantic events, you should set a partner ID as shown below:

Once you have set your partner ID, you can integrate the different Sociomantic events.

Examples

Customer event

View home page

View listing

View product

Available product parameters

Cart

Available cart parameters

Unconfirmed transaction

Or with parameters:

Confirmed transactions

Or with parameters:

Available cart parameters

Lead event

Or confirmed lead: