# Facebook Ads

## Pipeline Concepts

Before setting up the pipeline, learn about pipeline concepts [here](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines)

## Pre-requisite

To fetch data from Facebook Ads, Sprinkle requires following permissions:

* `ads_management`
* `ads_read`
* `business_management`

`Check` [`Generating Facebook Access Token`](#generate-facebook-access-token)

## Step by Step Guide

### STEP-1: Configure Connection

To learn about Connection, refer [here](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines)

* Log into Sprinkle application
* Navigate to Import -> Connections Tab -> New Connection ->&#x20;
* Select Facebook Ads&#x20;
* Provide all the mandatory details
  * *Name*: Name to identify this connection
  * *Access Key*: This Extended Access Token expires after 60 days. Provide new Extended Access Token after 60 days. Check [Generate Access Token](#undefined)
  * *Advance Settings:* Refer [here](#advanced-connection-settings)&#x20;
* Test Connection&#x20;
* Create

### STEP-2: Configure Pipeline

To learn about pipeline, refer [here](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines)

* Navigate to Ingest -> Pipeline Tab -> Add ->&#x20;
* Select Facebook Ads
* Provide the name -> Create
* **Connection Tab**:&#x20;
  * From the drop-down, select the name of connection created in STEP-2
  * Update

### STEP-3: Create Dataset

**Datasets Tab**: To learn about Dataset, refer [here](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/destination-create-table-clause). Add Dataset for each report/dataset that you want to integrate, providing following details

* *Report Type* (Required)
  * *ADACCOUNTS, ADSETS, CAMPAIGNS*
    * *Fields* (Required): Data fields to fetch. Refer [Facebook Docs](https://developers.facebook.com/docs/marketing-api/reference/v11.0)
  * *AD\_INSIGHTS, ADACCOUNTS\_INSIGHTS, CAMPAIGNS\_INSIGHTS, ADSETS\_INSIGHTS*
    * *Fields* (Required): Data fields to fetch. Refer [Facebook Docs](https://developers.facebook.com/docs/marketing-api/reference/v11.0)
    * *Breakdowns* (Optional) : Select compatible values from dropdown. Read more from facebook [docs](https://developers.facebook.com/docs/marketing-api/insights/breakdowns)
    * *Start Date* (Required) : Format:YYYY-MM-DD. Data will be fetched from start date, for every run
    * *Window for Backfill* (Required) : Mention window for backfill, for backfilling metrics in every run to include updates from attribution window. Can take values 1, 7 and 28. Read more from facebook [docs](https://www.facebook.com/business/help/2198119873776795?id=768381033531365)
    * *Time Increment* (Optional) :
    * *Filtering* (Optional) : Filtering can be applied on the resulted data. To apply filter give value like:- {"field":"ad.adlabels","operator":"ANY", "value":\["Label Name"]}. For multiple filtering, give the json as comma separated. For ex:- {"field":"ad.adlabels","operator":"ANY","value":\["Label Name"]} , {"field":"ad.adlabels","operator":"ANY","value":\["Label Name"]}.You can read more about filtering from [docs](https://developers.facebook.com/docs/marketing-api/insights/#fieldexpansion)
    * *Attribution windows* (Optional) : Select from *1d\_click, 7d\_click, 28d\_click, 1d\_view, 7d\_view, 28d\_view*&#x20;
* *Ad Accounts* (Required) : If all is selected, sprinkle will ingest data from all add accounts, Select multi for ingesting data from specific add accounts.
  * *All*
  * *Multi-select*
* Flatten Level(Required) : Select One Level or Multi Level. In one level, flattening will not be applied on complex type. They will be stored as string. In multi level, flattening will be applied in complex level till they become simple type.
* *Destination Schema* (Required) : Data warehouse schema where the table will be ingested into
* *Destination Table name* (Required) : It is the table name to be created on the warehouse. If not given, sprinkle will create like ds\_\<pipelinename>\_\<tablename>
* *Destination Create Table Clause*: Provide additional clauses to warehouse-create table queries such as clustering, partitioning, and more, useful for optimizing DML statements. [Learn more](https://docs.sprinkledata.com/product/ingesting-your-data/pipelines/databases/features/destination-create-table-clause) on how to use this field.
* Create

### STEP-4: Run and schedule Ingestion

In the **Ingestion Jobs** ta&#x62;**:**

* Trigger the Job, using Run button
* To schedule, enable Auto-Run. Change the frequency if needed&#x20;

### Generate Facebook Access Token

In your Facebook developer console, click on “Tools” and “Graph API Explorer” to generate Extended Access token. In the Permissions section give **ads\_read** and **ads\_management** permissions and click on Generate Access Token.

To generate an Extended Access Token which lasts 60 Days, users have to click on the i icon present in the Access Token field. By clicking on the Open in Access Token Tool, user will be redirected to the page, which provides the user the access token.<br>

![](https://uploads-ssl.webflow.com/605c9e03d6553a5d82976ce2/60925b68214e765a8a4c222e_pdmU1X2C06dog5EO49jyCFiZam4mAChYLqM0QOIO-0E3ah0oy1ZtOLtmpnm61z6N8xmM68CAeNNXO7jiGldH0rGUgZmhXjkQxrmgBnna7l7OtNOclPLsDcsmQBKiMOjCk0d8y9WC.png)

‍

By clicking on the Extend Access Token, users just have to fill the password linked to their Facebook account and Extended Access Token will be generated, which can be used in Sprinkle to run ingestion.\
\
‍<br>

![](https://uploads-ssl.webflow.com/605c9e03d6553a5d82976ce2/60925ba9c469fcfe0f04f22e_blBNTuvuEsLnVayAiaUtRypMB-hcTYHoYh_cA-26RUmSXEer7Y33VuQpIuaYio0AV7lKEam2OcQ9BH_qWFiDyUl_KrBxuMGBPScm-V-6xuv9o8ihApTWSs9Df6EJaG3bZozl_Lo-.png)

### Advanced Connection Settings

* **API Read Timeout (In seconds) :** Maximum time of inactivity between two data packets when waiting for the server's response. The default value is 30 seconds
* **API Connection Timeout (In seconds) :** Time period within which a connection between a client and a server must be established.&#x20;
* **Retry Limit :** Number of retries allowed when an API call fails. For example if an API call fails and retry.limit is 5 then it will check 5 times for that API call and if it succeeded then it will stop checkin&#x67;**.**
* **Retry Sleep Time (In milliseconds) :** Given time, after which retry should happen in case an API call fails.
* **Incremental Batch Size (In days) :** No of days in one batch for which data is being downloaded during incremental ingestion.
* **Facebook Version :** it gives information about the version of API used.

## Dataset Fields

<details>

<summary>ADACCOUNTS</summary>

* account\_id&#x20;
* id&#x20;
* account\_status&#x20;
* age&#x20;
* agency\_client\_declaration&#x20;
* amount\_spent&#x20;
* balance&#x20;
* business\_city&#x20;
* business\_country\_code&#x20;
* business\_name
* business\_state&#x20;
* business\_street&#x20;
* business\_street2&#x20;
* business\_zip&#x20;
* currency&#x20;
* end\_advertiser&#x20;
* funding\_source&#x20;
* funding\_source\_details&#x20;
* is\_personal&#x20;
* media\_agency&#x20;
* name&#x20;
* offsite\_pixels\_tos\_accepted&#x20;
* owner&#x20;
* partner&#x20;
* spend\_cap&#x20;
* tax\_id&#x20;
* tax\_id\_status&#x20;
* timezone\_id&#x20;
* timezone\_name&#x20;
* timezone\_offset\_hours\_utc&#x20;
* tos\_accepted

</details>

<details>

<summary>ADSETS</summary>

* account\_id
* id
* name
* bid\_info
* adlabels
* status
* adset\_schedule
* bid\_strategy
* bid\_amount
* billing\_event
* budget\_remaining
* campaign
* campaign\_id
* configured\_status
* created\_time
* creative\_sequence
* daily\_budget
* effective\_status
* end\_time
* lifetime\_budget
* lifetime\_imps
* use\_new\_app\_click
* optimization\_goal
* pacing\_type
* promoted\_object
* destination\_type
* rf\_prediction\_id
* start\_time
* targeting
* updated\_time
* optimization\_sub\_event

</details>

<details>

<summary>CAMPAIGNS</summary>

* account\_id&#x20;
* id&#x20;
* name&#x20;
* adlabels&#x20;
* buying\_type&#x20;
* daily\_budget&#x20;
* status&#x20;
* topline\_id&#x20;
* source\_campaign&#x20;
* source\_campaign\_id&#x20;
* special\_ad\_categories&#x20;
* configured\_status&#x20;
* effective\_status&#x20;
* objective&#x20;
* promoted\_object&#x20;
* spend\_cap&#x20;
* start\_time&#x20;
* stop\_time&#x20;
* updated\_time&#x20;
* lifetime\_budget&#x20;
* budget\_remaining&#x20;
* pacing\_type

</details>

<details>

<summary>AD_INSIGHTS, ADACCOUNTS_INSIGHTS, CAMPAIGNS_INSIGHTS, ADSETS_INSIGHTS</summary>

* account\_currency&#x20;
* account\_id&#x20;
* account\_name&#x20;
* ad\_id&#x20;
* ad\_name&#x20;
* aset\_id&#x20;
* adset\_name&#x20;
* campaign\_id&#x20;
* campaign\_group\_name&#x20;
* adgroup\_name&#x20;
* campaign\_name&#x20;
* action\_values&#x20;
* activity\_recency&#x20;
* ad\_click\_actions&#x20;
* ad\_format\_asset&#x20;
* ad\_impression\_actions&#x20;
* cpc&#x20;
* age\_targeting&#x20;
* attribution\_setting&#x20;
* auction\_bid
* auction\_competitiveness&#x20;
* auction\_max\_competitor\_bid&#x20;
* body\_asset&#x20;
* buying\_type&#x20;
* canvas\_avg\_view\_percent&#x20;
* canavs\_avg\_view\_time&#x20;
* catalog\_segment\_actions&#x20;
* catalog\_segment\_value&#x20;
* catalog\_segment\_value\_mobile\_purchase\_roas&#x20;
* catalog\_segment\_value\_omni\_purchase\_roas&#x20;
* catalog\_segment\_value\_website\_purchase\_roas&#x20;
* comparision\_node&#x20;
* conversions&#x20;
* converted\_product\_quantity&#x20;
* converted\_product\_value&#x20;
* cpm&#x20;
* cpp
* created\_time
* updated\_time&#x20;
* ctr&#x20;
* clicks
* impressions
* actions&#x20;
* unique\_actions&#x20;
* spend&#x20;
* social\_spend&#x20;
* frequency&#x20;
* frequency\_value
* reach
* labels&#x20;
* location&#x20;
* website\_ctr&#x20;
* conversion\_rate\_ranking&#x20;
* conversion\_values&#x20;
* unique\_ctr&#x20;
* inline\_link\_clicks&#x20;
* unique\_inline\_link\_clicks&#x20;
* inline\_link\_clicks\_ctr&#x20;
* unique\_inline\_link\_clicks\_ctr
* unique\_link\_clicks\_ctr&#x20;
* country&#x20;
* date\_start&#x20;
* date\_stop&#x20;
* dda\_countby\_convs&#x20;
* dda\_results&#x20;
* cost\_per\_15\_sec\_video\_view
* cost\_per\_2\_sec\_continuous\_video\_view&#x20;
* cost\_per\_action\_type&#x20;
* cost\_per\_ad\_click&#x20;
* cost\_per\_conversion&#x20;
* cost\_per\_dda\_countby\_convs&#x20;
* cost\_per\_inline\_link\_click&#x20;
* description\_asset&#x20;
* device\_platform
* dma&#x20;
* estimated\_ad\_recall\_rate\_lower\_bound&#x20;
* cost\_per\_inline\_post\_engagement&#x20;
* cost\_per\_one\_thousand\_ad\_impression&#x20;
* cost\_per\_outbound\_click&#x20;
* cost\_per\_store\_visit\_action&#x20;
* cost\_per\_thruplay&#x20;
* cost\_per\_unique\_action\_type&#x20;
* cost\_per\_unique\_click&#x20;
* estimated\_ad\_recall\_rate\_upper\_bound&#x20;
* estimated\_ad\_recallers\_lower\_bound&#x20;
* estimated\_ad\_recallers\_upper\_bound&#x20;
* cost\_per\_unique\_conversion&#x20;
* cost\_per\_unique\_inline\_link\_click&#x20;
* cost\_per\_unique\_outbound\_click&#x20;
* full\_view\_impressions&#x20;
* full\_view\_reach&#x20;
* gender\_targeting&#x20;
* hourly\_stats\_aggregated\_by\_advertiser\_time\_zone&#x20;
* hourly\_stats\_aggregated\_by\_audience\_time\_zone&#x20;
* image\_asset&#x20;
* impression\_device&#x20;
* impression\_dummy
* inline\_post\_engagement&#x20;
* instant\_experience\_clicks\_to\_open&#x20;
* instant\_experience\_clicks\_to\_start&#x20;
* instant\_experience\_outbound\_clicks
* media\_asset&#x20;
* mobile\_app\_purchase\_roas&#x20;
* objective&#x20;
* optimization\_goal&#x20;
* outbound\_clicks&#x20;
* outbound\_clicks\_ctr&#x20;
* interactive\_component\_tap&#x20;
* place\_page\_id&#x20;
* place\_page\_name&#x20;
* platform\_position&#x20;
* product\_id&#x20;
* publisher\_platform
* purchase\_roas&#x20;
* qualifying\_question\_qualify\_answer\_rate&#x20;
* rule\_asset&#x20;
* title\_asset&#x20;
* video\_15\_sec\_watched\_actions&#x20;
* video\_30\_sec\_watched\_actions&#x20;
* video\_asset video\_avg\_time\_watched\_actions&#x20;
* video\_continuous\_2\_sec\_watched\_actions&#x20;
* video\_p100\_watched\_actions&#x20;
* video\_p25\_watched\_actions&#x20;
* video\_p50\_watched\_actions&#x20;
* video\_p75\_watched\_actions&#x20;
* video\_p95\_watched\_actions&#x20;
* video\_play\_actions&#x20;
* video\_play\_curve\_actions&#x20;
* video\_play\_retention\_0\_to\_15s\_actions&#x20;
* video\_play\_retention\_20\_to\_60s\_actions&#x20;
* video\_play\_retention\_graph\_actions&#x20;
* video\_time\_watched\_actions&#x20;
* website\_purchase\_raos&#x20;
* wish\_bid&#x20;
* link\_click&#x20;
* app\_install&#x20;
* app\_use&#x20;
* mobile\_app\_install
* search
* offsite\_conversion\_fb\_pixel\_search&#x20;
* onsite\_app\_view\_content&#x20;
* video\_view&#x20;
* comment&#x20;
* offsite\_conversion\_search&#x20;
* app\_custom\_event\_fb\_mobile\_purchase&#x20;
* app\_custom\_event\_other&#x20;
* app\_custom\_event\_fb\_mobile\_complete\_registration&#x20;
* app\_custom\_event\_fb\_mobile\_rate&#x20;
* app\_custom\_event\_fb\_mobile\_content\_view&#x20;
* app\_custom\_event\_fb\_mobile\_spent\_credits&#x20;
* post&#x20;
* post\_reaction
* app\_custom\_event\_fb\_mobile\_achievement\_unlocked&#x20;
* offsite\_conversion\_fb\_pixel\_custom&#x20;
* onsite\_web\_purchase&#x20;
* app\_custom\_event\_fb\_mobile\_add\_payment\_info&#x20;
* app\_custom\_event\_fb\_mobile\_activate\_app&#x20;
* omni\_app\_install&#x20;
* omni\_purchase&#x20;
* omni\_view\_content&#x20;
* omni\_search&#x20;
* omni\_activate\_app&#x20;
* omni\_tutorial\_completion&#x20;
* omni\_spend\_credits&#x20;
* omni\_rate&#x20;
* omni\_level\_achieved&#x20;
* like&#x20;
* credit\_spent&#x20;
* offline\_conversion\_view\_content&#x20;
* onsite\_web\_view\_content&#x20;
* unique\_link\_click&#x20;
* unique\_app\_install&#x20;
* unique\_app\_use&#x20;
* unique\_mobile\_app\_install&#x20;
* unique\_search&#x20;
* unique\_offsite\_conversions\_fb\_pixel\_search&#x20;
* unique\_onsite\_app\_view\_content&#x20;
* unique\_video\_view&#x20;
* unique\_comment
* unique\_offsite\_conversion\_search&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_purchase&#x20;
* unique\_app\_custom\_event\_other&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_complete\_registration&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_search&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_rate&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_content\_view&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_spent\_credits&#x20;
* unique\_post&#x20;
* unique\_post\_reaction&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_\_acheivement\_unlocked&#x20;
* unique\_offsite\_conversion\_fb\_pixel\_custom&#x20;
* unique\_onsite\_web\_purchase&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_add\_payment\_info&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_activate\_app&#x20;
* unique\_omni\_app\_install&#x20;
* unique\_omni\_purchase&#x20;
* unique\_omni\_view\_content&#x20;
* unique\_omni\_search&#x20;
* unique\_omni\_activate\_app&#x20;
* unique\_omni\_tutorial\_completion&#x20;
* unique\_omni\_spend\_credits&#x20;
* unique\_omni\_rate&#x20;
* unique\_omni\_level\_achieved&#x20;
* unique\_like&#x20;
* unique\_credit\_spent&#x20;
* unique\_offline\_conversion\_view\_content&#x20;
* unique\_onsite\_web\_view\_content
* account\_currency&#x20;
* account\_id&#x20;
* account\_name&#x20;
* ad\_id&#x20;
* ad\_name&#x20;
* aset\_id&#x20;
* adset\_name&#x20;
* campaign\_id&#x20;
* campaign\_group\_name&#x20;
* adgroup\_name&#x20;
* campaign\_name&#x20;
* action\_values&#x20;
* activity\_recency&#x20;
* ad\_click\_actions&#x20;
* ad\_format\_asset&#x20;
* ad\_impression\_actions&#x20;
* cpc&#x20;
* age\_targeting&#x20;
* attribution\_setting&#x20;
* auction\_bid
* auction\_competitiveness&#x20;
* auction\_max\_competitor\_bid&#x20;
* body\_asset&#x20;
* buying\_type&#x20;
* canvas\_avg\_view\_percent&#x20;
* canavs\_avg\_view\_time&#x20;
* catalog\_segment\_actions&#x20;
* catalog\_segment\_value&#x20;
* catalog\_segment\_value\_mobile\_purchase\_roas&#x20;
* catalog\_segment\_value\_omni\_purchase\_roas&#x20;
* catalog\_segment\_value\_website\_purchase\_roas&#x20;
* comparision\_node&#x20;
* conversions&#x20;
* converted\_product\_quantity&#x20;
* converted\_product\_value&#x20;
* cpm&#x20;
* cpp
* created\_time
* updated\_time&#x20;
* ctr&#x20;
* clicks
* impressions
* actions&#x20;
* unique\_actions&#x20;
* spend&#x20;
* social\_spend&#x20;
* frequency&#x20;
* frequency\_value
* reach
* labels&#x20;
* location&#x20;
* website\_ctr&#x20;
* conversion\_rate\_ranking&#x20;
* conversion\_values&#x20;
* unique\_ctr&#x20;
* inline\_link\_clicks&#x20;
* unique\_inline\_link\_clicks&#x20;
* inline\_link\_clicks\_ctr&#x20;
* unique\_inline\_link\_clicks\_ctr
* unique\_link\_clicks\_ctr&#x20;
* country&#x20;
* date\_start&#x20;
* date\_stop&#x20;
* dda\_countby\_convs&#x20;
* dda\_results&#x20;
* cost\_per\_15\_sec\_video\_view
* cost\_per\_2\_sec\_continuous\_video\_view&#x20;
* cost\_per\_action\_type&#x20;
* cost\_per\_ad\_click&#x20;
* cost\_per\_conversion&#x20;
* cost\_per\_dda\_countby\_convs&#x20;
* cost\_per\_inline\_link\_click&#x20;
* description\_asset&#x20;
* device\_platform
* dma&#x20;
* estimated\_ad\_recall\_rate\_lower\_bound&#x20;
* cost\_per\_inline\_post\_engagement&#x20;
* cost\_per\_one\_thousand\_ad\_impression&#x20;
* cost\_per\_outbound\_click&#x20;
* cost\_per\_store\_visit\_action&#x20;
* cost\_per\_thruplay&#x20;
* cost\_per\_unique\_action\_type&#x20;
* cost\_per\_unique\_click&#x20;
* estimated\_ad\_recall\_rate\_upper\_bound&#x20;
* estimated\_ad\_recallers\_lower\_bound&#x20;
* estimated\_ad\_recallers\_upper\_bound&#x20;
* cost\_per\_unique\_conversion&#x20;
* cost\_per\_unique\_inline\_link\_click&#x20;
* cost\_per\_unique\_outbound\_click&#x20;
* full\_view\_impressions&#x20;
* full\_view\_reach&#x20;
* gender\_targeting&#x20;
* hourly\_stats\_aggregated\_by\_advertiser\_time\_zone&#x20;
* hourly\_stats\_aggregated\_by\_audience\_time\_zone&#x20;
* image\_asset&#x20;
* impression\_device&#x20;
* impression\_dummy
* inline\_post\_engagement&#x20;
* instant\_experience\_clicks\_to\_open&#x20;
* instant\_experience\_clicks\_to\_start&#x20;
* instant\_experience\_outbound\_clicks
* media\_asset&#x20;
* mobile\_app\_purchase\_roas&#x20;
* objective&#x20;
* optimization\_goal&#x20;
* outbound\_clicks&#x20;
* outbound\_clicks\_ctr&#x20;
* interactive\_component\_tap&#x20;
* place\_page\_id&#x20;
* place\_page\_name&#x20;
* platform\_position&#x20;
* product\_id&#x20;
* publisher\_platform
* purchase\_roas&#x20;
* qualifying\_question\_qualify\_answer\_rate&#x20;
* rule\_asset&#x20;
* title\_asset&#x20;
* video\_15\_sec\_watched\_actions&#x20;
* video\_30\_sec\_watched\_actions&#x20;
* video\_asset video\_avg\_time\_watched\_actions&#x20;
* video\_continuous\_2\_sec\_watched\_actions&#x20;
* video\_p100\_watched\_actions&#x20;
* video\_p25\_watched\_actions&#x20;
* video\_p50\_watched\_actions&#x20;
* video\_p75\_watched\_actions&#x20;
* video\_p95\_watched\_actions&#x20;
* video\_play\_actions&#x20;
* video\_play\_curve\_actions&#x20;
* video\_play\_retention\_0\_to\_15s\_actions&#x20;
* video\_play\_retention\_20\_to\_60s\_actions&#x20;
* video\_play\_retention\_graph\_actions&#x20;
* video\_time\_watched\_actions&#x20;
* website\_purchase\_raos&#x20;
* wish\_bid&#x20;
* link\_click&#x20;
* app\_install&#x20;
* app\_use&#x20;
* mobile\_app\_install
* search
* offsite\_conversion\_fb\_pixel\_search&#x20;
* onsite\_app\_view\_content&#x20;
* video\_view&#x20;
* comment&#x20;
* offsite\_conversion\_search&#x20;
* app\_custom\_event\_fb\_mobile\_purchase&#x20;
* app\_custom\_event\_other&#x20;
* app\_custom\_event\_fb\_mobile\_complete\_registration&#x20;
* app\_custom\_event\_fb\_mobile\_rate&#x20;
* app\_custom\_event\_fb\_mobile\_content\_view&#x20;
* app\_custom\_event\_fb\_mobile\_spent\_credits&#x20;
* post&#x20;
* post\_reaction
* app\_custom\_event\_fb\_mobile\_achievement\_unlocked&#x20;
* offsite\_conversion\_fb\_pixel\_custom&#x20;
* onsite\_web\_purchase&#x20;
* app\_custom\_event\_fb\_mobile\_add\_payment\_info&#x20;
* app\_custom\_event\_fb\_mobile\_activate\_app&#x20;
* omni\_app\_install&#x20;
* omni\_purchase&#x20;
* omni\_view\_content&#x20;
* omni\_search&#x20;
* omni\_activate\_app&#x20;
* omni\_tutorial\_completion&#x20;
* omni\_spend\_credits&#x20;
* omni\_rate&#x20;
* omni\_level\_achieved&#x20;
* like&#x20;
* credit\_spent&#x20;
* offline\_conversion\_view\_content&#x20;
* onsite\_web\_view\_content&#x20;
* unique\_link\_click&#x20;
* unique\_app\_install&#x20;
* unique\_app\_use&#x20;
* unique\_mobile\_app\_install&#x20;
* unique\_search&#x20;
* unique\_offsite\_conversions\_fb\_pixel\_search&#x20;
* unique\_onsite\_app\_view\_content&#x20;
* unique\_video\_view&#x20;
* unique\_comment
* unique\_offsite\_conversion\_search&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_purchase&#x20;
* unique\_app\_custom\_event\_other&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_complete\_registration&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_search&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_rate&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_content\_view&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_spent\_credits&#x20;
* unique\_post&#x20;
* unique\_post\_reaction&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_\_acheivement\_unlocked&#x20;
* unique\_offsite\_conversion\_fb\_pixel\_custom&#x20;
* unique\_onsite\_web\_purchase&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_add\_payment\_info&#x20;
* unique\_app\_custom\_event\_fb\_mobile\_activate\_app&#x20;
* unique\_omni\_app\_install&#x20;
* unique\_omni\_purchase&#x20;
* unique\_omni\_view\_content&#x20;
* unique\_omni\_search&#x20;
* unique\_omni\_activate\_app&#x20;
* unique\_omni\_tutorial\_completion&#x20;
* unique\_omni\_spend\_credits&#x20;
* unique\_omni\_rate&#x20;
* unique\_omni\_level\_achieved&#x20;
* unique\_like&#x20;
* unique\_credit\_spent&#x20;
* unique\_offline\_conversion\_view\_content&#x20;
* unique\_onsite\_web\_view\_content

</details>
