The same upload specified to change Campaign Management entities.
forOfflineConversions()
Specifies that this upload is used for reporting offline conversions.
By default, uploads are used for Campaign Management entity changes, so
it's necessary to call CsvUpload.forOfflineConversions()
to make offline conversion uploads work correctly.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-18 UTC."],[[["`CsvUpload` facilitates incremental building and uploading of data in CSV format to Google Ads."],["It provides methods for appending rows, specifying upload type (Campaign Management or Offline Conversions), applying changes, and previewing them."],["`append()` adds data rows to the CSV upload, matching keys with column headers."],["`apply()` and `preview()` initiate the upload for either enacting changes or previewing them, respectively."],["You can specify the upload to be for Campaign Management (default) or Offline Conversions using respective methods."]]],[]]