AddCrmBasedUserList returning a SOAP envelope of "userListId Required"

2021-04-23 Thread Darren thinkston
I'm trying to send a batch of emails up via the API. But for some reason I keep getting the following error. [RequiredError.REQUIRED @ operations[0].operand.userListId] my code is as follows: get_results( "SELECT * FROM $table_name" ); $clientID = '***-***-'; $listID = *; $i =

Adwords API Remarketing list process cost.

2021-03-22 Thread Darren thinkston
Hi, I wanted to know if when doing a batch of emails to a remarketing list via the api. Does the uploading of a batch of emails cost one operation or is it an operation for every email? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: Bulk sending operations via mutate and checking current api connections

2020-08-31 Thread Darren thinkston
Hi Anthony, Thanks for getting back to me. Ok so in the case of setting a keyword bid via the CrierionServices using mutate. Is there another way for me to change the keyword bids without each bid change costing an operation? Regards Darren On Monday, 31 August 2020 at 21:15:23 UTC+1

Bulk sending operations via mutate and checking current api connections

2020-08-31 Thread Darren thinkston
Hi, Firstly I wanted to check that I have this right as we were recently rate limited for 24 hours as our automation program has grown. I modified it so that in theory it just does one call instead of x calls per keyword bid. In a nutshell what I have done is built multiple operators for the

Get Impressions within timeframe

2020-08-26 Thread Darren thinkston
Is there anyway to get the Top impression percentage & abs top % for a set time frame. So for instance if i use the keyword performance report. for today. And then update it again an hour from now. Is there an accurate way to get the top impr & abs top impr percentages just for the past hour?

Set Keyword Max CPC Bid via AdGroupCriterionService

2020-08-24 Thread Darren thinkston
I've put together a script for updating the max bid amount on keywords. It appears to be working as soap responds all ok and no errors. This is the script as it is now https://codeshare.io/2Wo0qd On a side not I can;t seem to pass the max bid micro value through the class function as an

Get Keyword Name from KEYWORDS_PERFORMANCE_REPORT

2020-08-17 Thread Darren thinkston
There doesn't appear to be a way to get the actual keyword in the KEYWORDS_PERFORMANCE_REPORT. Is there a way to get the actual keyword string or is there a way to look up keywords by id? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Micros to usd or GBP conversion

2020-08-17 Thread Darren thinkston
Hi, When I request the cpc value it comes as micros. What can I do to get the actually money value of the cpc bid? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You

Re: 500 Http Response for Upload Offline Conversions

2020-07-28 Thread Darren thinkston
I'm getting a USER_PERMISSION_DENIED when trying to upload to the offline conversions. I don't know why though as the email uploads for our exclusion lists is importing fine. I can get campaigns etc. On Monday, 27 July 2020 at 19:18:31 UTC+1 adsapiforumadvisor wrote: > Hi Darren, > > Thank

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