Thursday, 15 September 2016

How should I best implement my code to have successful uploads of offline conversions

Hello,
currently we have a job scheduled every hour which takes offline conversions from our database and pushes them to AdWords. However, it ran through the first 7/8 times before it started getting a rateExceededError.
The way our code works is:

first retrieve all the accounts/sub-accounts of the MCC
then proceed to push all of the conversions in our db from the last 24 hours to each account,
removing the successful uploads until the list of offline conversions is (hopefully) whittled down to 0 or all the accounts have been exhausted.
I did this because it was tricky to get information about which account the GCLID is linked to so it was easier to throw them all at the wall and see what stuck.

So, how should I refactor the code to work best on an hourly schedule and avoid the rateExceededError?

I'm not currently using the batch job service and have been reading about it but before I began a code refactor to implement that I wanted to make sure I wasn't missing a trick.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a80fa127-9360-421b-a0b1-bc28d6ad2920%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment