Skip to content

Commit

Permalink
feat(dfareporting): update the api
Browse files Browse the repository at this point in the history
#### dfareporting:v4

The following keys were added:
- schemas.Conversion.properties.adUserDataConsent.type (Total Keys: 1)
- schemas.Placement.properties.conversionDomainOverride.$ref (Total Keys: 1)
- schemas.PlacementConversionDomainOverride (Total Keys: 4)
- schemas.PlacementSingleConversionDomain (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Feb 6, 2024
1 parent 4c143a0 commit 0d1d764
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 20 deletions.
4 changes: 4 additions & 0 deletions docs/dyn/dfareporting_v4.conversions.html
Expand Up @@ -96,6 +96,7 @@ <h3>Method Details</h3>
{ # Insert Conversions Request.
&quot;conversions&quot;: [ # The set of conversions to insert.
{ # A Conversion represents when a user successfully performs a desired action after seeing an ad.
&quot;adUserDataConsent&quot;: &quot;A String&quot;, # This represents consent for ad user data.
&quot;childDirectedTreatment&quot;: True or False, # Whether this particular request may come from a user under the age of 13, under COPPA compliance.
&quot;customVariables&quot;: [ # Custom floodlight variables. This field may only be used when calling batchinsert; it is not supported by batchupdate.
{ # A custom floodlight variable. This field may only be used when calling batchinsert; it is not supported by batchupdate.
Expand Down Expand Up @@ -163,6 +164,7 @@ <h3>Method Details</h3>
&quot;status&quot;: [ # The insert status of each conversion. Statuses are returned in the same order that conversions are inserted.
{ # The original conversion that was inserted or updated and whether there were any errors.
&quot;conversion&quot;: { # A Conversion represents when a user successfully performs a desired action after seeing an ad. # The original conversion that was inserted or updated.
&quot;adUserDataConsent&quot;: &quot;A String&quot;, # This represents consent for ad user data.
&quot;childDirectedTreatment&quot;: True or False, # Whether this particular request may come from a user under the age of 13, under COPPA compliance.
&quot;customVariables&quot;: [ # Custom floodlight variables. This field may only be used when calling batchinsert; it is not supported by batchupdate.
{ # A custom floodlight variable. This field may only be used when calling batchinsert; it is not supported by batchupdate.
Expand Down Expand Up @@ -231,6 +233,7 @@ <h3>Method Details</h3>
{ # Update Conversions Request.
&quot;conversions&quot;: [ # The set of conversions to update.
{ # A Conversion represents when a user successfully performs a desired action after seeing an ad.
&quot;adUserDataConsent&quot;: &quot;A String&quot;, # This represents consent for ad user data.
&quot;childDirectedTreatment&quot;: True or False, # Whether this particular request may come from a user under the age of 13, under COPPA compliance.
&quot;customVariables&quot;: [ # Custom floodlight variables. This field may only be used when calling batchinsert; it is not supported by batchupdate.
{ # A custom floodlight variable. This field may only be used when calling batchinsert; it is not supported by batchupdate.
Expand Down Expand Up @@ -298,6 +301,7 @@ <h3>Method Details</h3>
&quot;status&quot;: [ # The update status of each conversion. Statuses are returned in the same order that conversions are updated.
{ # The original conversion that was inserted or updated and whether there were any errors.
&quot;conversion&quot;: { # A Conversion represents when a user successfully performs a desired action after seeing an ad. # The original conversion that was inserted or updated.
&quot;adUserDataConsent&quot;: &quot;A String&quot;, # This represents consent for ad user data.
&quot;childDirectedTreatment&quot;: True or False, # Whether this particular request may come from a user under the age of 13, under COPPA compliance.
&quot;customVariables&quot;: [ # Custom floodlight variables. This field may only be used when calling batchinsert; it is not supported by batchupdate.
{ # A custom floodlight variable. This field may only be used when calling batchinsert; it is not supported by batchupdate.
Expand Down

0 comments on commit 0d1d764

Please sign in to comment.