How to filtering get campaign (CampaignService) by date?

2020-07-13 Thread mais trum
Hello I use c# .net library for call api adwords, but when i try to get data campaign for i got all data, can i filter it by date? this is my code for filtering by date, but i got null for result string StartDate = "20200706"; (There are my campaign which start with > this date) string

how to get ads data creation from each adgroup?

2020-07-03 Thread mais trum
Hello, I have a question how can i get ads data by id adgroup using .net library? just raw data, like ads name, ads id, etc, i didn't get documentation about it, how can i get that data, because i need all data from campaign until ads. Thanks -- --

why i can't get my campaign in test account using google ads api?

2020-07-02 Thread mais trum
Hi i have try to build api call using google ads api, but when i try to call my campaign in my test account it result error. this my Get request : url : https://googleads.googleapis.com/v3/customers/(Account_test_id)/campaigns Header Authorization : Bearer ** developer-toke : **

There is full document for Google Ads Api?

2020-07-02 Thread mais trum
Hi I want to use Google Ads Api REST API without use library, can you provide me how can i get full documentation for it? Like what resource i can get if i use this REST api, because in this link API Structure it says

I got bad request while try get report download, how fix it?

2020-04-29 Thread mais trum
hello team, I have a problem when i try to post request to get reporting my ads in test account, i try to request simple data reporting like get id of my campaign in my test account, can i get my test account data with adwords API? i build my own request without use existing lib adwords,