Questions tagged [ads-api]

The Ads API allows you to create, manage and measure all of your ads via an API.

Facebook's AdAPI
Bing's AdAPI
Yahoo's AdAPI
AdWords AdAPI

32 questions
5
votes
2 answers

How to get access to twitter ads api?

after a lot of back and forth with the Twitter documentation I am now able to authenticate with OAuth 1.0 and make request behalf on the user who sign-ined and accepted my app to preform changes / retrieve data. Now, I'm trying to make requests to…
Alon Weissfeld
  • 1,295
  • 6
  • 21
  • 35
5
votes
1 answer

Android: AdWhirl cannot find AdMobAdapter

Using AdMob by itself works perfectly. Using AdMob through AdWhirl causes the following problem: 23114 dalvikvm I Failed resolving Lcom/adwhirl/adapters/AdMobAdapter; interface 144 'Lcom/admob/android/ads/AdListener;' …
znq
  • 44,613
  • 41
  • 116
  • 144
2
votes
1 answer

Getting facebook ads api error in .net

I'm using Facebook ads api for .net and when I catch an error, the message is always the same general error: (FacebookApiException - #100) Invalid parameter It happens since I moved to the versioned calls (v2.2) - before that I used the…
Tal Yaari
  • 463
  • 6
  • 15
2
votes
1 answer

AdMob SDK for iPad?

Trying to get my Universal app released and I rely on AdMob ads for revenue in this particular app. I'm having an issue getting AdMob support working, though I keep finding references to people actually running AdMob on their iPad…
pix0r
  • 31,139
  • 18
  • 86
  • 102
1
vote
0 answers

How to get keywords search volume using google Ads API without creating a keyword plan?

I want to get keywords' historical metrics using google Ads API, but I must create a keyword plan and get the data, but it also has other keyword suggestions which is not needed. Currently am using keyword idea endpoint in which the given keyword is…
1
vote
0 answers

Google Ads API: batch-processing vs bulk mutates

I want to remove a few ads in one server request. What is the difference between: batch-processing (only async?) bulk mutates (only sync, shorter code?) I have tried both ways and got errors: batch-processing I've tried to follow this post about…
1
vote
1 answer

Block IPs on Google Ads API v2 Beta using Python Library

I'm trying to block an IP list through Google API v2 but I'm getting the error "Criteria type can not be targeted." on field: operations, on field: create, on field: ip_block. Another doubt that I have, is if I will need to repeat the create…
André G. Andrade
  • 501
  • 11
  • 21
1
vote
1 answer

Apple Search Ads API Ad Group Bid

I'm trying to update ad group bids for a campaign. Sending this data: {"id": 12345, "campaignId": 6789, "name": "campaign", "defaultCPCBid": {"amount": "0.58", "currency": "USD"}} Getting this…
nia4life
  • 333
  • 1
  • 5
  • 17
1
vote
4 answers

Campaign cost (total spend) from Twitter Ads API

I am trying to pull campaign costs/total spend from the API I am 100% new to the API and I am not able to crack it through I want to : 1- get cost per campaign 2- get campaign ids that showup on the GUI not just the kind of weird codes ie 8cdfn vs…
Hussein Negm
  • 551
  • 5
  • 17
1
vote
1 answer

NodeJS twitter-ads lib cannot find my account (Account was not found)

So when I use twurl ... twurl -H "https://ads-api.twitter.com" "/2/accounts/" I get the correct response back with all the information about said ads account. This, i assume, means i'm good to go on all account…
Kirby
  • 1,980
  • 3
  • 21
  • 33
1
vote
2 answers

Is it possible to programmatically authorize Facebook AdAccounts to be managed by an App?

I am currently developing an app to manage my clients' Facebook AdAccounts. The usual workflow is to, among other things, individually authorize each AdAccount I want my app to have clearance to, by use of the dashboard at…
1
vote
0 answers

Is the Pinterest ads API open to all developers yet?

My company has several customers interested in integrating our marketing software with Pinterest. I've seen lots of articles about Pinterest's ads API, but the closest I've seen to it being "live" is an article announcing their marketing development…
Eric Hydrick
  • 3,467
  • 2
  • 28
  • 41
1
vote
2 answers

C# Client Library for Twitter Ads Api

Is there a C# Client library for twitter Ads Api? Apparently Tweetinvi doesn't support Ads Api but otherwise is very good library for Twitter.
ViV
  • 1,998
  • 8
  • 27
  • 54
1
vote
1 answer

Permissions for posting Unpublished Page Post

I'm upgrading our application from Marketing API v2.2 to work with v2.3. In v2.2 everything worked fine, but in v2.3 when I try to post unpublished post (with the same user) I get the following error: (OAuthException - #200) (#200) The user hasn't…
Tal Yaari
  • 463
  • 6
  • 15
1
vote
2 answers

Can I use more than one ads api ( sdk ) in my application?

I am developing a game in which I have some game play screens, game info screens and game finish screens. I want to show the ads from admob on info/playing screen and from greystripe or mobclix before the results screen comes. I am curious for…
Madhup Singh Yadav
  • 8,110
  • 7
  • 51
  • 84
1
2 3