New Source: Twitter Ads #35262
Replies: 25 comments
-
@dubravcik Yup, this is definitely a great one to have. Would you be able to point us to which endpoints in the API you'd like to support off the bat? https://developer.twitter.com/en/docs/twitter-ads-api/api-reference-index There's quite a few endpoints so it's easy to get lost 😅 |
Beta Was this translation helpful? Give feedback.
-
Integration VettingWebhook-based? (no/partially/yes) Available authentication modes (API key/Oauth/other) CONSUMER_KEY = 'your consumer key'
CONSUMER_SECRET = 'your consumer secret'
ACCESS_TOKEN = 'access token'
ACCESS_TOKEN_SECRET = 'access token secret'
ACCOUNT_ID = 'account id' By default, each Twitter developer application contains a static access token that can be used to make Ads API requests for the account that owns the application. These credentials are ideal for single-account use cases without requiring a 3-legged or PIN-based OAuth flow. If you aren't accessing another Twitter Ads Account, use these single-user credentials Creating an account
Has Sandbox environment ? How to populate the account with data? Available streams for sync Integration supports incremental sync? Other information/blockers To perform actions on behalf of another user, you'll need to obtain their access tokens via 3-legged OAuth flow. Twitter ads account (not sandbox) require payment: https://business.twitter.com/en/help/account-setup/ads-account-creation.html
|
Beta Was this translation helpful? Give feedback.
-
Hi,
Thanks for that.I will add if smith is relevant
Ср, 2 июня 2021 г. в 15:06, Yaroslav Dudar ***@***.***>:
… Integration Vetting
*Webhook-based? (no/partially/yes)*
No
*Available authentication modes (API key/Oauth/other)*
API keys - for own Twitter Ads Account (single account use case)
OAuth - to use another Twitter Ads Account
CONSUMER_KEY = 'your consumer key'CONSUMER_SECRET = 'your consumer secret'ACCESS_TOKEN = 'access token'ACCESS_TOKEN_SECRET = 'access token secret'ACCOUNT_ID = 'account id'
By default, each Twitter developer application contains a static access
token that can be used to make Ads API requests for the account that owns
the application. These credentials are ideal for single-account use cases
without requiring a 3-legged or PIN-based OAuth flow. If you aren't
accessing another Twitter Ads Account, use these single-user credentials
*Creating an account*
Require these steps:
- Twitter Developer account (require approval)
https://developer.twitter.com/en/apply-for-access
- Apply for access to the Ads API (require approval)
https://developer.twitter.com/en/docs/twitter-ads-api/apply
*Has Sandbox environment ?*
Yes. https://developer.twitter.com/en/docs/twitter-ads-api/ads-api-sandbox
*How to populate the account with data?*
It can be done through the UI, API, Sandbox API.
*Available streams for sync*
https://developer.twitter.com/en/docs/twitter-ads-api/api-reference-index
*Integration supports incremental sync?*
Yes, API has pagination support , so it's possible to save cursor id for
future use
https://developer.twitter.com/en/docs/twitter-ads-api/pagination
https://developer.twitter.com/en/docs/pagination
*Other information/blockers*
Require approval from Twitter to create account.
To perform actions on behalf of another user, you'll need to obtain their
access tokens via 3-legged OAuth flow.
https://developer.twitter.com/en/docs/authentication/oauth-1-0a/obtaining-user-access-tokens
Twitter ads account (not sandbox) require payment:
https://business.twitter.com/en/help/account-setup/ads-account-creation.html
Billing -
https://business.twitter.com/en/help/account-setup/billing-basics/credit-limits.html
API call limits -
https://developer.twitter.com/en/docs/twitter-ads-api/rate-limiting
Python SDK - https://github.com/twitterdev/twitter-python-ads-sdk
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#3107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUELOFBLF25QCHMJ5TCOUT3TQYNEHANCNFSM43WSE62A>
.
|
Beta Was this translation helpful? Give feedback.
-
@cheyura putting this back into Vetting In progress - can we do the same thing we did with Google Ads for this one? Starting a campaign with ~$20/mo if possible. You'll need to request access. Please use the lastpass login credentials for "Twitter - @DaxtarityHQ" to sign into twitter and set everything up. |
Beta Was this translation helpful? Give feedback.
-
@cheyura what is the blocker? |
Beta Was this translation helpful? Give feedback.
-
No blocker for now.Sorry forgot to move
пн, 7 черв. 2021, 21:58 користувач Sherif A. Nada ***@***.***>
пише:
… @cheyura <https://github.com/cheyura> what is the blocker?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3107 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUELOFBWSVAGUVOC3MJSAPTTRUJGHANCNFSM43WSE62A>
.
|
Beta Was this translation helpful? Give feedback.
-
Core streams (subset of stitch data): Report Streams (subset of Fivetran’s reports):
References |
Beta Was this translation helpful? Give feedback.
-
As @yaroslav-dudar said in the vetting comment: Creating an account requires these steps:
The first is done. The second is still on Twitter review from 13th of July. |
Beta Was this translation helpful? Give feedback.
-
@sherifnada Twitter Ads API is now enabled. Please note the following:
|
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
Looks like this one is done, any idea when it'll be merged? Is there an easy way to use these ahead of GA, happy to help test. |
Beta Was this translation helpful? Give feedback.
-
Hello, Was wanting to know what the timeline was on this? Also happy to help with testing etc. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm also interested in knowing what the state is here? Is there something blocking the merge? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, this connector is not currently on our roadmap as we're focused on reliability and performance of the existing set of connectors. We're happy to help support a contribution if anyone wants to make a PR! Will keep you all updated about roadmap status as time goes on. |
Beta Was this translation helpful? Give feedback.
-
FYI that we should instead use API v11 or above instead of v10 when we tackle this one. https://twittercommunity.com/t/ads-api-version-11/168814?utm_campaign=ADS_PU_GBL_EN_V10_InitialNotice_Sunset+Notification_220721&utm_medium=email&utm_source=Eloqua&ref= |
Beta Was this translation helpful? Give feedback.
-
DOCS Sandbox Account Creds OAuth 1.0 and Bearer Token: Vetting MLP |
Beta Was this translation helpful? Give feedback.
-
For this one, pasting @girarda's initial assessment of the connector: "seems simple except for the asynchronous analytics endpoints, which we can't write in YAML this quarter". I think that we can proceed with this one. |
Beta Was this translation helpful? Give feedback.
-
Hi @YowanR It was requested to implement this connector using YAML low-code but is not possible for now because of asynchronous API for analytics. |
Beta Was this translation helpful? Give feedback.
-
I wasn't aware of these additional restrictions -- thanks for looking into it! I wonder if @girarda or @sherifnada have thoughts on the restrictions such as the date range (way smaller than Python). These could be blockers for adoption, IMO. |
Beta Was this translation helpful? Give feedback.
-
I agree with roman's suggestion. This connector is not a good fit for lowcode |
Beta Was this translation helpful? Give feedback.
-
@sherifnada @YowanR |
Beta Was this translation helpful? Give feedback.
-
I don't think we should close this. We are still planning to get Twitter Ads supported at Airbyte but it might not be through the current version of the low-code framework. Please keep this GH issues open |
Beta Was this translation helpful? Give feedback.
-
Hey @lazebnyi, just wondering if there are any updates on this? I'll need to work with Twitter Ads data for a project next quarter. From reading this issue, I guess I shouldn't even bother trying the no-code implementation via Airbyte, and rather develop my own external Python connector until there is a native solution from you guys? |
Beta Was this translation helpful? Give feedback.
-
Hey guys, is there any updates on this, couldn't find a twitter ads connector in the marketplace |
Beta Was this translation helpful? Give feedback.
-
Hi all, are there any updates on this? I am looking to bring in twitter ads |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us about the new integration you’d like to have
There are few mainstream marketing platforms (Google Ads, LinkedIn, Facebook, Bing etc) and Twitter is one of them. We need to analyze performance of ads like impressions, conversions, costs etc per campaign/ad scheduled in our company account.
┆Issue is synchronized with this Asana task by Unito
Beta Was this translation helpful? Give feedback.
All reactions