fb_ads_ga_upload: fb_ads_ga_upload

Description Usage Arguments

View source: R/fb_ads_ga_upload.R

Description

Upload your data to GA

Usage

1
2
3
4
5
6
7
fb_ads_ga_upload(
  fb_df,
  ga_property_id,
  dataset_id,
  account_id = NULL,
  dataset_name = NULL
)

Arguments

fb_df

The formatted data frame of advertisting data from Facebook, ready to upload

ga_property_id

Your web property ID from Facebook; it should be formatted something like 'UA-'

dataset_id

The custom data set ID

account_id

The overall account ID (optional)

dataset_name

The name of your dataset (optional)


neugelb/neugelbtools documentation built on July 7, 2020, 1:17 a.m.