Re: Adwords API calls using VBA possible? if Yes could you please send me a sample http request format to pull a report.

2015-12-17 Thread shreedhar . bakale
y API calls using *Excel >>>>>> VBA with Windows HTTP request.* >>>>>> But I am arriving at below error: >>>>>> >>>>>> *>>>>> standalone="yes"?>ReportDownloadError.MISSING_PARAMETERMissing >>>>>

Re: Adwords API calls using VBA possible? if Yes could you please send me a sample http request format to pull a report.

2015-12-17 Thread shreedhar . bakale
t;>>> Sub TestAPI() >>>>> >>>>> >>>>> Dim objHTTP As Object >>>>> Dim result As String >>>>> Dim Xml As Variant >>>>> Dim Fs As FileSystemObject >>>>> Dim FileData() As Byte >>>>>

Re: Adwords API calls using VBA possible? if Yes could you please send me a sample http request format to pull a report.

2015-12-16 Thread shreedhar . bakale
URL = "https://adwords.google.com/api/adwords/reportdownload/v201509 >>>> " >>>> >>>>objHTTP.Open "POST", URL, False >>>> >>>>objHTTP.setRequestHeader "Authorization", "Bearer 3756320" >&

Re: Adwords API calls using VBA possible? if Yes could you please send me a sample http request format to pull a report.

2015-12-15 Thread shreedhar . bakale
t;> "Status" & _ >> "IN" & _ >> "ENABLED" & _ >> "PAUSED" & _ >> "" & _ >> ' "CampaignId" & _ >> >>St = "> https://adwords.google.co

Adwords API calls using VBA possible? if Yes could you please send me a sample http request format to pull a report.

2015-12-15 Thread shreedhar . bakale
201509"; & """" & ">" & _ "" & _ "Impressions" & _ "Clicks" & _ "Cost" & _ "" & _ "Account Performance" & _