Hey there, Now that I’ve gotten the Matatika plugi...
# troubleshooting
r
Hey there, Now that I’ve gotten the Matatika plugin for Google Ads working and pulling in data, I am wondering if anyone can help me with some code I’d like to implement. Right now the plugin takes a
start_date
and
end_date
and uses those to create segments for the data you’re asking for (at least for any Reporting endpoints). For instance, if I asked for
CampaignsPerformance
with a
start_date
of “2020-01-01” and an
end_date
of today, it would tell me how each campaign performed over that ENTIRE period. What I’d like instead is to take the date period, split it into one-day chunks, and make separate requests with each of those new date periods. However, doing this while using the Meltano SDK has me a lil confused… has anyone had to do something similar?
Actually, I think I’m interpreting this wrong. I do think that you get it for each date in the range rather than for the entire period