AdWords API cannot retrieve data prior to a certain date

2020-07-24 Thread Jocelyn Liang
Hi Team, I'm using AdWords API to pull campaign performance report from my ads account. However, I'm not able to get anything prior to 2019/12/12. Even though in AdWords UI, I'm able to see data prior to that date. But the code works perfectly fine to pull the report after 2019/12/12. My que

500 Http Response for Upload Offline Conversions

2020-07-24 Thread Darren thinkston
I just keep getting a 500 response when trying to use the sample for upload offline conversions. I'm using the example identically with the only differences being the required constants & the autoload.php location. Also how is it this class is meant to be used for multiple conversion uploads a

Re: Unable to see any documentation on Updating the responsive search ad and expanded text ads in Search Campaign Using Google Ad Words API

2020-07-24 Thread Dan D
Anthony, Really love how you guys quickly respond - so much respect for that! So, your answer pointed me in the right direction and I was able to find what I was looking for since I'm using the PHP Lib. For those of you (like me) that searched and coded for a ton of hours, hopefully this hel

Re: Unable to see any documentation on Updating the responsive search ad and expanded text ads in Search Campaign Using Google Ad Words API

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Dan, Examples on how to update ads for Google Ads API can be found in our client library examples. For example, here is the code for updating ads in Java. Cheers, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22Y8r4:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: Unable to see any documentation on Updating the responsive search ad and expanded text ads in Search Campaign Using Google Ad Words API

2020-07-24 Thread Dan D
Anthony, That's great for Google AdWords API even there's even a nice example here for it. But what about us who took the time and effort to move over to the new Google Ads API.

RE: How to get Conversion Tracking report

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Vicky, Thank you for reaching out. If you would like to do this with AdWords API, you can pull the metrics from the Campaign Performance report and segment by ConversionTypeName (also works for AdGroup Performance report). If you are using Google Ads API, you can segment your desired report

Re: Reporting returns nothing if segments.date is included

2020-07-24 Thread vla...@gmail.com
That's very good to know, thank you! On Friday, 24 July 2020 at 06:19:11 UTC-7 adsapiforumadvisor wrote: > Hi Vlad, > > Please check and see if you have impressions for the last 30 days. When > you include segments such as segments.date >

RE: How to get - Campaign Id, Budget, Spend, Clicks, Impressions, Advertising channel data as one record

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Girish, Thanks for reaching out. With regards to your concern, you can use the campaign performance report with using field. If you still have any issue, can you please provide the complete report definition you are using as well as the download report,screenshot of the UI and your clientCus

RE: Get List of actual conversions between date range

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Chaitanya, You can run a report where you can specify the date range and include Conversion fields. All the reports where conversions are available are mentioned here. There are fields such as ConversionTypeName which will segment your data by the conversion names. Regards, Anthony Google A

Re: GCLID from TrueView Discovery Campaigns

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hello, Unfortunately, this is currently not possible since YouTube Earned Action field such as Earned Views is not available in the API. There is currently a feature request to add them in. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22YQiX:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~

RE: How i can get a developer token if im a startup

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Raul, Thank you for reaching out to us. I see that you'd like more information on obtaining a developer token. You can see here for how to sign up for AdWords API, and here on steps and considerations regarding upgrading your developer token to production level access. Let me know if you hav

Cannot find Watch Time and Avg. Watch time/impressions in the API

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hello Everyone, @Jen -- Apologies if you got this multiple times. The forum is starting a new thread rather than appending to the current one. So, I'm trying to fix that. I just checked on this feature request. I realize this thread has been around for some time, and I can understand why many o

Re: Cannot find Watch Time and Avg. Watch time/impressions in the API

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hello Everyone, I just checked on this feature request. I realize this thread has been around for some time, and I can understand why many of you feel this important. The answer I got back is that we sadly would not be able to add these metrics to the API. Regards, Nadine, Google Ads API Team

Re: AdWords API's BudgetOrderService pulling wrong endDateTime

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Balraj, You can email them to us at googleadsapi-supp...@google.com if you're unable to send it to us. Please let me know if you still encounter further issues. Thank you, Bryan, Google Ads API Team ref:_00D1U1174p._5004Q22XyuJ:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Als

RE: Reporting returns nothing if segments.date is included

2020-07-24 Thread Google Ads API Forum Advisor Prod
Hi Vlad, Please check and see if you have impressions for the last 30 days. When you include segments such as segments.date, rows with zero impressions will not return. Regards, Anthony Google Ads API Team ref:_00D1U1174p._5004Q22Ye82:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Get List of actual conversions between date range

2020-07-24 Thread chai...@coditation.com
Hi Team, I have implemented target Roas bidding scheme my sample but it seems that that bidding strategy works only when there are 20 conversions in last 45 days. Could you please let me know if there is any Adwords/Google Ads API available which provides me the list of actual conversions occurr

How to get Conversion Tracking report

2020-07-24 Thread vickyka...@gmail.com
Hi team, I want to get the conversion tracking report can you help me out with this ? i have looked at the reporting api mentioned in the document & i couldn't find one dedicated conversion tracking report there. Thanks, Vicky -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

How to get - Campaign Id, Budget, Spend, Clicks, Impressions, Advertising channel data as one record

2020-07-24 Thread Girish H
I have few providers and they have many customers under them. I need to get data Campaign Id, Budget, Spend, Clicks, Impressions, Advertising channel for all these customers which needs to be stored into application database. Please suggest whether I should go with Campaign Performance Report s