Google Ads API v2 deprecation

2020-03-11 Thread Michael Xue
Hi, With the release of Google Ads API v3. I see that v2 is now deprecated. Is there a timeline for when we need to migrate to v3? Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Unable to create and attach shared keywords in Google Ads API python client

2020-01-14 Thread Michael Xue
On Monday, January 13, 2020 at 4:08:16 PM UTC-5, Michael Xue wrote: > > When running the example create_and_attach_shared_keyword_set.py with the > latest Python client 4.1.1 release, I'm getting the following error. I've > also posted the issue in the Github python client i

Re: Unable to create and attach shared keywords in Google Ads API python client

2020-01-13 Thread Michael Xue
or you guys no longer support shared sets for video campaigns? On Monday, January 13, 2020 at 5:23:21 PM UTC-5, Michael Xue wrote: > > Hi Bryan, > > Thanks for getting back to me. I tried running the same file but with an > older version (4.0.0) of the client and got this excepti

Re: Unable to create and attach shared keywords in Google Ads API python client

2020-01-13 Thread Michael Xue
Hi Bryan, Thanks for getting back to me. I tried running the same file but with an older version (4.0.0) of the client and got this exception: Request with ID "zHpKD9RV14iyrt3TsCd2Hg" failed with status "INVALID_ARGUMENT" and includes the following errors: Request made: ClientCustomerId:

Unable to create and attach shared keywords in Google Ads API python client

2020-01-13 Thread Michael Xue
When running the example create_and_attach_shared_keyword_set.py with the latest Python client 4.1.1 release, I'm getting the following error. I've also posted the issue in the Github python client issue section, but I'm wondering if there are limitations on what types of campaigns I can

Ad Impression Beacon

2019-10-15 Thread Michael Xue
Hi, Are impressions beacons on Ads accessible through Google Ads API? I took a look at the AdGroupAd service but didn't see it. Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

CIDR block for Google Ads Script

2019-08-16 Thread Michael Xue
seem to work fine. Do you know why this might be happening? Also I noticed this IP range is not listed in any docs online. Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Negative placement list at MCC/Managed Account Level

2019-07-04 Thread Michael Xue
Thank you Bharani. On Wednesday, July 3, 2019 at 10:16:32 AM UTC-4, adsapiforumadvisor wrote: > > Hello Michael, > > The Google Ads API will have the same feature parity as AdWords API. This > feature about sharing the MCC level negative criteria to all the > sub-accounts is not supported in

Applying placement exclusion lists to account/ad group programmatically

2019-07-01 Thread Michael Xue
be applied to campaigns using a combination of SharedSetService and CampaignSharedSetService API services. Is there something similar for account or ad group? Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Negative placement list at MCC/Managed Account Level

2019-07-01 Thread Michael Xue
Hi, I have a similar question, and am wondering if things have changed since the original post date. I would like to know if its possible to share MCC account level negative placements across sub-accounts with *Google Ads API*. On Monday, March 27, 2017 at 11:57:05 AM UTC-4, Sreelakshmi

Re: Detail Placement report fields with value '--'

2019-07-01 Thread Michael Xue
Thank you Hiroyuki! On Wednesday, June 5, 2019 at 11:57:39 PM UTC-4, adsapiforumadvisor wrote: > > Hi Michael, > > The value '--' in reports means null. However, your concern appears to be > more specific to the Google Ads UI and how values in reports are generated. > With this, I would suggest

Detail Placement report fields with value '--'

2019-06-05 Thread Michael Xue
,0.01,0.01,0,0,0.00%, --,0,0.00%,5.83 redacted,redacted,redacted,redacted,redacted,redacted,38,GBP,0.02,0.37,0,0,0.00%, --,0,0.00%,9.68 Thanks, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Google Ads API: Migrating ManagedCustomerService to CustomerClientService

2019-04-09 Thread michael . xue
new API did have similar set of fields to ManagedCustomer. How can I get fields for client accounts in the new API? Thanks in advance. Best, Michael Xue -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeve

Re: [1-1567000026135] Adwords' CRITERIA_PERFORMANCE_REPORT mapping in Google Ads API

2019-04-09 Thread michael . xue
"metrics.video_view_rate, metrics.video_views FROM managed_placement_view " + "WHERE ad_group_criterion.type = 'YOUTUBE_CHANNEL' and ad_group.id = 61856865793 Best, Michael Xue On Thursday, April 4, 2019 at 4:34:05 AM UTC-4, googleadsapi-forumadvisor wrote: > > H

Adwords' CRITERIA_PERFORMANCE_REPORT mapping in Google Ads API

2019-04-03 Thread michael . xue
WHERE ad_group_criterion.type='YOUTUBE_CHANNEL' AND ad_group.id=61856865793 However, the original AWQL returns around 3800 rows, but the new GAQL query returns 0 rows. Can you confirm that this is indeed the correct mapping? Thanks in advance. Best, Michael Xue