Hi All,
Currently, I am trying to upload the store sales conversion data from the previous 35-day window to Google Ads. The purpose of this undertaking is to gain a comprehensive understanding of the overall impact of my ads solely on offline store sales. During the course of this project, I came across documentation that provides a code sample for uploading store sales data and other relevant attributes to Google Ads Conversion via the use of
UserDataJobServices. Although the example is pertinent to our goals, we require an alternative method of pushing transactions into Google Ads as the
UserJob object in the example does not align with our specific needs.
For example :
We have a data frame with set of transactions in each row and we want to upload the whole data frame at once in each API call. Has anyone have ever worked on similar use case ever before and if you can also share the code with me so that I also get some idea on how to proceed with that.
Any help on this would be very much appreciated. Thanks in advance :)