Migrating AdWords CAMPAIGN_PERFORMANCE_REPORT to new Google Ads API

2022-04-12 Thread Bikram Bhuyan
Hello, In the old AdWords api we are using the CAMPAIGN_PERFORMANCE_REPORT to fetch the stats of the campaign based on the date range. Below is the query we were executing. query = "SELECT CampaignId, Clicks, Impressions, Ctr, AverageCpc, Cost, Conversions, CostPerConversion " + "FROM CAMPAIGN

Re: Campaign Budget Data Type Issue-Ads API

2022-04-12 Thread Bikram Bhuyan
Hello Saurabh, I am trying to solve the above issue in extracting the budget amount. Could you please suggest how were you able to solve the issue in extracting the amount. I am also using Java Client. So any help on this is really appreciated. Thanks, Bikram. On Monday, February 28, 2022 at

Re: Query regarding Adwords API SQL Call.

2022-04-12 Thread Bikram Bhuyan
Hello, I am trying to fetch the budget amount of the campaign using the Ad Query. Earlier I was using the "Amount" field of the campaign with AdWords api. In the new Google Ad api I am using the "campaign_budget.amount_micros" field based on the documentation (https://developers.google.com/goo

Re: Query regarding Adwords API SQL Call.

2022-04-03 Thread Bikram Bhuyan
Thanks a lot. Really appreciate the input. The Query Validator is very helpful. On Sun, Apr 3, 2022 at 10:34 PM Google Ads API Forum Advisor wrote: > Hi Bikram, > > Thank you for reaching out to us. > > I would recommend that you use the Google Ads Query Builder >

Fetching the list of Ads With Google Ads Api

2022-04-02 Thread Bikram Bhuyan
Hello, In the old way when using the Google AdWords Api, below is the query we are using to fetch the list of Ads based on a AdGroup Id. query = "SELECT Id, Url, DisplayUrl, Type, Status, Description, Description1, Description2, " + "Headline, ShortHeadline, LongHeadline, HeadlinePart1, Headlin

Query regarding Adwords API SQL Call.

2022-04-02 Thread Bikram Bhuyan
Hello, I am executing the below SQL query to fetch the list of Campaigns. "SELECT campaign.id, campaign.name, campaign.status, campaign.serving_status, campaign.campaign_budget, campaign.start_date, campaign.end_date FROM campaign ORDER BY campaign.id" Currently it is returning campaigns which

Migration Of AdWords API To Google Ads API Guidance.

2022-03-10 Thread Bikram Bhuyan
Hello Guys, We are currently using existing "AdWords API" client library for connecting to Google Adwords application and in the API we are using the way as mentioned in https://github.com/googleads/googleads-java-lib/blob/master/README.md#getting-started credential = new OfflineCredentials.B

How to trouble shoot for the error "AuthorizationError.USER_PERMISSION_DENIED".

2015-04-21 Thread Bikram Bhuyan
Hi AdWords Team, We are a SAAS provider and we have implemented ad-words integration for some of our clients. The integration have been working perfectly fine for many of the clients, but for one client we are getting the error "AuthorizationError.USER_PERMISSION_DENIED". From this it looks lik

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2015-02-23 Thread Bikram Bhuyan
com/accounts/docs/OAuth2#webserver> by >> preparing a web server that doesn't require manual process in your side >> when a client grants your application access to their data. >> >> > Also please let me know what is the durability of our refresh token. >>

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-14 Thread Bikram Bhuyan
server (and/or the IP > address you were having trouble connecting to). Please send the traceroute > information in private. > > Thanks! > > Ray > > On Friday, July 11, 2014 3:06:46 PM UTC-4, Bikram Bhuyan wrote: >> >> Hi Ray, >> >> Our admin say tha

Re: Socket timeout exception when fetching the AdGroups after migrating to version "v201402"

2014-07-14 Thread Bikram Bhuyan
ave sent so far and reply privately. > > Regards, > Mike, AdWords API Team > > On Tuesday, July 8, 2014 3:37:22 PM UTC-4, Bikram Bhuyan wrote: >> >> Hello, >> >> We are migrating our java application from "v201309" to "v201402" and the &

Re: Socket timeout exception when fetching the AdGroups after migrating to version "v201402"

2014-07-11 Thread Bikram Bhuyan
: > > Hello Bikram, > > Can you please send the full SOAP request/response *only to me* by > choosing "reply to author"? > > Regards, > Mike, AdWords API Team > > On Tuesday, July 8, 2014 3:37:22 PM UTC-4, Bikram Bhuyan wrote: >> >> Hello, >>

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-11 Thread Bikram Bhuyan
t; Notification (ECN) is turned on of off? You may need help from your > network administrator to determine this. > > Thanks, > > Ray > > On Friday, July 11, 2014 2:26:01 PM UTC-4, Bikram Bhuyan wrote: >> >> Hi Ray, >> >> Could you please tell me what s

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-11 Thread Bikram Bhuyan
gt; > We are currently not detecting any abnormalities here, it would be worth > to check if there are other internal network settings in your datacenter > that may be causing issues. > > Thanks, > > On Friday, July 11, 2014 12:18:25 PM UTC-4, Bikram Bhuyan wrote: >> >>

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-11 Thread Bikram Bhuyan
at is the Windows full version # and SP #? >> >> We are currently not detecting any abnormalities here, it would be worth >> to check if there are other internal network settings in your datacenter >> that may be causing issues. >> >> Thanks, >> >>

Re: Socket timeout exception when fetching the AdGroups after migrating to version "v201402"

2014-07-11 Thread Bikram Bhuyan
> choosing "reply to author"? > > Regards, > Mike, AdWords API Team > > On Tuesday, July 8, 2014 3:37:22 PM UTC-4, Bikram Bhuyan wrote: >> >> Hello, >> >> We are migrating our java application from "v201309" to "v201402"

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-11 Thread Bikram Bhuyan
uble you to send me a result of traceroute as well? > > Thanks! > > Ray > > On Wednesday, July 9, 2014 4:40:56 PM UTC-4, Bikram Bhuyan wrote: >> >> PST. San Jose, CA. >> >> On Wednesday, July 9, 2014 1:36:01 PM UTC-7, Ray Tsang (AdWords API Team) >> w

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-09 Thread Bikram Bhuyan
PST. San Jose, CA. On Wednesday, July 9, 2014 1:36:01 PM UTC-7, Ray Tsang (AdWords API Team) wrote: > > Bikram, > > Thanks for the details - quick question - what timezone is the log file > timestamp recorded in? > > Ray > > > On Wednesday, July 9, 2014 4:20:27

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-09 Thread Bikram Bhuyan
uot;https://adwords.google.com/api/adwords/cm/v201402/AdGroupAdService"; [09 Jul 2014 13:12:49,977-requestInfoLogger:INFO:taskExecutor-1] Request made: Service: "AdGroupAdServiceInterfacePort" Method: "query" URL: "https://adwords.google.com/api/adwords/cm/v2014

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-09 Thread Bikram Bhuyan
e looking into >> it. >> >> Cheers, >> >> Ray >> >> On Wednesday, July 9, 2014 12:35:51 PM UTC-4, Bikram Bhuyan wrote: >>> >>> Hi Ray, >>> >>> I sent my information to your id privately. Could you please confirm if &

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-09 Thread Bikram Bhuyan
errors. >> Same for last week. >> >> On Tuesday, July 8, 2014 4:07:39 PM UTC-7, Bikram Bhuyan wrote: >>> >>> Hi All, >>> >>> I am also facing the similar issues today after I convert the API >>> version to "v201402". I was looki

Re: Unable to connect to the remote server

2014-07-08 Thread Bikram Bhuyan
Hi Team, Could you please share some information what we should to do fix this error? I am facing intermittent issues like sometimes the calls are working and sometimes it is returning timeouts. Any input for fixing this will really help. FYI - Our calls are working perfectly fine when using t

Re: Intermittent network exceptions: Unable to connect to the remote server

2014-07-08 Thread Bikram Bhuyan
Hi All, I am also facing the similar issues today after I convert the API version to "v201402". I was looking at the forum for some help. So thought I will add my comment here as well. Thanks, Bikram. On Tuesday, July 8, 2014 4:01:18 PM UTC-7, Ashley Xu wrote: > > It's not for one user but ran

Socket timeout exception when fetching the AdGroups after migrating to version "v201402"

2014-07-08 Thread Bikram Bhuyan
Hello, We are migrating our java application from "v201309" to "v201402" and the api calls to AdGroup call is hanging and after sometime I am getting the soap exception of timeout. Other calls are working perfectly fine, but the calls for fetching the adgroup is just hanging randomly. Could yo

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2014-02-11 Thread Bikram Bhuyan
Hi Kasun, I believe there is no concept of Test MCC account. Always we have the production MCC account where the developer token is pending if it is not approved till now. Could you please confirm this scenario. Also please confirm if you see the TEST Client account under the MCC account. If you

Re: OAuth 2.0 and link between MCC and new Customers Accounts

2014-01-24 Thread Bikram Bhuyan
Hello Guys, I need some assistance here as well as I am facing the same kind of issues. The situation is the client's account is not linked to our MCC account. We got the refresh token for the client's account through the OAuth process. Could you please let us know the step we can follow with s

Re: Accessing to multiple AdWords account under the same MCC account.

2014-01-24 Thread Bikram Bhuyan
;(e.g., > the CID for one of the 3 accounts that you have under the MCC). > Every client library should have a way to set it during the run time - > please refer to a client library's documentation. > > Cheers, > > -- > Ray Tsang (AdWords API Advisor) > > On

AD_PERFORMANCE_REPORT Date Range Query Help Needed.

2014-01-22 Thread Bikram Bhuyan
Hello Guys, We are currently making call to "Ad Performance Report" to fetch the stats. Our application runs daily and during the initial load of the application (when the application goes live for the first time) I need to fetch the stats for last 1 year for each day and store it. Going forwar

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2014-01-22 Thread Bikram Bhuyan
> > -Danial, AdWords API Team. > > > On Tuesday, January 21, 2014 9:56:24 PM UTC+4, Bikram Bhuyan wrote: >> >> Hi Danial, >> >> Thanks a lot for your response. I think I did not mention my requirement >> clearly. I am calling the Ad Performance Report and g

Re: AdId mismatch in Ad Performance Report

2014-01-22 Thread Bikram Bhuyan
equest for current data, or add a predicate to include > deleted ads as well. > > > -Danial, AdWords API Team. > > > On Tuesday, January 21, 2014 9:44:51 PM UTC+4, Bikram Bhuyan wrote: >> >> Hi Danial, >> >> Thanks a lot for your response. When I run

The "DESTINATION URL REPORT" is not returning the actual clicked URL and the KeyWord.‏

2014-01-21 Thread Bikram Bhuyan
Hello, For one of our Ad we have defined the destination URL as " *http://www.xxx.com/landing/gaw//?mt={matchtype}&kw={keyword}&cid={creative}*"; and from the adwords screen we see that for the date range of last 1 week, 11 clicks are reported. When I run the report "DESTINATION_URL_REPORT"

DESTINATION_URL_REPORT" is not returning the actual clicked URL and the KeyWord.

2014-01-21 Thread Bikram Bhuyan
Hello, For one of our Ad we have defined the destination URL as " *http://www.xxx.com/landing/gaw//?mt={matchtype}&kw={keyword}&cid={creative}*"; and from the adwords screen we see that for the date range of last 1 week, 11 clicks are reported. When I run the report "DESTINATION_URL_REPO

"DESTINATION_URL_REPORT" is not returning the actual clicked URL and the KeyWord.

2014-01-21 Thread Bikram Bhuyan
Hello, For one of our Ad we have defined the destination URL as " http://www.etrigue.com/landing/gaw/lead-generation/8-step-checklist-for-intelligent-demand-generation/?mt={matchtype}&kw={keyword}&cid={creative}"; and from the adwords screen we see that for the date range of last 1 week, 11 cli

Re: Ad Performance Information from API

2014-01-21 Thread Bikram Bhuyan
turned data in the > ReportDownloadResponse.getInputStream(). > You'll need to parse that data and consume it the way your application > needs to. > > I hope this helps. > > -- > Ray Tsang (AdWords API Advisor) > > > On Friday, January 17, 2014 4:32:04 PM UTC-5, Bikram Bhuyan

Re: Report which returns Ad Id, Final Destination URL (Destination URL Report).

2014-01-21 Thread Bikram Bhuyan
> keyword that was triggered. > > Niels > > On Tuesday, January 21, 2014 2:13:42 AM UTC+1, Bikram Bhuyan wrote: >> >> Hello, >> >> In our project we have the requirement to show the effectiveness of the >> ad URL. I am not sure which report to use, but

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2014-01-21 Thread Bikram Bhuyan
rformance Report. > Date can be added with "Date" field available for the most of the reports. > > > -Danial, AdWords API Team. > > > On Tuesday, January 21, 2014 5:48:37 AM UTC+4, Bikram Bhuyan wrote: >> >> Hi Danial, >> >> I am working on this

Re: AdId mismatch in Ad Performance Report

2014-01-21 Thread Bikram Bhuyan
> > > -Danial, AdWords API Team. > > > On Saturday, January 18, 2014 5:35:22 AM UTC+4, Bikram Bhuyan wrote: >> >> Hello, >> >> We are fetching the Stats from the "Ad Performance Report" based on a >> particular date range. What we found out

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2014-01-20 Thread Bikram Bhuyan
sed to join data with > other reports. > > > -Danial, AdWords API Team. > > > On Tuesday, November 26, 2013 3:48:56 AM UTC+4, Bikram Bhuyan wrote: >> >> Hi Danial, >> >> Thanks a lot the information. Based on your details I went through all >> th

Report which returns Ad Id, Final Destination URL (Destination URL Report).

2014-01-20 Thread Bikram Bhuyan
Hello, In our project we have the requirement to show the effectiveness of the ad URL. I am not sure which report to use, but the most appropriate report looks to me is "DESTINATION_URL_REPORT". But that report does not have the following information - 1. Ad Id (It return only Campaign Id and

AdId mismatch in Ad Performance Report

2014-01-17 Thread Bikram Bhuyan
Hello, We are fetching the Stats from the "Ad Performance Report" based on a particular date range. What we found out is that the output which I got from the report (in XML format) contains AdId which does not exists in the system where as the campaign id and ad group id matches good. I can pr

Re: Ad Performance Information from API

2014-01-17 Thread Bikram Bhuyan
> Ray Tsang (AdWords API Advisor) > > > On Thursday, January 16, 2014 3:57:48 PM UTC-5, Bikram Bhuyan wrote: >> >> Hi Ray, >> >> I am using Java Client library. The file I am looking at is >> "v201309\reporting\DownloadCriteriaReport" & &g

Re: Ad Performance Information from API

2014-01-16 Thread Bikram Bhuyan
> > Could I trouble you to let me know which client library (which language) > you are using? > > Thanks, > > -- > Ray Tsang (AdWords API Advisor) > > > On Thursday, January 16, 2014 1:17:19 PM UTC-5, Bikram Bhuyan wrote: >> >> Thanks a lot for the info

Ad Performance Report Data Granularity

2014-01-16 Thread Bikram Bhuyan
Hello Team, I need to fetch the stats of the ad and store it in our application. For this I am planning to make a call to the "Ad Performance Report" report. Can I know how can I get the stats of the past days for the ad? Our application requirement need to show the stats for each day. So when

Re: Ad Performance Information from API

2014-01-16 Thread Bikram Bhuyan
developers.google.com/adwords/api/docs/appendix/reports>. > > If you use a client library, there should also be an example of retrieving > reports using AWQL. > > Thanks, > > -- > Ray Tsang (AdWords API Advisor) > > > On Tuesday, January 14, 2014 8:27:06 PM UT

Re: How to incrementally fetch Campaign, AdGroup & Ads with date range & Batch the calls.

2014-01-15 Thread Bikram Bhuyan
t; Ray Tsang (AdWords API Advisor) > > > > On Tuesday, January 14, 2014 5:30:30 PM UTC-5, Bikram Bhuyan wrote: >> >> Hello, >> >> Does the CustomerSyncService returns the newly added adgroups and newly >> added ads? The below link does not specifically says abou

Ad Performance Information from API

2014-01-14 Thread Bikram Bhuyan
Hello Guys, I need to fetch the following information for each ad. Could you please let me know which API call can be used to get these information. 1. Clicks 2. Impressions 3. CTR 4. Avg. CPC 5. Cost 6. Budget Also I wanted to how how much granular data we can get. Our design requires to stor

Re: How to incrementally fetch Campaign, AdGroup & Ads with date range & Batch the calls.

2014-01-14 Thread Bikram Bhuyan
not return the newly added ads, then how should I get the new ads for a particular date range? Thanks, Bikram. On Tuesday, January 14, 2014 2:15:35 PM UTC-8, Bikram Bhuyan wrote: > > Hello, > > I could figure out how to make a call to this service. But I am facing one > issues

Re: How to incrementally fetch Campaign, AdGroup & Ads with date range & Batch the calls.

2014-01-14 Thread Bikram Bhuyan
to make a call with the date range from 1 year period for a single campaign. Thanks, Bikram. On Tuesday, January 14, 2014 1:09:24 PM UTC-8, Bikram Bhuyan wrote: > > Hi Ray, > > Thanks a lot for the information. I got the required information from this > and it is really helpful. B

Re: How to incrementally fetch Campaign, AdGroup & Ads with date range & Batch the calls.

2014-01-14 Thread Bikram Bhuyan
le.com/adwords/api/docs/reference/v201309/CustomerSyncService.AdGroupChangeData>(and > Ad changed). Please refer to the documentation. > > Thanks! > > -- > Ray Tsang (AdWords API Advisor) > > > On Wednesday, January 8, 2014 8:25:56 PM UTC-5, Bikram Bhuyan wrote:

Re: How to incrementally fetch Campaign, AdGroup & Ads with date range & Batch the calls.

2014-01-13 Thread Bikram Bhuyan
Hi Ewan, Thanks for the information. Its really helpful. Any idea how can I get the similar changed information for AdGroup and Ads. In a normal scenario, there is high possibility of changes to Ads (new adds or changes to the ad etc) compared to Campaigns. If you have similar information for a

Accessing to multiple AdWords account under the same MCC account.

2014-01-09 Thread Bikram Bhuyan
Hi, Currently we have a MCC account with 3 ad-words account under it. (i.e: when I log in to our mcc account I can see 3 account with different customer id). I generated my refresh token by giving access with my login and currently accessing data for our test account. Everything is working fin

How to incrementally fetch Campaign, AdGroup & Ads with date range & Batch the calls.

2014-01-08 Thread Bikram Bhuyan
Hi, Currently we are working on the AdWords integration in our projects in which we are using the API calls in Java to fetch the list of Campaigns, AdGroups & Ads and store it in the database. I am able to fetch the full details in each call successfully. In order to reduce the api calls I wan

Re: AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2013-11-25 Thread Bikram Bhuyan
t; On Friday, November 8, 2013 11:34:44 PM UTC+4, Bikram Bhuyan wrote: >> >> Hello, >> >> Could you please let me know which API call I should make to get the >> following information for a particular AD? >> >> 1. % Served. >> 2. Clicks. >> 3. I

AdWords Ad Details like "% Served", "Clicks" etc... Which API call will return these information.

2013-11-08 Thread Bikram Bhuyan
Hello, Could you please let me know which API call I should make to get the following information for a particular AD? 1. % Served. 2. Clicks. 3. Impression Indicator. 4. Click Through Rate. 5. Average Cost Per Click. 6. Cost. 7. Average Position. Just to give more details, all these informatio

Re: Generating Refresh Token Automatically (Windows Service Application)

2013-11-08 Thread Bikram Bhuyan
tore it locally, or ask them to invite one of your > logins to manage the account, and use that account's username/password to > make calls? > > Cheers, > Anash P. Oommen, > AdWords API Advisor. > > On Thursday, November 7, 2013 5:29:24 PM UTC-5, Bikram Bhuyan wrote:

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-08 Thread Bikram Bhuyan
n, you can use the same refresh token for both > AdWords1 and AdWords2. > (if you use one of our client libraries, it automatically refresh expires > access tokens. Note: An access token expires in one hour) > > Does that answer your question? > > Best, > - Takeshi, AdWords AP

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-07 Thread Bikram Bhuyan
address did you use when you got the OAuth2 credential > (access_token, refresh_token)? > If you don't want to post it here, you can select "Reply to author" from > the top right corner. > > Best, > - Takeshi, AdWords API Team > > On Thursday, Novembe

Generating Refresh Token Automatically (Windows Service Application)

2013-11-07 Thread Bikram Bhuyan
Hello, I have tested the sample application for our MCC account and everything is working fine (All the basic API calls). But our requirement is little different. We have a windows service which will be accessing the AdWords accounts for our different clients. So no way their accounts will be

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-07 Thread Bikram Bhuyan
ant to post it here, you can select "Reply to author" from > the top right corner. > > Best, > - Takeshi, AdWords API Team > > On Thursday, November 7, 2013 2:59:39 AM UTC+9, Bikram Bhuyan wrote: >> >> Hello Takeshi, >> >> Thanks for the reply. I s

Re: AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-11-06 Thread Bikram Bhuyan
hen you authenticated using > OAuth2? > > Best, > - Takeshi, AdWords API Team > > On Friday, November 1, 2013 8:30:39 AM UTC+9, Bikram Bhuyan wrote: >> >> Hello, >> >> We have a test mcc account and a test customer id. Also we have got the >>

AuthorizationError.USER_PERMISSION_DENIED While accessing campaigns

2013-10-31 Thread Bikram Bhuyan
Hello, We have a test mcc account and a test customer id. Also we have got the pending developer token for our production account. I generated the OAuth2ClientId, OAuth2ClientSecret & OAuth2RefreshToken successfully by following the steps. Now when I make a the api call to fetch the list of ca

Need help in accessing the AdWords API using my test account.

2013-10-30 Thread Bikram Bhuyan
Hello, I am pretty new to AdWords and I am currently working on a POC for our project. When we requested for a test account, we got the email with "Developer MCCID" and "New Test Account Customer ID". I have only these 2 information with me. When I download the sample client code for .NET I see

Accessing AdWords API using OAuth token.

2013-10-30 Thread Bikram Bhuyan
Hi, I am pretty new to AdWords API implementation and for one of my project I am currently working on a POC using .NET and Java clients. We have created a test account for our project and I have currently have the MCCID and Customer Id with me. Today when I was going through the sample applicat

Running the sample code for .NET Client application (Test Account)

2013-10-30 Thread Bikram Bhuyan
Hi, We have applied for a test account and we got the MCCID and Customer Id for the test account. I downloaded the client API library for the .NET. But I and finding it hard to run the C# client library. I am not sure what information should I enter in the config file for using my test account.