(S2S) Server 2 Server Integration

Conversion tracking can be made by S2S integration.

API Base Url for testing purposes:

https://winfluenced-pixel-rvlaoxgvjq-ey.a.run.app

Conversion tracking for e-commerce order transactions.

post
Body
hmstring | nullableOptional
rstring | nullableOptional
measurementDateTimestring · date-timeOptional
advertiserIdstring | nullableOptional

Advertiser Adpartners ID

clientDomainstring | nullableOptional

Client Web Domain

eventIdstring | nullableOptional

Event Id

transactionIdstring | nullableOptional

Click - Transaction Id

offerIdstring | nullableOptional

Offer id, (Optional)

orderNumberstring | nullableOptional

Conversion no, Order no

customerIdstring | nullableOptional

Customer Id

goalNamestring | nullableOptional

Category base, commission goal name, (Optional)

totalAmountnumber · float | nullableOptional

Order total amount, (include tax shipping and discounts) Final revenue

salesChannelstring | nullableOptional

Sales channel; web, ios and android

ipAddressstring | nullableOptional

User Ip Address

currencyCodestring | nullableOptional

Payment Currency (default TRY) 3 digit currecy code https://en.wikipedia.org/wiki/ISO_4217

conversionDatestring · date-timeOptional

Conversion Date

Responses
200

Success

No content

post
POST /api/v2-pixel/ecomm HTTP/1.1
Host: 
Content-Type: application/json
Accept: */*
Content-Length: 633

{
  "hm": "text",
  "r": "text",
  "measurementDateTime": "2025-09-12T04:34:29.088Z",
  "advertiserId": "text",
  "clientDomain": "text",
  "eventId": "text",
  "transactionId": "text",
  "offerId": "text",
  "orderNumber": "text",
  "customerId": "text",
  "goalName": "text",
  "items": [
    {
      "offerDimension": 0,
      "sku": "text",
      "productCode": "text",
      "sellerId": "text",
      "productTypeName": "text",
      "productName": "text",
      "categoryName": "text",
      "categoryId": "text",
      "brandName": "text",
      "brandId": "text",
      "categoryList": [
        "text"
      ],
      "unitSalePrice": 1,
      "quantity": 1,
      "lineAmount": 1
    }
  ],
  "totalAmount": 1,
  "salesChannel": "text",
  "ipAddress": "text",
  "currencyCode": "text",
  "conversionDate": "2025-09-12T04:34:29.088Z"
}
200

Success

No content

Last updated