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
1
vote
1 answer

Ads in whole app iPhone problem

I am using mobclix together with admob. The code is to big to add it in all classes. So i created a new class: Ads Everytime i want an ad in a view, i have to send the view to the ad class: - (void)initAd:(UIView *) pView { NSLog(@"ads…
lars
  • 11
  • 1
1
vote
1 answer

Admob in iPhone with Tabbar and TableView

I'm having tab bar with 5 buttons. Out of 5 tabs, 2 are table views which uses navigation controller for showing sub views on click of cell. Above the tab bar, in each view I left some space for ads using "Admob". I'm adding ads using IB. But its…
satyam
  • 61
  • 3
1
vote
1 answer

iPhone + AdMob + remove the Ad view

I have integrated AdMob in my iPhone application. I am adding an Ad view in of my UIViewController as follows: ProgrammaticAdViewController *temp = [[ProgrammaticAdViewController alloc] init]; temp = [[ProgrammaticAdViewController alloc]…
pratik
  • 4,419
  • 8
  • 41
  • 65
1
vote
0 answers

Admob integration for blackberry

I am developing an application which requires Admob integration.I have googled much about it but could not find any help about it except for one question in blackberry forums and that too with no answers to it. If anyone has been successful in…
tek3
  • 2,095
  • 2
  • 20
  • 50
0
votes
1 answer

Linkedin Ads API doesn't provide industry data correctly

I was trying to get data from industry linkedin ads API. (version March 2023) 202303 Using this endpoint GET https://api.linkedin.com/v2/industries?ids={id1}&ids={id2}&ids={id3} The response structure is {'result': [], 'errors': []} The object in…
zzob
  • 993
  • 3
  • 9
  • 19
0
votes
0 answers

Linkedin Ads/Marketing API doesn't provide Creative(s) data

I was working on Linkedin API using (2023 March - 202303) version. I try to get creative data from API. While my creative was pauesd. I was using get batch from https://api.linkedin.com/rest/accounts?ids=List(ids) Example Response {'result': [...],…
zzob
  • 993
  • 3
  • 9
  • 19
0
votes
1 answer

Not getting data from Google Ads API

I follow all step of connectivity to Google Ads API. Using it I get account info like account number and time zone etc. But when I call API for campaign id or ads group at that time it return below output. In ads account (ui) I can see many…
0
votes
1 answer

Add Repository to GitHub Connection in ADS

How to add GitHub repository to ADS (On-Prem) connection using API. Followed this link to establish connection between GitHub repos and ADS (GitHub connection). We can add repos manually, we are looking for APIs to add the repos. Is there any API…
Jay K
  • 41
  • 8
0
votes
1 answer

How can I sort result of all adcreatives under an adaccount by creation date?

I'm using below facebook marketing API to fetch all ad creatives under an adaccount, https://graph.facebook.com/v11.0/{{adaccount_id}}/adcreatives Can anyone suggest which parameter/field I can use to sort results by ascending order of creation date…
0
votes
0 answers

Twitter ads-api returned 401 unauthorized

i want to schedule my post on specific time frame on twitter. my web app authenticated properly and i have user access token and user access secret and i have a permission of ads-api. but when i post my call on ads api here’s link (POST…
0
votes
1 answer

How to disable google ads output in terminal

I am using google ads api and displaying Google adwords ads on our site. At every request the terminal displaying logging request and response. I want to know that is there any way to disable request/response Info from console. I am using google ads…
md samual
  • 305
  • 3
  • 15
0
votes
1 answer

Pinterest Ads API v3 - code 401 Authorization Error

we got the app approved and the token is generated with the user authentication. we even specified all the necessary scopes information during the authorization process. I am trying to read the advertiser and campaign information using the token but…
0
votes
0 answers

Twitter Ads API: Unable to retrieve all Promoted Tweets

We are reading the Promoted Tweets data by pulling Active Entities and then their respective data from Synchronous Analytics endpoint. Next step is to get Promoted Tweets data for same Active Entities from Promoted Tweet Endpoint, So we can have…
Fraz Sundal
  • 10,288
  • 22
  • 81
  • 132
0
votes
1 answer

How to use Twitter Ads Api EndPoint in c#?

Can anyone help me how to create request to Twitter ads api? I have try to run example in this page GET accounts, i run that example URL to my browser but it give error "This page can't be reached". I want try to create this request without sdk, can…
dradewa
  • 25
  • 4
0
votes
1 answer

Facebook Marketing API, retrieving ad hourly_stats_aggregated_by_advertiser_time_zone analytics in the past

I'm build historical database for facebook adaccount analytics. In our query, we set breakdown to 'hourly_stats_aggregated_by_advertiser_time_zone' and aggregate insights later. Problem is some ads in the past seem not support this breakdown and…
Dinh Sang
  • 11
  • 3