Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating SP Ad Groups to Version 3 #130

Merged
merged 4 commits into from
Apr 3, 2023
Merged

Conversation

HamzaChx
Copy link
Contributor

@HamzaChx HamzaChx commented Apr 3, 2023

Updating the SP Ad Groups to Version 3 by adding the ad_groups_v3 file.
New Endpoints :
create_ad_groups()
edit_ad_groups()
delete_ad_groups()
list_ad_groups()

Also adding the changes to the docs files.

@HamzaChx HamzaChx linked an issue Apr 3, 2023 that may be closed by this pull request
@denisneuf denisneuf merged commit ed41113 into denisneuf:main Apr 3, 2023
@denisneuf
Copy link
Owner

So damn fast, thank you bro!
I am working to try to generate the class and methods documentation with a python script, not sure if it worths or not, how do you think?

        Creates one or more ad groups.

        Request body: (required) An array of ad groups
            | **name** (*string*) : A name for the ad group
            | **campaignId**: (*string*) : An existing campaign to which the ad group is associated.
            | **defaultBid**: (*float*) A bid value for use when no bid is specified for keywords in the ad group
            | **state**: *string* A name for the ad group, Enum: [ enabled, paused, archived ]

        Returns:
            ApiResponse

Repository owner locked as off-topic and limited conversation to collaborators Apr 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sponsored Products version 3 migration >> Ad groups
2 participants