-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
103 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
|
||
namespace directapi\services\ads\enum; | ||
|
||
|
||
use directapi\components\Enum; | ||
|
||
class CpcVideoAdBuilderAdFieldEnum extends Enum | ||
{ | ||
public const CREATIVE = 'Creative'; | ||
public const HREF = 'Href'; | ||
public const TURBO_PAGE_ID = 'TurboPageId'; | ||
public const TURBO_PAGE_MODERATION = 'TurboPageModeration'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
|
||
namespace directapi\services\ads\enum; | ||
|
||
|
||
use directapi\components\Enum; | ||
|
||
class CpmBannerAdBuilderAdFieldEnum extends Enum | ||
{ | ||
public const CREATIVE = 'Creative'; | ||
public const HREF = 'Href'; | ||
public const TRACKING_PIXELS = 'TrackingPixels'; | ||
public const TURBO_PAGE_ID = 'TurboPageId'; | ||
public const TURBO_PAGE_MODERATION = 'TurboPageModeration'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?php | ||
|
||
|
||
namespace directapi\services\ads\enum; | ||
|
||
|
||
use directapi\components\Enum; | ||
|
||
class CpmVideoAdBuilderAdFieldEnum extends Enum | ||
{ | ||
public const CREATIVE = 'Creative'; | ||
public const HREF = 'Href'; | ||
public const TRACKING_PIXELS = 'TrackingPixels'; | ||
public const TURBO_PAGE_ID = 'TurboPageId'; | ||
public const TURBO_PAGE_MODERATION = 'TurboPageModeration'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
|
||
namespace directapi\services\ads\enum; | ||
|
||
|
||
use directapi\components\Enum; | ||
|
||
class TextAdPriceExtensionFieldEnum extends Enum | ||
{ | ||
public const PRICE = 'Price'; | ||
public const OLD_PRICE = 'OldPrice'; | ||
public const PRICE_CURRENCY = 'PriceCurrency'; | ||
public const PRICE_QUALIFIER = 'PriceQualifier'; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters