Re: How to turn on message reporting via Adwords API

2019-12-15 Thread Thanh Nguyen
What about Ads v2 API, I search Customer entity but only find "call_reporting_setting" but no "message_reporting_setting" -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: Accessing the "Ad Suggestions" setting of an Account through the API?

2019-12-15 Thread Thanh Nguyen
Now that this forum also cover Google Ads.v2 API. Does Ads.v2 API support this? I only skim through CustomerService & the Customer

Distinction between "regular Ad" and "Ad suggestion's Ad"

2019-11-07 Thread Thanh Nguyen
Hi, I'm currently looking into Ad suggestion , and how to work with it via the API. My question: 1. When getting Ad via the API (either AdWords or Ads v2), what field(s) differentiate "normal Ad from manual input" from

Working with Google Ads Script FROM AdWords/Ads v2 API

2019-10-25 Thread Thanh Nguyen
I was looking into bulk action recently, and learn that it is supported by "Google Ads *Script"*, which I notice is only accessible via the "Google Ads *UI*" (At least at my current knowledge). I would like to know if there a way to work with "Google Ads *Script*" via the "AdWords/Ads v2

Re: Getting the Change History via the API

2019-10-22 Thread Thanh Nguyen
It been 6 years since this question was asked, and still for AdWords API, only AccountSyncService work-ish. What about Google Ads API v2(Beta), any hope at all? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Bulk upload

2019-10-21 Thread Thanh Nguyen
> > *Unfortunately, the bulk upload tool in the UI is not available in either > AdWords API or Google Ads API.* What about the other 2 bulk action? Bulk Scripts & Bulk Rules? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: What is the API of Google Ads UI Reach Planner?

2019-10-21 Thread Thanh Nguyen
I found that in Google Ads API, there this line: "Reach Planner within the Google Ads UI contains many of the same features." in Reach Forecasting

What is the API of Google Ads UI Reach Planner?

2019-10-20 Thread Thanh Nguyen
Hi, I'm currently looking into Reach Planner in Google Ads UI & I have some question: 1. What are the Ads/AdWord API(s) for working with Reach Planner (CRUD) 2. I'm currently using & restricted to Test account & it require me to "*Contact your google representative* to get access to Reach

Re: Need an example String of ConversionTracker.mostRecentConversionDate to work with.

2019-10-07 Thread Thanh Nguyen
I just need a String or format of the return value to parse and compare current date. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because

Need an example String of ConversionTracker.mostRecentConversionDate to work with.

2019-10-06 Thread Thanh Nguyen
Quick question/request: I currently working with ConversionTracker via ConversionTrackerService and need to use it's mostRecentConversionDate to work with. The problem is that I'm working with a Test Account (and restricted to it only) thus any conversion I get() have ...