import com.facebook.ads.sdk.APIContext; import com.facebook.ads.sdk.APIException; import com.facebook.ads.sdk.serverside.Content; import com.facebook.ads.sdk.serverside.CustomData; import com.facebook.ads.sdk.serverside.DeliveryCategory; import com.facebook.ads.sdk.serverside.Event; import com.facebook.ads.sdk.serverside.EventRequest; import com.facebook.ads.sdk.serverside.EventResponse; import com.facebook.ads.sdk.serverside.GenderEnum; import com.facebook.ads.sdk.serverside.UserData; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; public class ConversionsApiExample { public static final String ACCESS_TOKEN = ""; public static final String PIXEL_ID = ""; public static void main(String[] args) { APIContext context = new APIContext(ACCESS_TOKEN).enableDebug(true); context.setLogger(System.out); List events = new ArrayList<>(); UserData userData_0 = new UserData() .emails(Arrays.asList("7b17fb0bd173f625b58636fb796407c22b3d16fc78302d79f0fd30c2fc2fc068")) .phones(Arrays.asList("d36e83082288d9f2c98b3f3f87cd317a31e95527cb09972090d3456a7430ad4d")); CustomData customData_0 = new CustomData() .value(142.52f) .currency("USD"); Event event_0 = new Event() .eventName("Purchase") .eventTime(1758140017L) .userData(userData_0) .customData(customData_0) .actionSource("website"); events.add(event_0); EventRequest eventRequest = new EventRequest(PIXEL_ID, context) .data(events); try { EventResponse response = eventRequest.execute(); System.out.printf("Standard API response : %s ", response); } catch (APIException e) { e.printStackTrace(); } } }
top of page
< Back

Addiction Coaching

Overcoming addiction takes more than will power it takes support, structure, and holistic guidance. With compassion and expertise, Coach Chris provides personalized addiction coaching that helps you break free from destructive cycles and create lasting change. Each session blends proven therapeutic techniques with spiritual practices to rebuild resilience, restore self-worth, and design a healthier lifestyle. Whether you’re just starting recovery or seeking ongoing accountability, you’ll find a safe space to heal without judgment. Addiction coaching is more than support—it’s a pathway to reclaiming your freedom, balance, and the life you deserve.

bottom of page