ravi_thinakkal
04/18/2023, 9:09 PMravi_thinakkal
04/18/2023, 9:12 PMMarketing Developer Platform
as an option in the LinkedIn developers portal. There is a Advertising API
option — has anyone successfully gotten approval for this and used the permissions with this tap?taylor
05/01/2023, 3:02 PMgary_elliott
05/24/2023, 11:46 AMravi_thinakkal
05/24/2023, 1:26 PMravi_thinakkal
05/24/2023, 1:27 PMgary_elliott
05/24/2023, 1:40 PMtaylor
05/24/2023, 2:21 PMalexa_steiner
05/24/2023, 3:11 PMgary_elliott
05/24/2023, 4:37 PMgary_elliott
05/24/2023, 4:37 PMgary_elliott
05/24/2023, 4:38 PMgary_elliott
05/24/2023, 4:38 PMedward_ryan
05/24/2023, 8:39 PMpat_nadolny
05/24/2023, 9:52 PMneil_gorman
05/24/2023, 9:55 PMravi_thinakkal
05/24/2023, 9:57 PMgary_elliott
05/25/2023, 7:06 AMgary_elliott
05/25/2023, 7:07 AMedward_ryan
05/25/2023, 12:07 PMneil_gorman
05/25/2023, 10:31 PMaccount
or any Meltano settingsneil_gorman
05/25/2023, 10:32 PMgary_elliott
05/26/2023, 6:51 AMedward_ryan
05/26/2023, 4:24 PMaccounts
config. Your app settings / access token ultimately drive the account_id
values you see in SQL.
accounts
in the tap is used for the "AccountUsers" and "VideoAds" endpoints
If you create an access token tied only to one ad account does that change the SQL output?
We are also happy to meet with you in a working session to review
@lucas_thorne @ethan_stein for visibility (let's make this clearer in docs)pat_nadolny
05/26/2023, 5:40 PMaccount_filter
attribute on their stream which then gets used in some conditional logic to add some parameters to the request in https://github.com/singer-io/tap-linkedin-ads/blob/3e07935eedf2ca9a600018ac780470ec294410a2/tap_linkedin_ads/sync.py#LL113C29-L113C50. The odd thing is that those parameters dont seem to be documented in https://learn.microsoft.com/en-us/linkedin/marketing/integrations/ads/account-structur[…]e/create-and-manage-campaigns?view=li-lms-2023-05&tabs=http. If someone has a chance can they test it the search.account.values[]
parameter works? If so its probably an easy add.gary_elliott
05/30/2023, 7:42 AMedward_ryan
05/30/2023, 2:37 PMgary_elliott
06/06/2023, 8:36 AMlucas_thorne
06/06/2023, 8:20 PMlucas_thorne
07/07/2023, 2:10 PMgary_elliott
07/09/2023, 10:31 AMlucas_thorne
07/13/2023, 1:40 PMlucas_thorne
07/13/2023, 9:56 PMalexa_steiner
08/23/2023, 2:22 PMad_analytics_by_campaign
stream. The issue that I'm running into is that the tap is using the campaign_id
and daterange
as the key properties for the table, but daterange
is always null so only one row gets inserted into the table for each campaign_id
. I've tried setting different table-key-properties
in the metadata for that stream, but that wasn't successful. Is there anything else that I can try here? Thanks!edward_ryan
08/23/2023, 2:48 PMalexa_steiner
08/23/2023, 6:22 PMprimary_keys = ["campaign_id", "day"]
and was able to load in a row for each day for each campaign id.pat_nadolny
08/24/2023, 1:53 PMalexa_steiner
08/28/2023, 8:02 PM