We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83b450 commit 28a69eeCopy full SHA for 28a69ee
src/FacebookAds/Object/ServerSide/Event.php
@@ -574,8 +574,8 @@ public function getOriginalEventData() {
574
* Sets the attribution data of the event.
575
* @return $this
576
*/
577
- public function setAttributionData($attribute_data) {
578
- $this->container['attribute_data'] = $attribute_data;
+ public function setAttributionData($attribution_data) {
+ $this->container['attribution_data'] = $attribution_data;
579
return $this;
580
}
581
0 commit comments