Hi
I migrated from AdWords to Google Ads API.
I am uploading  offline transactions by this example:
https://developers.google.com/google-ads/api/docs/samples/upload-store-sales-transactions
 
<https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevelopers.google.com%2Fgoogle-ads%2Fapi%2Fdocs%2Fsamples%2Fupload-store-sales-transactions&data=05%7C01%7Cjlebski%40dufresne.ca%7C416de61f3baf4b38ddc208da6f012011%7C9f7c5ec6445a4b26ac34dc3bfcfc10bf%7C1%7C0%7C637944347870657041%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=PBDbDN68ipm6Pj8hFD86rKfE2o4j8d8%2F7%2BssRy%2FoUv4%3D&reserved=0>
Now I should create a log for an actual upload of store sales conversions.
I creasted logging by this example :
https://developers.google.com/google-ads/api/docs/client-libs/dotnet/logging 
<https://can01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdevelopers.google.com%2Fgoogle-ads%2Fapi%2Fdocs%2Fclient-libs%2Fdotnet%2Flogging&data=05%7C01%7Cjlebski%40dufresne.ca%7C416de61f3baf4b38ddc208da6f012011%7C9f7c5ec6445a4b26ac34dc3bfcfc10bf%7C1%7C0%7C637944347870657041%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=%2Br3JDldvB18%2B2wwEFFWLtF79y53lx2mQ2WyFavEtmLo%3D&reserved=0>
After this call :
offlineUserDataJobServiceClient.RunOfflineUserDataJobAsync(
                    offlineUserDataJobResourceName);
i put this code
TraceUtilities.Configure(TraceUtilities.DETAILED_REQUEST_LOGS_SOURCE,
    "C:\\logs\\details.log", System.Diagnostics.SourceLevels.All);

But this is log only for an offline_user_data_job report ....
I need actual upload of store sales conversions !! How i can do it ? 
Do you have example for it ?

Thank you 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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+unsubscr...@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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/94e01bdb-2ea3-4e4f-a738-9120f7540ca9n%40googlegroups.com.

Reply via email to