Getting Error "Could not load file or assembly 'Google.Apis.Auth, Version=1.46.0.0"

2020-12-07 Thread maist...@gmail.com
Hello, I have try to build class library with newest google ads api .NET library for my delphi project, but i always getting error *Could not load file or assembly 'Google.Apis.Auth, Version=1.46.0.0.* what i do : 1. I create some procedure which i need in my Delphi app 2. I export my c# dll wi

Can i get invoice without using Lib?

2020-11-30 Thread maist...@gmail.com
Hello, We are trying to retrieve invoice data of a Google Ads account, can we get invoice data in JSON? And we want to get invoice data without use google ads api lib, we have use adwords api in our project, and we just want to get the invoice data, can you provide us a example api call stru

How to use both api in same project?

2020-11-26 Thread maist...@gmail.com
Hello, Can i use google ads api and adwords api in same project? i have try it, but always get error "System.IO.FileNotFoundException: 'Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its depe

Empty data in Audience Performance Report with Test Account

2020-09-02 Thread maist...@gmail.com
Hello I have a question, can i get data Audience Performance Report with test account? because i have always get empty data in Audience Performance Report Thanks Regards, -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Different ad type between dasboard and Adwords Api call

2020-08-31 Thread maist...@gmail.com
Hello, I have confuse about ad type, in dashboard it say "Lightbox Ad", but in AD_PERFORMANCE_REPORT ad type value is Display Ad, but when i use AdGroupAdService Ad type value is Template_Ad, which one is correct? Value in AD_PERFORMANCE_REPORT or value while use AdGroupAdService ? Note : I s

Ask About CAMPAIGN_CRITERIA_PERFORMANCE

2020-08-26 Thread maist...@gmail.com
Hi Adwords Team, i want consult about my problem. i have try get data from CAMPAIGN_CRITERA_PERFORMANCE, but i confuse about "isNegative" field, what is this field for? it return FALSE and TRUE, is it all data is refer to my campaign setting, although it return FALSE in "isNegative" field? and

How to Get Campaign Target Location With Adwords Report?

2020-08-10 Thread maist...@gmail.com
Hi - I want to try to get target location of each my campaign, how to do this? - I have try to use Campaign_Location_Target_Report, is it right if i use this? In Column location return enum, how i know which id this refer to? for note i try to get data from Test Account, which location ID is sam

How to create AWQL with Custom date use "DURING"

2020-07-16 Thread maist...@gmail.com
Hi, I have try to get report use AWQL, but i want filter it by date, My AWQL script: SELECT CampaignId,Amount,StartDate,EndDate,Period FROM CAMPAIGN_PERFORMANCE_REPORT DURING 20200701,20200705 == My Result is like this : Can you tell me, which

Re: How to filtering get campaign (CampaignService) by date?

2020-07-14 Thread maist...@gmail.com
Hi, Thanks for the reply, but in this documentation , there is field selector startDate and endDate field in it say like this startDate xsd:string Date the campaign begins. On add, defaults to the cur

Get null budget.Amount with campaignService

2020-07-14 Thread maist...@gmail.com
Hello, When i try to get Campaign Data not report, in result i got budget.amount, but the result is null, is it like this if i try get data in Test account? Because when i create campaign in dashboard test account, i fill the budget, so i wonder if it is because i use test account. will it sh