Efficiency pulling reports for many clients - Adwords API vs Google Ads API (PHP)

2018-09-20 Thread James Robinett
Hello, TLDR version - is there a way to reuse the same Adwords session across multiple different client report downloads without rebuilding it? Basically in this example: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809/Reporting/ParallelReportDownload.php#L91

Re: Google Ads Beta API - Display/Video Campaigns not showing up in query

2018-08-29 Thread James Robinett
Wow good timing! The just today released v0.3.0 supports Display Campaigns: https://developers.google.com/google-ads/api/docs/release-notes I suppose Video is similarly waiting on support in a future version in that case then? On Wednesday, August 29, 2018 at 8:39:02 AM UTC-7, James Robinett

Re: Google Ads Beta API - Display/Video Campaigns not showing up in query

2018-08-29 Thread James Robinett
Haha good timing I suppose! V0.0.3 support Display Campaigns now: https://developers.google.com/google-ads/api/docs/release-notes I suppose Video is similarly waiting on support in a future version in that case then. On Wednesday, August 29, 2018 at 8:39:02 AM UTC-7, James Robinett wrote

Google Ads Beta API - Display/Video Campaigns not showing up in query

2018-08-29 Thread James Robinett
Hi there, I'm trying out the new Google Ads Beta API, running a very simple query to grab a list of Campaigns: SELECT campaign.id, campaign.name FROM campaign WHERE campaign.status IN ("ENABLED", "PAUSED") ORDER BY campaign.id The result has all the expected Search campaigns for the requeste

Unlinking a Campaign Feed from a Campaign

2018-06-18 Thread James Robinett
Hi there, I'm setting up an automated Dynamic Display Feed in an Adwords test account and ran into an issue. I've linked the feed to a test campaign and successfully created it so it show up in the UI. I then had to delete that feed and recreate it with some different data and attributes. Th

Re: Generating a URL to a Customer's Campaign Dashboard

2017-08-11 Thread James Robinett
Ah too bad. Thanks Sreelakshmi! On Friday, August 11, 2017 at 2:18:19 PM UTC-7, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi James, > > Deep linking is not supported in AdWords. You could use various reports > > suppo

Generating a URL to a Customer's Campaign Dashboard

2017-08-11 Thread James Robinett
Hi all, I'm working on a dashboard that aggregates all sorts of client data for internal use at my company. We want to include links to the various platforms that provide the data, including AdWords. Is there a way to dynamically generate the URL to a customer's All Campaigns Dashboard. URL l

Re: Search and Display totals from Adwords Reporting API

2015-09-28 Thread James Robinett
Thanks, Umesh! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subs

Search and Display totals from API in CAMPAIGN_PERFORMANCE_REPORT

2015-09-24 Thread James Robinett
The main All Campaigns page includes each campaign's performance along with subtotals for Display and Search. Is there a way to get those subtotals in the CAMPAIGN_PERFORMANCE_REPORT from the API? Currently it only provides the Total for All Campaigns as the final row. -- -- =~=~=~=~=~=~=~=~

Search and Display totals from Adwords Reporting API

2015-09-24 Thread James Robinett
In the main All Campaigns view in Adwords, there's a table that includes each campaign's performance, the subtotals for Search and Display campaigns, and the total for all campaigns. I'm using the API to download monthly CAMPAIGN_PERFORMANCE_REPORT CSVs but currently these only include the tota