Validating Store Conversion data

2021-02-01 Thread Milad Shaddelan
Hi, I set up a process to send data through API for store conversion, but my concern is can I see how many of them matched? I am afraid a mistake makes all the data useless. Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blo

transaction date time

2021-01-25 Thread Milad Shaddelan
Hi, It is a bit unclear on transaction_attribute.transaction_date_time. My timezone is Central, if a transaction happened at "2018-02-01 14:00:00" Eastern time, should I have something like this? "2018-02-01 14:00:00+01:00" Thanks a lot. Sincerely, Milad -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Store Conversion Data Upload

2021-01-20 Thread Milad Shaddelan
Hi, I used the source code in this webpage: https://developers.google.com/google-ads/api/docs/conversions/upload-store-sales-transactions?hl=en It requires a conversion_action_id as an int object. In google ads I couldn't find the id and there is just a name for the conversion. Would you ple

First Call

2021-01-19 Thread Milad Shaddelan
Hi, My goal is using API to upload store conversions. But I am stuck at the first call For example I run this: * ga_service = client.get_service("GoogleAdsService")* *query = """* *SELECT campaign.id, campaign.name* *FROM campaign* *ORDER BY campaign.id"""* *r