You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
into `destination_table` inside a temporary dataset.
6
6
7
+
To get the needed `client_id`, `client_secret` and `refresh_token` from Pinterest, read their documentation [here](https://developers.pinterest.com/docs/getting-started/connect-app/) and then [there](https://developers.pinterest.com/docs/getting-started/set-up-authentication-and-authorization/).
8
+
9
+
If you need help in getting thoses, you can get help on our [Slack](https://join.slack.com/t/unytics/shared_invite/zt-1gbv491mu-cs03EJbQ1fsHdQMcFN7E1Q).
10
+
7
11
??? note "More on temporary datasets"
8
12
9
13
Each call to this function **creates a new temporary dataset** which:
@@ -18,7 +22,12 @@ arguments:
18
22
type: int64
19
23
- name: report_template_id
20
24
type: int64
21
-
- name: access_token
25
+
- name: client_id
26
+
type: string
27
+
- name: client_secret
28
+
type: string
29
+
contains_secret: true
30
+
- name: refresh_token
22
31
type: string
23
32
contains_secret: true
24
33
- name: start_date
@@ -47,6 +56,29 @@ code: | #python
47
56
48
57
assert ad_account_id, 'invalid ad_account_id: it is null or empty'
49
58
assert report_template_id, 'invalid report_template_id: it is null or empty'
0 commit comments