AuthorizationError NO_CUSTOMER_FOUND

2020-07-14 Thread Daniel Jao
HI, Can anyone help me? I'm integrating with Adwords and im using ManagedCustomerService to get ALL accounts under the MCC account. For some reason, its working on 1 account, but for the other account its not working. I can confirm that there is at least 1 account created in the MCC account

OfflineCallConversion is not reflecting

2020-06-17 Thread Daniel Jao
Hi, I'm using a cron job to automate the adding of OfflineCallConversion to our AdWords account. I have a few questions that i hope to get answers from: 1. When i add 10 OfflineCallConversionFeed via $offlineCallConversionService->mutate function. Can i assume that if there is no error, th

Re: Adwords API : OfflineCallConversion

2020-06-06 Thread Daniel Jao
Hi, Another question: Is it possible for Offline Call Conversion API call to be shown in the "Upload" part in the frontend in Adwords? So that the admin can see the feedback from the API call. let me know. thanks, daniel On Friday, June 5, 2020 at 11:10:54 PM UTC+8, Daniel

Adwords API : OfflineCallConversion

2020-06-05 Thread Daniel Jao
HI, i would appreciate if anyone can pitch in for help. I'm using PHP Adwords API to upload Offline Call Conversion to Ad Account automatically. I confirmed that the phone numbers WHEN manually uploaded via xls sheet is working. But if i try to upload it programatically via this code snippet